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'/>"/>

The above always generate a compile error, I tried reversing the " and ' but
still I get a "missing )" error, am I using the correct syntax?

Thanks,

Christian

===========================================================================
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

Reply via email to