Christian Billen wrote:
>
> Hi, what would be the best approach to call a custom tag library passing a
> bean property as a parameter? we are running Weblogic 5.1
>
> Take for example:
>
> <mytaglib:sometag
> items="<jsp:getProperty name='myBean' property='myProperty'/>"/>
I have just another idea.
Set in your tld <rtexprvalue> to "true":
<attribute>
<name>items</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
See JSP Specification:
rtexprvalue
if the attributes value may be dynamically calculated at runtime by
a scriptlet expression (optional)
Uwe
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets