It looks like your <html:select> is not in the body of a <html:form> tag

<html:form> puts the formbean in page scope under
"org.apache.struts.taglib.html.BEAN" for others <html:xxx> to use it.

Nico.


> anybody could help me this one,
> it takes me 2 days to figure this out and wheeeww 'til now I dont have a
> solution.
>
> <html:select property="creditCardType" size="1">
> <html:options collection="<%= Constants.CCTYPES_ARRAY_KEY %>"
>                                       property="value"
>                                   labelProperty="label"/>
>                     </html:select>
>
>
>
> org.apache.jasper.JasperException: Cannot find bean under name
> org.apache.struts.taglib.html.BEAN
>
>
> Thank you in advance ..
>
> --buics
>
>
> --
> It's good to be slow and steady; but it's better to be fast and reliable.
>
>
>
>


----------------------------------------------------------------------------
----


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