[ 
https://issues.apache.org/jira/browse/WW-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Kole updated WW-5517:
---------------------------
    Description: 
When using the debug Struts tag it throws the following errors.
|{*}Messages{*}:| # org.apache.struts2.text.DefaultTextProvider.texts
 # Caught an exception while getting the property values of 
org.apache.struts2.text.DefaultTextProvider@61995fff
 # An exception occurred processing [/home.jsp] at line [3] 1: <%@ taglib 
prefix="s" uri="/struts-tags" %> 2: 3: <s:debug/> Stacktrace:|
|{*}File{*}:|org/apache/jasper/servlet/JspServletWrapper.java|
|{*}Line number{*}:|599|


The JSP I used:
{code:java}
<%@ taglib prefix="s" uri="/struts-tags" %>
<s:debug/> {code}
 

  was:
When using the debug Struts tag it throws the following errors.
|{*}Messages{*}:| # org.apache.struts2.text.DefaultTextProvider.texts
 # Caught an exception while getting the property values of 
org.apache.struts2.text.DefaultTextProvider@61995fff
 # An exception occurred processing [/home.jsp] at line [3] 1: <%@ taglib 
prefix="s" uri="/struts-tags" %> 2: 3: <s:debug/> Stacktrace:|
|{*}File{*}:|org/apache/jasper/servlet/JspServletWrapper.java|
|{*}Line number{*}:|599|
{code:java}
<%@ taglib prefix="s" uri="/struts-tags" %>
<s:debug/> {code}


 


> The debug Struts tag throws an error.
> -------------------------------------
>
>                 Key: WW-5517
>                 URL: https://issues.apache.org/jira/browse/WW-5517
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 7.0.0
>            Reporter: Boris Kole
>            Priority: Minor
>
> When using the debug Struts tag it throws the following errors.
> |{*}Messages{*}:| # org.apache.struts2.text.DefaultTextProvider.texts
>  # Caught an exception while getting the property values of 
> org.apache.struts2.text.DefaultTextProvider@61995fff
>  # An exception occurred processing [/home.jsp] at line [3] 1: <%@ taglib 
> prefix="s" uri="/struts-tags" %> 2: 3: <s:debug/> Stacktrace:|
> |{*}File{*}:|org/apache/jasper/servlet/JspServletWrapper.java|
> |{*}Line number{*}:|599|
> The JSP I used:
> {code:java}
> <%@ taglib prefix="s" uri="/struts-tags" %>
> <s:debug/> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to