Re: Tiles validation and struts config input

2006-07-31 Thread Antonio Petrelli
Justin Chin ha scritto: I am using Tiles ... Lets say I have two sets of users. UsersA, and UsersB. The data gather for both users are the same. The look and feel is different. So I want to point to the same action mapping for the two sets. Probably you are interested in Dimensions: http://

RE: Tiles validation and struts config input

2006-07-30 Thread Justin Chin
: Sunday, July 30, 2006 8:17 PM To: Struts Users Mailing List Subject: Re: Tiles validation and struts config input Hi Justin, Justin Chin wrote: > Lets say I have two sets of users. UsersA, and UsersB. The data gather > for both users are the same. The look and feel is different. So I wan

Re: Tiles validation and struts config input

2006-07-30 Thread Frank W. Zammetti
Hi Justin, Justin Chin wrote: Lets say I have two sets of users. UsersA, and UsersB. The data gather for both users are the same. The look and feel is different. So I want to point to the same action mapping for the two sets. Do you want to point to the same MAPPING or the same ACTION? I

Re: Tiles validation and struts config input

2006-07-30 Thread Paul Benedict
Justin, Struts does not keep track of the last page. There is no page concept, only URLs. If you need absolute control of what to do when validation fails, this is when you begin writing custom code. Instead of using automatic validation, turn it off and write code in your Action to invoke the

Tiles validation and struts config input

2006-07-30 Thread Justin Chin
Hi all, I am using Tiles and having some issues with my struts config file. Here is what I am trying to do: Lets say I have two sets of users. UsersA, and UsersB. The data gather for both users are the same. The look and feel is different. So I want to point to the same action mapping fo