The ActionForms are just JavaBeans, stored in the session or request,
like any other. 

What "Struts functionality" would you need to add to your tags?

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Java Web Development with Struts.
-- Tel +1 585 737-3463.
-- Web http://www.husted.com/struts/



Mike D wrote:
> 
> 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]>

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

Reply via email to