In struts, exactly , at what point of time form bean mapping with jsp is decided ?
Thanks .
Uma Mahi
Ranch Hand
Joined: Jan 11, 2006
Posts: 34
posted
0
After submiting a form it will go the web.xml from there it will go the struts-config.xml.
In struts-config.xml file it will go the action tag first from there it will recognize the form-bean and will set the appropriate values for the submitted form.
Umaa Mahi<br />--SCJP1.4
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.