RE: [s2.0.9] Is there a better way to do this...

2007-11-19 Thread Ezra Jennings
://www.nabble.com/-s2.0.9--Is-there-a-better-way-to-do-this...-tf4391572.html#a13844587 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [s2.0.9] Is there a better way to do this...

2007-09-21 Thread Jiang, Jane (NIH/NCI) [C]
Users Mailing List' Subject: RE: [s2.0.9] Is there a better way to do this... Ok, Looks like the first part is confusion in terminology. I took Action to mean an action as defined in struts.xml, but I now see Richard meant a single class used to declare two actions. Your solution to the second part

RE: [s2.0.9] Is there a better way to do this...

2007-09-21 Thread Al Sutton
] [mailto:[EMAIL PROTECTED] Sent: 21 September 2007 17:54 To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: [s2.0.9] Is there a better way to do this... Hi Al, I am having the same problem with s:select and validation. I found your thread when I searched the user group for answers

[s2.0.9] Is there a better way to do this...

2007-09-06 Thread Al Sutton
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 populated from a Map of objects which come from a database, at the moment I'm doing the following; 1)

Re: [s2.0.9] Is there a better way to do this...

2007-09-06 Thread Richard Sayre
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 [EMAIL PROTECTED] wrote: Here's a problem I've come across a couple of times and the solution I have

RE: [s2.0.9] Is there a better way to do this...

2007-09-06 Thread Al Sutton
in the prepare method? Al. -Original Message- From: Richard Sayre [mailto:[EMAIL PROTECTED] Sent: 06 September 2007 13:33 To: Struts Users Mailing List Subject: Re: [s2.0.9] Is there a better way to do this... I use the prepare method to populate my lists. See the Prepareable interface

RE: [s2.0.9] Is there a better way to do this...

2007-09-06 Thread cilquirm
[mailto:[EMAIL PROTECTED] Sent: 06 September 2007 13:33 To: Struts Users Mailing List Subject: Re: [s2.0.9] 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

RE: [s2.0.9] Is there a better way to do this...

2007-09-06 Thread Al Sutton
between actions and allows validation to be enabled. Thanks for the suggestion though. -Original Message- From: cilquirm [mailto:[EMAIL PROTECTED] Sent: 06 September 2007 16:32 To: user@struts.apache.org Subject: RE: [s2.0.9] Is there a better way to do this... Al Sutton-4 wrote: Hi

RE: [s2.0.9] Is there a better way to do this...

2007-09-06 Thread cilquirm
; } public String submit() { [do eet]; } } -- View this message in context: http://www.nabble.com/-s2.0.9--Is-there-a-better-way-to-do-this...-tf4391572.html#a12526913 Sent from the Struts - User mailing list archive at Nabble.com