I have a product which has some 10 pages and i have some constrains for the user 
actions(navigations).So basically i am mapping all those constrains and the possible 
user actions from a possible user state in a property file and when user initiate any 
action ,it has to first check the access constrainst from the property file  to check 
whether that action is permitted and if not then have to pop up an error else  go with 
appropriate actions.Also all the single forms has multiple actions.So i have to make 
use of DispatcherActions logic, with different button names pass as querry string.( 
which one oyu guys prefer  querry string or hidden fields).
How to implement that?How to go for Rely actions in this particular case..
Please help me with some thoughts..
thanks
Matt

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to