> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 17, 2004 9:42 AM
> To: Struts Users Mailing List
> Subject: Generating struts tags from a Java Bean
> 
> 
> I would like to generate struts tags from a Java bean, which 
> would decide 
> what tags to generate based on context.
> Is there any way to configure the JSP so that it will evaluate the 
> JavaBean first, before the struts tags, so that the struts 
> tags can be 
> generated by the beans?

I don't believe so.  Since struts tags only generate html, you could have beans that 
generate html based on context.  However, given that struts and jstl have some rather 
powerful logical statements, you might be able to achieve what you want without doing 
away with struts tags, which is what you are basically asking.

What problem are you trying to solve?


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

Reply via email to