Paul/Frank,

Thanks for the feedback.  (I implemented the separate action mapping
already, but was wondering if there was a simpler way that I was
overlooking). 

Regards,
Justin



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Frank W. Zammetti
Sent: 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
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?  If you 
mean the same mapping, I would ask why?  If its the Action your truly 
after though, then you can have two different mappings to it, one for 
UsersA and one for UsersB, each having input set to the appropriate
value.

Paul is correct of course, Struts doesn't keep track of the previous 
page, but it doesn't seem like that should matter here if, as I suspect,

it's the Action your looking to reuse...

Frank

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
  (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
  Supplying the wheel, so you don't have to reinvent it!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to