You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by kannan_307 <ka...@wipro.com> on 2008/03/13 15:54:25 UTC

Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

When I deploying my War file in Weblogic 8.1, I am getting the following
error:

Error in using tag library uri='/WEB-INF/tlds/struts-html.tld'
prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has no
setter method corresponding to TLD declared attribute 'acceptCharset', (JSP
1.1 spec, 5.4.1) 

please help me to findout the solution.

-- 
View this message in context: http://www.nabble.com/Getting-error-in-using-tag-library-%3A-The-Tag-class-%27org.apache.struts.taglib.html.FormTag%27-has-no-setter-method-corresponding-to-TLD-declared-attribute-%27acceptCharset%27%2C-%28JSP-1.1-spec%2C-5.4.1%29-tp16026918p16026918.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/14, kannan_307 <ka...@wipro.com>:
>
>
> I am using the struts version 1.2.4



It was a bug that seems to be fixed:
https://issues.apache.org/struts/browse/STR-1636
It is fixed in "1.2 Family": I checked and it is fixed in Struts 1.2.9.
I suggest you to upgrade to Struts 1.2.9 or, better, to 1.3.8.

Ciao
Antonio

Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

Posted by kannan_307 <ka...@wipro.com>.
I am using the struts version 1.2.4




Antonio Petrelli-3 wrote:
> 
> 2008/3/13, kannan_307 <ka...@wipro.com>:
>>
>>
>> When I deploying my War file in Weblogic 8.1, I am getting the following
>> error:
>>
>> Error in using tag library uri='/WEB-INF/tlds/struts-html.tld'
>> prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has
>> no
>> setter method corresponding to TLD declared attribute 'acceptCharset',
>> (JSP
>> 1.1 spec, 5.4.1)
> 
> 
> 
> What version of Struts do you use?
> 
> Antonio
> 
> 

-- 
View this message in context: http://www.nabble.com/Getting-error-in-using-tag-library-%3A-The-Tag-class-%27org.apache.struts.taglib.html.FormTag%27-has-no-setter-method-corresponding-to-TLD-declared-attribute-%27acceptCharset%27%2C-%28JSP-1.1-spec%2C-5.4.1%29-tp16026918p16044463.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

Posted by Antonio Petrelli <an...@gmail.com>.
2008/3/13, kannan_307 <ka...@wipro.com>:
>
>
> When I deploying my War file in Weblogic 8.1, I am getting the following
> error:
>
> Error in using tag library uri='/WEB-INF/tlds/struts-html.tld'
> prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has
> no
> setter method corresponding to TLD declared attribute 'acceptCharset',
> (JSP
> 1.1 spec, 5.4.1)



What version of Struts do you use?

Antonio