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'/>"/>
Did you try direct accessing your bean with an jsp expression?:
<mytaglib:sometag items=<%= myBean.getMyProperty() %> />
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