RE: Validator with LookupDispatchAction and Tiles

2003-06-23 Thread Sandeep Takhar
to implement, but I 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

RE: Validator with LookupDispatchAction and Tiles

2003-06-20 Thread Sandeep Takhar
, 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* different CRUD operations into one action mapping, but it fails to *consolidate* the corresponding

RE: Validator with LookupDispatchAction and Tiles

2003-06-20 Thread 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 framework. I am not suggesting that this never

RE: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Nick
To: Struts Users Mailing List Subject: Re: Validator with LookupDispatchAction and Tiles - 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

Re: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Jing Zhou
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 Tiles If I use multiple mappings, then I end up having

RE: Validator with LookupDispatchAction and Tiles

2003-06-19 Thread Nick
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* different CRUD operations into one action mapping, but it fails to *consolidate* the corresponding input

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

RE: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Brandon Goodin
I do my validations within the action using my ValidatorLookupDispatchAction. I wrote this class in order to handle validations within the Action instead of the ActionForm. My validator contains definitions for each method in the ValidatorLookupDispatchAction (/myAction.create, /myAction.read,

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 archives (and different web sites) and not been able to

RE: Validator with LookupDispatchAction and Tiles

2003-06-18 Thread Brandon Goodin
, 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 LookupDispatchAction and Tiles Hi, My teammate

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 avoiding mulitple action mappings is cleaner