Re: Help Struts 1.3

2011-12-16 Thread Anirudh Bhardwaj
On 12/16/2011 12:46 AM, Givler, Eric wrote: Eric Great information The site is Roseindia.net your guidance helped thanks Anirudh I always thought the best examples for learning how to do this were here: http://www.learntechnology.net/content/struts/struts_crud.jsp Google returns about 300,00

Re: Help Struts 1.3

2011-12-15 Thread Dave Newton
I steer people away from rose; it's generally pretty awful. On Thu, Dec 15, 2011 at 2:16 PM, Givler, Eric wrote: > I always thought the best examples for learning how to do this were here: > http://www.learntechnology.net/content/struts/struts_crud.jsp > > Google returns about 300,000 hits when

RE: Help Struts 1.3

2011-12-15 Thread Givler, Eric
I always thought the best examples for learning how to do this were here: http://www.learntechnology.net/content/struts/struts_crud.jsp Google returns about 300,000 hits when you type in: STRUTS CRUD tutorial. I'm sure there is something else that's useful. I also liked the www.RoseIndia.com s

Re: Help Struts 1.3

2011-12-13 Thread Christian Grobmeier
Hello, On Tue, Dec 13, 2011 at 10:46 AM, AlexCross 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