| Author |
Problem with <html:form>
|
Mnau Lubi
Ranch Hand
Joined: Mar 17, 2010
Posts: 32
|
|
Hi!
Using this code:
I am getting the error:
I tried with /searchfriend.do as well but I get the same error. AS I understand, the mapping points to the struts-config file where all the mappings are made, but there I have:
Can anyone help me please?
Thank you in advanced
|
 |
Karthik Jayachandran
Ranch Hand
Joined: Feb 18, 2009
Posts: 36
|
|
In struts-config.xml file, check whether form-bean definition for the Form is provided, like
And in action mapping declaration, specify the name of the 'form-bean' to the action's name attribute, like
|
 |
Mnau Lubi
Ranch Hand
Joined: Mar 17, 2010
Posts: 32
|
|
Thanks it works .
Just for the records:
If anyone has a problem like this, first read: http://struts.apache.org/1.x/userGuide/building_controller.html
And then, you have an example here (although the struts-config.xml is not showed): http://www.java2s.com/Code/Java/J2EE/StrutsCreatingtheController.htm
|
 |
 |
|
|
subject: Problem with <html:form>
|
|
|