1. JSP custom tag library (Unable to find setter method for the attribute) stackoverflow.comI'm having trouble with a custom tag:- org.apache.jasper.JasperException: /custom_tags.jsp(1,0) Unable to find setter method for attribute : firstname This is my TagHandler class:
|
2. Is it possible to create custom attribute in jsp tag library without defining setter method? stackoverflow.comI don't want to change the java code whenever there is addition of tag if the business logic will be remain same. I can access it by using Enumeration set of ... |
3. cannot find setter in jsp stackoverflow.comOk, so I'm calling this custom tag:
With this code ... |
4. Can I write setter n getter for select tag? coderanch.com |
5. Unable to find setter method -exception with custom tag coderanch.com |
6. Unable to locate setter methof for attribute lock in the tag class coderanch.com |