According to the JSP syntax cards from Sun's website you can not specify a
dynamic name for the bean to be used by a setProperty call...

<%
String my_bean_name = a_specific_form_bean_name;
%>

<jsp:setProperty name="<%= my_bean_name%>" property="*" />

I need to be able to specify it like this or some other way to isolate some
repetitive code in an @include that contains the setProperty.  Has anyone
run into this before?  Any recommended work arounds?  Is there another way
to access setProperty(*)?

TIA,
-Matthew

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