It works with org.apache.struts.action.DynaActionForm which exposes a getMap() method

Regards


Duncan Mills http://www.goundside.com/blog



Mario Neč wrote:

this is the error

Unable to find a value for "map" in object of class "org.apache.commons.beanutils.BasicDynaBean" using operator "." (null)

On Tuesday 23 November 2004 15:36, Duncan Mills wrote:


Sure, with a Dynaform called dynaLogonForm and a <form-property> of
"email" you would use somethng like:

<c:out value="${requestScope.dynaLogonForm.map['email']}"/>

Duncan

Regards

Duncan Mills
http://www.goundside.com/blog

Mario Neč wrote:


Hello,

can i use dynabean inside a jsp using jstl ?
i'm using struts 1.2.4

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


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



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




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



Reply via email to