On 3/24/06, Vinit Sharma <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm getting an error "org.apache.struts.taglib.html.BaseHandlerTag: method
> setErrorKey(Ljava/lang/String;)V not found" when I'm trying to render an
> html:text element like:
> <html:text property="{MRInfoForm.cardInfoBean.cardNumber}" />
>
<snip/>

There is probably an errorKey attribute on the page. Besides that, it
seems you have <= 1.2.4 (IIRC) binaries in classpath. The error style
attributes were added around that timeframe (check SVN / release notes
in case I'm off about the minor version).

-Rahul


> MRInfoForm is my ActionForm and cardNumber is property of bean CardInfoBean
> which is a member of MRInfoForm. CardInfoBean implements Serializable.
>
> Thanks,
>
>
> --
> Vinit Sharma
>
>

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

Reply via email to