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

2009-12-24 Thread Wes Wannemacher
quest URLs. The alternative is to try to code around it, but then your UI logic becomes entangled into your application code. -Wes On Tue, Dec 22, 2009 at 11:05 AM, Charles Parker wrote: > I'm using struts 2.1.8.1 here and have a question about best practices in > the following situati

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

2009-12-23 Thread Paweł Wielgus
depent on request method chech the REST plugin, maybe it will suits your needs best. Best greetings, Pawel Wielgus. 2009/12/22, Charles Parker : > I'm using struts 2.1.8.1 here and have a question about best practices > in the following situation: > > I have a form page, 're

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

2009-12-22 Thread Charles Parker
I'm using struts 2.1.8.1 here and have a question about best practices in the following situation: I have a form page, 'register'. It takes several fields, username, password, etc. I want the initial form page to be rendered via GET: http://my.server.net/register This shows

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

Best Practices in

2004-04-06 Thread Kumar, Ram S
Hi All, In my JSP , I have five . what is the best practice to store the selected id and description in form beans?. Any idea on this? Thanks and Regards, S.Ramkumar