As of JSP 1.1 (and apparently 1.2 as I'm experiencing this with Tomcat
4.x) the following does not work:

<bean:write name="myBean" property="myMap.<%=myKey%>.myProperty"/>

One has to declare the entire String and implement it like this:

<bean:write name="myBean" property="<%=myString%>"/>

Anyone know if this has changed since 1.2? Is there a better approach?
Can EL help me get around this more gracefully?

-Joe



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to