Hello, On Tue, Dec 13, 2011 at 10:46 AM, AlexCross <mattiap...@yahoo.it> wrote: > How can i read data from DB and display using Jsp with Struts? > What's the correct logic of struts(1.3)?
Not sure what you expecting as an answer. Basics are: create a struts.xml and tie a view and an action together. The action should call the class which does the DB select and then create a databean. But this will not help you very much, you really need to take a look to the documentation: http://struts.apache.org/1.3.10/index.html If you have a choice, you should better go with Struts 2 instead. Cheers Christian > > Thank's to all. > > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Help-Struts-1-3-tp5070969p5070969.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org