Re: Any Struts + mysql example ?

2009-11-28 Thread larryreed
Another example using JPA/Hibernate would be the Struts2InAction example from the book of that name. - Original Message - From: "Saeed Iqbal" To: "Struts Users Mailing List" Sent: Saturday, November 28, 2009 6:52:29 PM GMT -08:00 US/Canada Pacific Subject: Re: Any Struts + mysql ex

Re: Drop downs not populated after error

2009-11-17 Thread larryreed
ant in in some cases, but necessary in others. Can you offer any suggestions? ----- Original Message - From: "larryreed" To: "Struts Users Mailing List" Sent: Tuesday, November 17, 2009 12:12:57 PM GMT -08:00 US/Canada Pacific Subject: Re: Drop downs not populated

Re: Drop downs not populated after error

2009-11-17 Thread larryreed
Thanks, that's what I needed. Works great! - Original Message - From: "Oscar" To: "Struts Users Mailing List" Sent: Tuesday, November 17, 2009 11:54:07 AM GMT -08:00 US/Canada Pacific Subject: Re: Drop downs not populated after error larryreed escribió

Drop downs not populated after error

2009-11-17 Thread larryreed
I'm having a problem with the in which the drop downs are populated from a list of database objects. When I first display the screen, the drop downs are properly populated. However, when there is an error in some field, and the page is redisplayed, the drop downs are now empty. I've narrowed

filter exception on deployment

2009-11-04 Thread larryreed
I'm having a persistent problem deploying my project to my tomcat 6 server in which the struts filter generates a null pointer exception. What confuses me is that I do not have this problem running the system under Eclipse, but only when I deploy it to my standalone Tomcat instance. Under Eclips

Re: AW: i18n within dojo attribute

2009-10-31 Thread larryreed
st Wilhelm Henningsen (Vorsitzender/Chairman), Dr. Peter Jansen, Uwe Mukrasch, Dr. Thomas Stueger -Ursprüngliche Nachricht----- Von: larryreed [mailto:larryr...@comcast.net] Gesendet: Donnerstag, 29. Oktober 2009 17:59 An: Struts Users Mailing List Betreff: Re: i18n within dojo attribute

Re: AW: i18n within dojo attribute

2009-10-30 Thread larryreed
Headquarters: Lufthansa Technik AG, > Hamburg, Registereintragung / Registration: Amtsgericht Hamburg HRB 56865 > Vorsitzender des Aufsichtsrats / Chairman of the Supervisory Board: Stephan > Gemkow > Vorstand / Executive Board: August Wilhelm Henningsen > (Vorsitzender/Chairman), D

Re: i18n within dojo attribute

2009-10-29 Thread larryreed
> message that getText must have a prefix in the default namespace. I'm not > sure > where to take it from there. > > Any suggestions? > > -- Larry > > - Original Message - > From: "larryreed" > To: "user" > Sent: Frida

Re: i18n within dojo attribute

2009-10-27 Thread larryreed
here to take it from there. Any suggestions? -- Larry - Original Message - From: "larryreed" To: "user" Sent: Friday, October 23, 2009 4:58:42 PM GMT -08:00 US/Canada Pacific Subject: i18n within dojo attribute I have a text field which I would like

i18n within dojo attribute

2009-10-23 Thread larryreed
I have a text field which I would like to 'dojo-ize' by turning it into a ValidationTextBox. One of the parameters, 'promptMessage' is a text message that is put up as a help when the focus enters the text box. My problem is that I would like to internationalize this message. My thought was