> 
> There are at least two good solutions.  I like the second one best.
> 
> 
> 1.  Tag Conditional Logic Solution
> 
> Just use the <c:if>, <c:choose> and <c:when> tags.  I assume, 
> Caroline, 
> that you are using JSTL.  If not, then there are equivalent solutions 
> with Struts logic tags.
> 
> 
> 2  Action Conditional Delivery Solution
> 
> Or, you can read the role of the user going into the Action that 
> forwards to the response object displaying the options and 
> only deliver 
> the options appropriate to the role of the user. 
> 

As a third alternative, rather than do everything on conditional tags in your jsp I 
would probably opt for either an addional bean or additional properties in your 
ActionForm that is contains methods such as isGroupADisplayed() etc etc and set the 
properties in your Action that loads the form.

Regards
Roger


__________________________________________________________________________
This e-mail and the documents attached are confidential and intended 
solely for the addressee; it may also be privileged. If you receive this 
e-mail in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group 
liability cannot be triggered for the message content. Although the 
sender endeavours to maintain a computer virus-free network, the sender 
does not warrant that this transmission is virus-free and will not be 
liable for any damages resulting from any virus transmitted.
__________________________________________________________________________

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

Reply via email to