Re: best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-24 Thread Wes Wannemacher
Charles, I haven't really found any way to get around the setup you are talking about... If you want validation, you pretty much have to map to different actionable URLs. From the framework's perspective, it really can't know that you want validation or not without different request URLs. The alte

Re: best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-23 Thread Paweł Wielgus
Hi Chuck, i'm also addicted to convention and i do it like that: /register!input (i don't remember well if it is ! or some other character but that is possible for sure) If one call such an address his browser will land on input result with no validation being fired. Also if You want to depent on r

RE: Best Practices in

2004-04-06 Thread shirishchandra.sakhare
To: Struts Users Mailing List Subject: RE: Best Practices in Hi, I am using LabelValuebean only. The problem is I am looking for an efficient way to store both the value and the label in the form bean. Usually the selected id will be stored in the setter method by the frame work. I can have

RE: Best Practices in

2004-04-06 Thread Kumar, Ram S
: RE: Best Practices in Struts has a concept of CodeValuebean..(Dont remember the exact class name.)You should use that. -Original Message- From: Kumar, Ram S [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Best Practices in Importance: High

RE: Best Practices in

2004-04-06 Thread Guillermo Meyer
TED] Sent: Martes, 06 de Abril de 2004 09:30 a.m. To: [EMAIL PROTECTED] Subject: RE: Best Practices in Struts has a concept of CodeValuebean..(Dont remember the exact class name.)You should use that. -Original Message- From: Kumar, Ram S [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 20

Re: Best Practices in

2004-04-06 Thread James Mitchell
06, 2004 8:30 AM Subject: RE: Best Practices in Struts has a concept of CodeValuebean..(Dont remember the exact class name.)You should use that. -Original Message- From: Kumar, Ram S [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:26 PM To: [EMAIL PROTECTED] Subject:

RE: Best Practices in

2004-04-06 Thread shirishchandra.sakhare
Struts has a concept of CodeValuebean..(Dont remember the exact class name.)You should use that. -Original Message- From: Kumar, Ram S [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: Best Practices in Importance: High Hi All, In my JSP ,