Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Struts
Page 13 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: Re: Is there a better way to do this...

I use the prepare method to populate my lists. See the Prepareable interface. I also would put this in Action B. Is there a specific reason why you are using 2 actions? On 9/6/07 Al Sutton <al.

Subject: Is there a better way to do this...

Here 's a problem I 've come across a couple of times and the solution I have feels clunky so I thought I 'd throw it out to see if anyone has any better ideas I have a form which has a s select popul

Dynamic Tree Example

Hi Session I am really sorry I couldn 't work on the examples as I had promised. I have just been extremely busy over the last few weeks. I want to contribute and it 's the first thing I will do when I

<s:div > ajax problem

Hi ptriller. I 'm trying to make that hook var myLoadMessage { show function(event){ event.preventDefault() alert( 'ho ') } hide function(event){} } dojo.addOnLoad(function(

Subject: RE: reloading a tree at a certain level of expension

Hi Session I don 't know if it can be done only via the struts tags but I was able to achieve this by using some dojo javascript code in my jsp. Here are some code snippets that might solve your pro

Subject: Re: Input names in Multi Language in a single form like name in English & Ja

nagesh.kumar wrote > Hi All > > I need to take input from same form --------- >like user name in English & > Japan > How can I support this by using Struts 1.2x. I don 't understand the question..

Subject: Re: Simple Struts 2.0.x tag question. <img src= " <s:property value=item.image

Kenton wrote > I have a .jspx file in my Struts 2.0.x app. > > This doesn 't work < img src "images/ <s property > value "item.imageURL "/ > "/ > <br/ > > I get this error (both editor and at runtime) T

lazy-loading s:tree

Grr. This is a mailing list not an IRC channel. If you don 't get a response to a query it 's probably because either (a) nobody who can help has checked the mailing list yet or (b) you haven 't provi

Subject: Input names in Multi Language in a single form like name in English & Japan

Hi All I need to take input from same form --------- >like user name in English & Japan How can I support this by using Struts 1.2x. Thanks & Regards Nagesh Kumar Reddy. ++++++++++++++++++++

Subject: Re: Using JSTL Expression Language with Struts 2 tags

That just sounds ridiculous. Because of the possibility of end users injecting malicious OGNL we won 't be able to use JSP expression language. Pardon me for being blunt but isn 't the obvious solution

Subject: Re: Date validation (month and day)

My problem now is how to validate the entered date so that it will check if the EndDate is higher than the StartDate.. -- View this message in context http //www.nabble.com/Date-validation-%28mont

Subject: Re: Date validation (month and day)

I already solved it in my form I added another field (maxDay1 and maxDay2) that will return OK and NG i used this field in my validation.xml using validwhen when the field is equal to OK then it

Subject: Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

Tim I 've always wanted to post information about upgrading from 1.1. to 1.3. If you have time please email us the instructions you went through. It sounds like it 's good to share with other people.

Subject: Re: More 1.3.8 / xhtml problems

For a list of issues resolved in Struts 1.3.9 https //issues.apache.org/struts/secure/ReleaseNote.jspa?version 21800&styleName Html&projectId 10121&Create Create For a list of issues resolved in Str

XHTML compliance

And also https //issues.apache.org/struts/browse/STR-2598

lazy-loading s:tree

I 'm sorry to be clogging your mailboxes with this but I still have not received any responses. Probably those who worked on/with s tree are not yet online but if you are please respond with an exa

XHTML compliance

Tim Please see https //issues.apache.org/struts/browse/STR-1665 Is this what you 're looking for? On 9/5/07 James Holmes <james@(protected) > wrote > > https //issues.apache.org/struts/browse/

Subject: Re: Date validation (month and day)

You may be able to do it with a very complex validwhen validation. However in these instances it 's best to write your own validator. Paul On 9/5/07 Laurie Harper <laurie@(protected) > wrote > > H

Subject: Re: Where to put hibernate 's SessionFactory?

Thank you. I 've implemented the non IoC version of it which I found to be almost the same as in http //struts.apache.org/2.0.9/docs/non-ioc-version-of-opensessioninviewinterceptor.html http //struts

Subject: Re: Unable to Repopulate the select control once the validation failed

vamsi wrote > Hi > > I am using struts validation frame work. if the validation fails I am returning to the same jsp page. > > Here in this page there is some date is which was pop

Subject: Re: Date validation (month and day)

Hiroyuki Suzuki wrote > ello guys! > > How would I check my date input so that it will validate > the maximum days per month. > For example > Jan Mar May Aug Oct Dec (31 days) > April June Se

Subject: Re: Checkboxlist - bind to List <Object >

Moacir Cardoso wrote > Hello! > I?m trying to bind some checkbox values to one parameterized List. Lets > say List <Car >. > Is it possible? > > in Jsp > <s checkboxlist name "myList.carId " > list "#

Subject: Re: Formating dates and numbers

All of those should have worked. Are you sure your properties files are getting deployed? They should exist under WEB-INF/classes/... next to the .class files not just in your source tree. Try using

Subject: Re: Validation using validation.xml issue

When the validator framework encounters an error it forwards the request to the resource you identify with your 'input ' attribute on the action mapping. I was suggesting making that point to an act

Subject: Re: filling arrays in Struts

Sergio Stateri Jr wrote > Hi all > > I?m trying to receive a filled array of objects. In struts-config > > <form-property name "myAttribute " type "br.mypackage.MyClass[] "/ > > > > In HTML file

Subject: Re: Where to put hibernate 's SessionFactory?

wild_oscar wrote > I 've created an Interceptor that takes care of creating a SessionFactory and > putting it in the Application Context map. > > I have a question though about the application cont

Subject: Re: custom ExceptionMappingInterceptor log

Try replacing the first two lines with log4j.rootLogger DEBUG R log4j.category.cus.util DEBUG That 's the way I do it anyway. If that doesn 't do the trick you probably should follow up on

Subject: Re: Reg : Client side Validation on Indexed Collection

kukreja sanjeev wrote > Hi > I am trying to put validations on indexed collection. > Is there any way I can have that in validation- <action >.xml file. > It would be great if you can pls.th

Subject: Simple Struts 2.0.x tag question. <img src= " <s:property value=item.imageURL "

I have a .jspx file in my Struts 2.0.x app. This doesn 't work < img src "images/ <s property value "item.imageURL "/ > "/ > <br/ > I get this error (both editor and at runtime) The value of attribute "

xhtml problem

Old thread... However I believe I 'm doing exactly what you are saying Struts 2.0.x + XHTML + .jspx file with a <s if > embedded inside a <td > element. This is working perfectly. No errors in my edit
Page 13 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100