I tried asking this few days ago when my understanding of struts was
significantly less than it is now (and I didn't phrase my question very well
at that).
Here's what I'd like to do...
<img src='<dynamically generated path stored in a bean>' />
with the constraint that I'd like to avoid the <% %> syntax (i want to keep
the JSP free of these things completely for the sake of the content
generating folks that don't know Java/JSP code).
Is there a struts taglib or other taglib that allows you to do something
like...
<img>
<param name='src' bean='myBean' property='beanProp' scope='beanScope'>
</img>
thx
andy
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>