Re: view controller

2004-12-02 Thread Joe Germuska
I tell you what, don't bother about it for the moment as I have unfortunately no time and it looks like I should be taking this over to the dev list to carry on the discussion. If I do get time soon I'll subscribe to that list. Well, I'll bother anyway, on the off chance anyone else is following

Re: view controller

2004-12-02 Thread Adam Hardy
On 12/02/2004 04:05 PM Joe Germuska wrote: At 10:26 AM + 12/2/04, Adam Hardy wrote: I'm intrigued to know how you would declare the view controllers and register them against URLs. It would be in struts-config.xml presumably. Would you be able to register them against a tile def? Would the v

Re: view controller

2004-12-02 Thread Joe Germuska
At 10:26 AM + 12/2/04, Adam Hardy wrote: OK, I understand now. :) I'm intrigued to know how you would declare the view controllers and register them against URLs. It would be in struts-config.xml presumably. Would you be able to register them against a tile def? Would the view controller hav

Re: view controller

2004-12-02 Thread Adam Hardy
On 12/01/2004 02:37 PM Joe Germuska wrote: Yes but only half. Regarding the first point, since struts is actually able to accept and deal with a second action mapping in that mapping's "input" (or "forward") param, then somehow struts must be designed for it. It can't possibly have been a happy

Re: view controller

2004-12-01 Thread Joe Germuska
Yes but only half. Regarding the first point, since struts is actually able to accept and deal with a second action mapping in that mapping's "input" (or "forward") param, then somehow struts must be designed for it. It can't possibly have been a happy coincidence, surely? I don't know about te

Re: view controller

2004-12-01 Thread Adam Hardy
On 11/28/2004 04:40 PM Joe Germuska wrote: At 11:31 AM + 11/24/04, Adam Hardy wrote: On 11/23/2004 02:20 PM Joe Germuska wrote: Your action isn't executed if validation fails. However, the validation is performed on a second request, so the object placed into the scope before the form was pr