Re: I need to set value in the action class

2009-05-25 Thread Jim Kiley
As a side note to Dave's point, opening a unique database connection within every execute() method of every action class is an extraordinary waste of your time, and will make debugging pretty painful. You'd be much better off writing a single service object to handle that stuff for you, and call t

Re: I need to set value in the action class

2009-05-24 Thread Dave Newton
Prashant Singh wrote: There are a few ways to do it; here's two. All of these topics are covered in the Struts 2 documentation, which I'd recommend reading before getting too much further into your project. There

I need to set value in the action class

2009-05-24 Thread Prashant Singh
Hi dear, what I am doing is that I have taken out all the products listed under product column in mysql table and have displayed them in a jsp. Now I want to click the product displayed on the jsp and display all the supplier that supply that particular product. Anysuggestions how do i