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
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
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
3 matches
Mail list logo