RE: Validator with LookupDispatchAction and Tiles

2003-06-23 Thread Sandeep Takhar
fails to *consolidate* the corresponding input > > attribute for each of the CRUD operations. > > > > I just get an idea to *fix* the problem so that > > you have one action mapping: > > > > > path="/FooCRUDOperation" > > type="com.my

RE: Validator with LookupDispatchAction and Tiles

2003-06-20 Thread Nick
am always open to suggestions :-) Nick -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 1:35 PM To: Struts Users Mailing List Subject: RE: Validator with LookupDispatchAction and Tiles You seem to be overriding default behaviour alot in your fr

RE: Validator with LookupDispatchAction and Tiles

2003-06-20 Thread Sandeep Takhar
t; definition that the > generated the validation failure. > > In theory, this sounds reasonable...it might even > work...any thoughts? > > Thanks for the suggestion! > Nick > > -Original Message- > From: Jing Zhou [mailto:[EMAIL PROTECTED] > Sent: Thursda

RE: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Nick
ion! Nick -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:52 PM To: Struts Users Mailing List Subject: Re: Validator with LookupDispatchAction and Tiles I can see your problems now. It seems to me that the dispatch action can *consolidate*

Re: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Jing Zhou
people to prototype their projects quickly. Jing - Original Message - From: "Nick" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:45 AM Subject: RE: Validator with LookupDispatchAction and

RE: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Nick
e and possibly change. That just seems messy and prone to error. Nick -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:00 PM To: Struts Users Mailing List Subject: Re: Validator with LookupDispatchAction and Tiles - Original Message -

Re: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Jing Zhou
- Original Message - From: "Brandon Goodin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 9:33 PM Subject: RE: Validator with LookupDispatchAction and Tiles > IMO. Consolidating Actions and a

RE: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Brandon Goodin
y, June 18, 2003 8:09 PM To: Struts Users Mailing List Subject: Re: Validator with LookupDispatchAction and Tiles - Original Message - From: "Dee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:58 PM Subject: Validator with LookupDispatchAct

Re: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Jing Zhou
- Original Message - From: "Dee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:58 PM Subject: Validator with LookupDispatchAction and Tiles > Hi, > > > > My teammate and I have looked through the message archive

RE: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Brandon Goodin
: [EMAIL PROTECTED] Subject: Validator with LookupDispatchAction and Tiles Hi, My teammate and I have looked through the message archives (and different web sites) and not been able to find a thread/site that discusses how to handle this situation. We are developing a web-app with multiple

Re: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Sandeep Takhar
I think having multiple mappings is logical. Struts wants you to put all your pathing and forwarding in struts-config. sandeep --- Dee <[EMAIL PROTECTED]> wrote: > Hi, > > > > My teammate and I have looked through the message > archives (and > different web sites) and not been able to find a

Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Dee
Hi, My teammate and I have looked through the message archives (and different web sites) and not been able to find a thread/site that discusses how to handle this situation. We are developing a web-app with multiple editors, each of which has a Selection page where the user decides to Creat