In Struts Programming which is the controller,which is the model(interms of action class,form bean,struts-config.xml,Jsp page)and which is the view exactly.
In my struts application. after mapping from the action class to the jsp. the jsp couldnt identify the form bean.the tag tag not identifing my from bean. how can i rectify this problem
i dont know
Hi..i have a problem with an action form in struts, the problem is: some set-method are executed and others set-method are not. Has anyone had the same problem?..how do you have resolved the problem? thanks to all.
I am using Netbean editor for sturts application problem i am facing is not been able to compile the file i have created.What actully i have done is i am using BeerforAll project which i have downloaded from netbean site. So i just want to make few changes in this site just for lerning purpose.I created a catalog.jsp file and then created a catalogAction.java so when i try to compile this file it showing me that it has been compiled but not showing it in classes folder as classes folder showing
How to evaluate all the form beans that are available in our application, whether or any of the form bean returns validation errors?