Hello all,

What is the proper syntax for nesting jsp tags?

The following works:
      <jsp:forward page ="<%= loginHandler.getNextPage() %>" />
But this causes page compilation error:
      <jsp:forward page ="<jsp:getProperty name="loginHandler" property="nextPage" />" 
/>

What's the correct syntax for the latter if I want to avoid scripting?


Thanks ahead.
-Mary

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to