we have developed a framework on our project which dynamically writes out 
correct tags on the page, including "value" data and properties. For example:

<xx:cmp name="person" property="name"> could either write out an anchor tag 
or just the value of the person's name property - depending on permissions 
set for the current user. The tag property name "person" is the name of the 
"person" bean in the request.

I can't figure out how to couple this with struts ActionForms. 

I can see these 2 possible solutions:

1. Extend the Struts custom tags to incorporate our component-security model
2. Add Struts functionality to our custom tags to work with ActionForms

I would be really greatful for any ideas or suggestions.

Mike

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

Reply via email to