| Author |
Unable to find setter method for attribute: name
|
Hari priya
Ranch Hand
Joined: Mar 11, 2004
Posts: 134
|
|
Hi - I am repeatedly getting this error - org.apache.jasper.JasperException: /LoginScreen.jsp(101,0) Unable to find setter method for attribute: name the line 101 of the login is - <html:form action="/MyLogin" name="loginForm" type="mapackage.forms.LoginForm" focus="userName" scope="session"> The strust-html.yld file did not have name / scope attributes which I have included and then deployed the war file. Please let mek now if I am missing something here. Thanks!
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
|
If you are extending the taglib functionality for html:form, I believe you must also update FormTag.java to handle the new attributes.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: Unable to find setter method for attribute: name
|
|
|