This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
When I fille the form and submit it via a submit button the values are not setting into bean properties...where can I made mistakes...I am using struts 1.3 in my application...
By now, you should be knowing that, without providing any details about your application and relevant code/configurations, you won't be able to get any decent help. So please be more specific about what problem you are running into.
now you can see in this code when i try to add an priority from my jsp I will fill the form then press save button then the control goes towards redirect method in the action class where it decide which method had to be called by seeing that request came from 'add' it send the conrtol towards insertprior method in action class where I must get the bean with the values i filled in the form but the problem is that I am not getting those values in that form...hope that the problem is claear to u..