exception handling

2009-01-17 Thread J J
Hello, I am trying to implement declarative exception handling for all the possible exceptions. The problem is that in this way I only catch some exceptions (not all of them) and I cant get its stack trace nor its message(it is only rendered the rest of my JSP but not the information about the s

DateTimePicker in 2.0.12

2008-11-14 Thread J J
Hello, I'm trying to use datetimepicker struts label, but when I execute it it onnly renders label. I have inside the tag head, and in the form think that perhaps I don't have all the libraries: antlr-2.7.2.jar commons-chain-1.1.jar commons-logging-api-1.1.jar freemarker-2.3.8.

Re: Problem with select

2008-11-12 Thread J J
OK that was I had to submit the form not only link with the action, thanks. De: Dave Newton <[EMAIL PROTECTED]> Para: Struts Users Mailing List Enviado: miƩrcoles, 12 de noviembre, 2008 23:06:30 Asunto: Re: Problem with select --- On Wed, 11/12/0

Re: Problem with select

2008-11-12 Thread J J
Key) and what is the field name you want to display to the user (defined by listValue). If they're not "key" and "value" respectively then that's why you're getting null. They need to be named the same as the attributes on the object. -Original Mess

Problem with select

2008-11-12 Thread J J
Hello, I have this select but it is not working and I don't know what is missing: I have an myAction an attribute called MyList which contains Objects of the same type A. I also have an Attribute of type String in myAction called returnValue. Objects of A type have key and value as attributes