Chetan Pandey wrote:
pageContext.setAttribute(propertyaction,"propertyaction");%>
pageContext.setAttribute() is a standard map-based pattern. All of these use (key, value) and not (value, key) as you have above. Swap the two arguments.

Remember your scope (third parameter).

- Scott

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

Reply via email to