History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STS-318
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Fennell
Reporter: Jasper Fontaine
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Stripes

No getter/setter for InputImageTag 'value' attribute (simple)

Created: 05/Dec/06 05:50 AM   Updated: 27/Mar/07 05:06 AM
Component/s: Tag Library
Affects Version/s: None
Fix Version/s: Release 1.4.3


 Description  « Hide
In the whole hierarchy InputImageTag, InputTagSupport, HtmlTagSupport to StripesTagSupport there is no getter/setter pair for the 'value' attribute, so the JSP-compiler throws a JasperException upon first request
 
Stacktrace (not very usefull):
14:44:21,102 ERROR: [Catalina].[localhost].[/myapp].[jsp] (invoke:704) - Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /jsp/myapp_page.jsp(22,26) Unable to find setter method for attribute: value
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)

 All   Comments   Change History      Sort Order:
Tim Fennell [27/Mar/07 05:06 AM]
Fixed. Added a getter/setter pair that just push the value into the attributes map so that it is output on the page if present.