You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by sharmila thota <t....@gmail.com> on 2017/04/13 14:51:18 UTC

Issue with struts tags

I updated to 2.5.10.1 jars, and see the following compile errors on console:

Error(6,6): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.HiddenTag".
Error(7,5): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(8,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(10,8): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(12,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(14,12): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(19,10): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(21,14): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(23,14): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(27,8): The tag handler class was not found
"org.apache.struts2.views.jsp.ElseTag".
Error(28,10): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(30,14): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(32,14): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.SelectTag".
Error(37,6): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(40,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(43,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(47,8): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(49,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(55,12): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(57,10): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(58,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(60,12): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(64,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(66,12): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(67,10): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(71,14): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(73,14): The tag handler class was not found
"org.apache.struts2.views.jsp.PropertyTag".
Error(77,8): The tag handler class was not found
"org.apache.struts2.views.jsp.ElseTag".
Error(79,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(81,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(81,108): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(81,129): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(88,6): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".
Error(91,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.LabelTag".
Error(94,12): The tag handler class was not found
"org.apache.struts2.views.jsp.ui.SelectTag".
Error(103,42): The tag handler class was not found
"org.apache.struts2.views.jsp.IfTag".

Please help me out.

Thanks
Sharmila

RE: Issue with struts tags

Posted by Sharmila Thota <Sh...@nysed.gov>.
Hello Lucas,

Good Morning!
Yes, I did change DTD to 2.5

Thanks
Sharmila
-----Original Message-----
From: Lukasz Lenart [mailto:lukaszlenart@apache.org]
Sent: Friday, April 14, 2017 1:06 AM
To: Struts Users Mailing List <us...@struts.apache.org>
Subject: Re: Issue with struts tags

2017-04-13 16:51 GMT+02:00 sharmila thota <t....@gmail.com>:
> I updated to 2.5.10.1 jars, and see the following compile errors on console:
>
> Error(6,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.HiddenTag".

Did you change DTD in struts.xml to match Struts 2.5?


Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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





Confidentiality Notice

This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.


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

Re: Issue with struts tags

Posted by Lukasz Lenart <lu...@apache.org>.
2017-04-13 16:51 GMT+02:00 sharmila thota <t....@gmail.com>:
> I updated to 2.5.10.1 jars, and see the following compile errors on console:
>
> Error(6,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.HiddenTag".

Did you change DTD in struts.xml to match Struts 2.5?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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


Re: Issue with struts tags

Posted by sharmila thota <t....@gmail.com>.
I did add the same.

Sent from my iPhone

> On Apr 15, 2017, at 12:26 PM, Kiran <ki...@gmail.com> wrote:
> 
> Hi 
> 
> As a wild guess, did you add the jars in the build class path? 
> Did you add the struts taglib in the jsp?
> 
> 
> 
>> On Apr 14, 2017, at 10:22 AM, sharmila thota <t....@gmail.com> wrote:
>> 
>> Yaah he is using jdeveloper 12 version. 
>> I am planning to upgrade mine too. Will see how it goes.
>> 
>> Sent from my iPhone
>> 
>>> On Apr 14, 2017, at 10:10 AM, Lukasz Lenart <lu...@apache.org> wrote:
>>> 
>>> 2017-04-14 15:48 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
>>>> Yes. I did clear the tmp folder under
>>>> ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp
>>> 
>>> So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
>>> Looks like you are both working on the same app and it works for him
>>> https://issues.apache.org/jira/browse/WW-4784
>>> 
>>> 
>>> Regards
>>> -- 
>>> Łukasz
>>> + 48 606 323 122 http://www.lenart.org.pl/
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

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


Re: Issue with struts tags

Posted by Kiran <ki...@gmail.com>.
Hi 

As a wild guess, did you add the jars in the build class path? 
Did you add the struts taglib in the jsp?



> On Apr 14, 2017, at 10:22 AM, sharmila thota <t....@gmail.com> wrote:
> 
> Yaah he is using jdeveloper 12 version. 
> I am planning to upgrade mine too. Will see how it goes.
> 
> Sent from my iPhone
> 
>> On Apr 14, 2017, at 10:10 AM, Lukasz Lenart <lu...@apache.org> wrote:
>> 
>> 2017-04-14 15:48 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
>>> Yes. I did clear the tmp folder under
>>> ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp
>> 
>> So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
>> Looks like you are both working on the same app and it works for him
>> https://issues.apache.org/jira/browse/WW-4784
>> 
>> 
>> Regards
>> -- 
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

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


Re: Issue with struts tags

Posted by sharmila thota <t....@gmail.com>.
Yaah he is using jdeveloper 12 version. 
I am planning to upgrade mine too. Will see how it goes.

Sent from my iPhone

> On Apr 14, 2017, at 10:10 AM, Lukasz Lenart <lu...@apache.org> wrote:
> 
> 2017-04-14 15:48 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
>> Yes. I did clear the tmp folder under
>> ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp
> 
> So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
> Looks like you are both working on the same app and it works for him
> https://issues.apache.org/jira/browse/WW-4784
> 
> 
> Regards
> -- 
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

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


Re: Issue with struts tags

Posted by Lukasz Lenart <lu...@apache.org>.
2017-04-14 15:48 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
> Yes. I did clear the tmp folder under
> ..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp

So it doesn't work in JDeveloper, right? Do you know Suresh Dhanapal?
Looks like you are both working on the same app and it works for him
https://issues.apache.org/jira/browse/WW-4784


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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


RE: Issue with struts tags

Posted by Sharmila Thota <Sh...@nysed.gov>.
Yes. I did clear the tmp folder under
..\AppData\Roaming\JDeveloper\system11.1.2.4.39.64.36.1\DefaultDomain\servers\DefaultServer\tmp

-----Original Message-----
From: Lukasz Lenart [mailto:lukaszlenart@apache.org]
Sent: Friday, April 14, 2017 9:39 AM
To: Struts Users Mailing List <us...@struts.apache.org>
Subject: Re: Issue with struts tags

2017-04-14 15:36 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
> There is nothing in my temp folder, it is empty
> ..\public_html\WEB-INF\temp

I meant server's temp folder or work dir

http://stackoverflow.com/questions/12301976/temporary-directories-in-weblogic-10
http://stackoverflow.com/questions/1760069/where-is-bea-weblogic-work-folder


Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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





Confidentiality Notice

This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.


Re: Issue with struts tags

Posted by Lukasz Lenart <lu...@apache.org>.
2017-04-14 15:36 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
> There is nothing in my temp folder, it is empty
> ..\public_html\WEB-INF\temp

I meant server's temp folder or work dir

http://stackoverflow.com/questions/12301976/temporary-directories-in-weblogic-10
http://stackoverflow.com/questions/1760069/where-is-bea-weblogic-work-folder


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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


RE: Issue with struts tags

Posted by Sharmila Thota <Sh...@nysed.gov>.
There is nothing in my temp folder, it is empty
..\public_html\WEB-INF\temp

-----Original Message-----
From: Lukasz Lenart [mailto:lukaszlenart@apache.org] 
Sent: Friday, April 14, 2017 1:07 AM
To: Struts Users Mailing List <us...@struts.apache.org>
Subject: Re: Issue with struts tags

but still cleaning up temp folder is a good idea

2017-04-13 20:27 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
> I am using Weblogic no tomcat. Thanks though!
>
> -----Original Message-----
> From: Paweł Wielgus [mailto:poulwiel@gmail.com]
> Sent: Thursday, April 13, 2017 2:19 PM
> To: Struts Users Mailing List <us...@struts.apache.org>
> Subject: RE: Issue with struts tags
>
> Just a wild guess,
> try to delete tomcat/work directory.
> If you use tomcat of course.
>
>
> 13.04.2017 17:49 "Sharmila Thota" <Sh...@nysed.gov> napisał(a):
>
>> Please some one help with this issue.
>>
>> -----Original Message-----
>> From: sharmila thota [mailto:t.sharmila@gmail.com]
>> Sent: Thursday, April 13, 2017 10:51 AM
>> To: user@struts.apache.org
>> Subject: Issue with struts tags
>>
>> I updated to 2.5.10.1 jars, and see the following compile errors on
>> console:
>>
>> Error(6,6): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.HiddenTag".
>> Error(7,5): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(8,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(10,8): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(12,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(14,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(19,10): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(21,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(23,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(27,8): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ElseTag".
>> Error(28,10): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(30,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(32,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.SelectTag".
>> Error(37,6): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(40,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(43,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(47,8): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(49,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(55,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(57,10): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(58,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(60,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(64,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(66,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(67,10): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(71,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(73,14): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(77,8): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ElseTag".
>> Error(79,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(81,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(81,108): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(81,129): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(88,6): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(91,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(94,12): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.ui.SelectTag".
>> Error(103,42): The tag handler class was not found 
>> "org.apache.struts2.views.jsp.IfTag".
>>
>> Please help me out.
>>
>> Thanks
>> Sharmila
>>
>>
>>
>>
>> Confidentiality Notice
>>
>> This email including all attachments is confidential and intended 
>> solely for the use of the individual or entity to which it is 
>> addressed. This communication may contain information that is 
>> protected from disclosure under State and/or Federal law. Please 
>> notify the sender immediately if you have received this communication 
>> in error and delete this email from your system. If you are not the 
>> intended recipient you are notified that disclosing, copying, 
>> distributing or taking any action in reliance on the contents of this information is strictly prohibited.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>
>
>
>
> Confidentiality Notice
>
> This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org

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


Re: Issue with struts tags

Posted by Lukasz Lenart <lu...@apache.org>.
but still cleaning up temp folder is a good idea

2017-04-13 20:27 GMT+02:00 Sharmila Thota <Sh...@nysed.gov>:
> I am using Weblogic no tomcat. Thanks though!
>
> -----Original Message-----
> From: Paweł Wielgus [mailto:poulwiel@gmail.com]
> Sent: Thursday, April 13, 2017 2:19 PM
> To: Struts Users Mailing List <us...@struts.apache.org>
> Subject: RE: Issue with struts tags
>
> Just a wild guess,
> try to delete tomcat/work directory.
> If you use tomcat of course.
>
>
> 13.04.2017 17:49 "Sharmila Thota" <Sh...@nysed.gov> napisał(a):
>
>> Please some one help with this issue.
>>
>> -----Original Message-----
>> From: sharmila thota [mailto:t.sharmila@gmail.com]
>> Sent: Thursday, April 13, 2017 10:51 AM
>> To: user@struts.apache.org
>> Subject: Issue with struts tags
>>
>> I updated to 2.5.10.1 jars, and see the following compile errors on
>> console:
>>
>> Error(6,6): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.HiddenTag".
>> Error(7,5): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(8,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(10,8): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(12,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(14,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(19,10): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(21,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(23,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(27,8): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ElseTag".
>> Error(28,10): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(30,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(32,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.SelectTag".
>> Error(37,6): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(40,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(43,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(47,8): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(49,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(55,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(57,10): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(58,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(60,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(64,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(66,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(67,10): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(71,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(73,14): The tag handler class was not found
>> "org.apache.struts2.views.jsp.PropertyTag".
>> Error(77,8): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ElseTag".
>> Error(79,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(81,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(81,108): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(81,129): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.TextFieldTag".
>> Error(88,6): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>> Error(91,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.LabelTag".
>> Error(94,12): The tag handler class was not found
>> "org.apache.struts2.views.jsp.ui.SelectTag".
>> Error(103,42): The tag handler class was not found
>> "org.apache.struts2.views.jsp.IfTag".
>>
>> Please help me out.
>>
>> Thanks
>> Sharmila
>>
>>
>>
>>
>> Confidentiality Notice
>>
>> This email including all attachments is confidential and intended
>> solely for the use of the individual or entity to which it is
>> addressed. This communication may contain information that is
>> protected from disclosure under State and/or Federal law. Please
>> notify the sender immediately if you have received this communication
>> in error and delete this email from your system. If you are not the
>> intended recipient you are notified that disclosing, copying,
>> distributing or taking any action in reliance on the contents of this information is strictly prohibited.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>
>
>
>
> Confidentiality Notice
>
> This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org

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


RE: Issue with struts tags

Posted by Sharmila Thota <Sh...@nysed.gov>.
I am using Weblogic no tomcat. Thanks though!

-----Original Message-----
From: Paweł Wielgus [mailto:poulwiel@gmail.com]
Sent: Thursday, April 13, 2017 2:19 PM
To: Struts Users Mailing List <us...@struts.apache.org>
Subject: RE: Issue with struts tags

Just a wild guess,
try to delete tomcat/work directory.
If you use tomcat of course.


13.04.2017 17:49 "Sharmila Thota" <Sh...@nysed.gov> napisał(a):

> Please some one help with this issue.
>
> -----Original Message-----
> From: sharmila thota [mailto:t.sharmila@gmail.com]
> Sent: Thursday, April 13, 2017 10:51 AM
> To: user@struts.apache.org
> Subject: Issue with struts tags
>
> I updated to 2.5.10.1 jars, and see the following compile errors on
> console:
>
> Error(6,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.HiddenTag".
> Error(7,5): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(8,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(10,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(12,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(14,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(19,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(21,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(23,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(27,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.ElseTag".
> Error(28,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(30,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(32,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.SelectTag".
> Error(37,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(40,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(43,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(47,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(49,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(55,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(57,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(58,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(60,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(64,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(66,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(67,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(71,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(73,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(77,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.ElseTag".
> Error(79,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(81,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(81,108): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(81,129): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(88,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(91,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(94,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.SelectTag".
> Error(103,42): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
>
> Please help me out.
>
> Thanks
> Sharmila
>
>
>
>
> Confidentiality Notice
>
> This email including all attachments is confidential and intended
> solely for the use of the individual or entity to which it is
> addressed. This communication may contain information that is
> protected from disclosure under State and/or Federal law. Please
> notify the sender immediately if you have received this communication
> in error and delete this email from your system. If you are not the
> intended recipient you are notified that disclosing, copying,
> distributing or taking any action in reliance on the contents of this information is strictly prohibited.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>




Confidentiality Notice

This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.


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

RE: Issue with struts tags

Posted by Paweł Wielgus <po...@gmail.com>.
Just a wild guess,
try to delete tomcat/work directory.
If you use tomcat of course.


13.04.2017 17:49 "Sharmila Thota" <Sh...@nysed.gov> napisał(a):

> Please some one help with this issue.
>
> -----Original Message-----
> From: sharmila thota [mailto:t.sharmila@gmail.com]
> Sent: Thursday, April 13, 2017 10:51 AM
> To: user@struts.apache.org
> Subject: Issue with struts tags
>
> I updated to 2.5.10.1 jars, and see the following compile errors on
> console:
>
> Error(6,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.HiddenTag".
> Error(7,5): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(8,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(10,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(12,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(14,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(19,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(21,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(23,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(27,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.ElseTag".
> Error(28,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(30,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(32,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.SelectTag".
> Error(37,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(40,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(43,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(47,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(49,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(55,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(57,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(58,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(60,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(64,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(66,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(67,10): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(71,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(73,14): The tag handler class was not found
> "org.apache.struts2.views.jsp.PropertyTag".
> Error(77,8): The tag handler class was not found
> "org.apache.struts2.views.jsp.ElseTag".
> Error(79,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(81,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(81,108): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(81,129): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.TextFieldTag".
> Error(88,6): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
> Error(91,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.LabelTag".
> Error(94,12): The tag handler class was not found
> "org.apache.struts2.views.jsp.ui.SelectTag".
> Error(103,42): The tag handler class was not found
> "org.apache.struts2.views.jsp.IfTag".
>
> Please help me out.
>
> Thanks
> Sharmila
>
>
>
>
> Confidentiality Notice
>
> This email including all attachments is confidential and intended solely
> for the use of the individual or entity to which it is addressed. This
> communication may contain information that is protected from disclosure
> under State and/or Federal law. Please notify the sender immediately if you
> have received this communication in error and delete this email from your
> system. If you are not the intended recipient you are notified that
> disclosing, copying, distributing or taking any action in reliance on the
> contents of this information is strictly prohibited.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>

RE: Issue with struts tags

Posted by Sharmila Thota <Sh...@nysed.gov>.
Please some one help with this issue.

-----Original Message-----
From: sharmila thota [mailto:t.sharmila@gmail.com]
Sent: Thursday, April 13, 2017 10:51 AM
To: user@struts.apache.org
Subject: Issue with struts tags

I updated to 2.5.10.1 jars, and see the following compile errors on console:

Error(6,6): The tag handler class was not found "org.apache.struts2.views.jsp.ui.HiddenTag".
Error(7,5): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(8,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(10,8): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(12,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(14,12): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(19,10): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(21,14): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(23,14): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(27,8): The tag handler class was not found "org.apache.struts2.views.jsp.ElseTag".
Error(28,10): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(30,14): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(32,14): The tag handler class was not found "org.apache.struts2.views.jsp.ui.SelectTag".
Error(37,6): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(40,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(43,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(47,8): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(49,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(55,12): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(57,10): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(58,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(60,12): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(64,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(66,12): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(67,10): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(71,14): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(73,14): The tag handler class was not found "org.apache.struts2.views.jsp.PropertyTag".
Error(77,8): The tag handler class was not found "org.apache.struts2.views.jsp.ElseTag".
Error(79,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(81,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(81,108): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(81,129): The tag handler class was not found "org.apache.struts2.views.jsp.ui.TextFieldTag".
Error(88,6): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".
Error(91,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.LabelTag".
Error(94,12): The tag handler class was not found "org.apache.struts2.views.jsp.ui.SelectTag".
Error(103,42): The tag handler class was not found "org.apache.struts2.views.jsp.IfTag".

Please help me out.

Thanks
Sharmila




Confidentiality Notice

This email including all attachments is confidential and intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.


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