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]
If i want to use standart tag in jsp what i have to do ?
On Tuesday 23 November 2004 17:14, Duncan Mills wrote:
> 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
ok. thanx.
On Tuesday 23 November 2004 17:19, Mario Neè wrote:
> javax.servlet.ServletException: An error occurred while evaluating custom
> action attribute "value" with value "${cart.map['id']}": Unable to find a
> value for "map" in object of class
> "org.apache.commons.beanutils.BasicDynaBean"
javax.servlet.ServletException: An error occurred while evaluating custom
action attribute "value" with value "${cart.map['id']}": Unable to find a
value for "map" in object of class
"org.apache.commons.beanutils.BasicDynaBean" using operator "." (null)
at
org.apache.jasper.runtime.PageContext
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)
DynaActionForm, which implements DynaBean, contains a getMap() method;
however, DynaBean does not expose the backing Map in a public property.
To use a DynaBean with JSTL, you could create your own extension that
exposed the protected 'values' HashMap using a public getter method.
-Bill Siggelk
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)
Mario - we would need to see your (relevant) code in order to help with
this. Also, a copy of the stack trace for the error never hurts.
er 23, 2004 9:20 AM
> To: [EMAIL PROTECTED]
> Subject: dynabean and jstl
>
>
> Hello,
>
> can i use dynabean inside a jsp using jstl ?
> i'm using struts 1.2.4
>
> -
> To unsubscribe, e-mail: [E
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 of
> "email" you would use somethng like:
>
>
Sure, with a Dynaform called dynaLogonForm and a of
"email" you would use somethng like:
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
---
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]
11 matches
Mail list logo