Re: Help Struts 1.3

2011-12-16 Thread Anirudh Bhardwaj
[mailto:mattiap...@yahoo.it] Sent: Tuesday, December 13, 2011 4:47 AM To: user@struts.apache.org Subject: Help Struts 1.3 Hi all, How can i read data from DB and display using Jsp with Struts? What's the correct logic of struts(1.3)? Thank's to all. -- View this message in context: http://struts

RE: Help Struts 1.3

2011-12-15 Thread Givler, Eric
site for things like this, as well as Marty Hall's site. Did you try the Struts wiki? http://wiki.apache.org/struts -Original Message- From: AlexCross [mailto:mattiap...@yahoo.it] Sent: Tuesday, December 13, 2011 4:47 AM To: user@struts.apache.org Subject: Help Struts 1.3 Hi all, How

Re: Help Struts 1.3

2011-12-15 Thread Dave Newton
[mailto:mattiap...@yahoo.it] Sent: Tuesday, December 13, 2011 4:47 AM To: user@struts.apache.org Subject: Help Struts 1.3 Hi all, How can i read data from DB and display using Jsp with Struts? What's the correct logic of struts(1.3)? Thank's to all. -- View this message in context

Help Struts 1.3

2011-12-13 Thread AlexCross
Hi all, How can i read data from DB and display using Jsp with Struts? What's the correct logic of struts(1.3)? 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

Re: Help Struts 1.3

2011-12-13 Thread Christian Grobmeier
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.

Please Help: [Struts 1.3]Getting a ServletFilter Sample working

2007-10-26 Thread enthucoder
Hi, I am testing a Servlet Filter usage. And somehow, my application doesn't even start in Tomcat 5.5. Please help me in debugging, where I am going wrong. Here is what did: SampleFilter.java package app; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class

[OT] Re: Please Help: [Struts 1.3]Getting a ServletFilter Sample working

2007-10-26 Thread Dave Newton
--- enthucoder [EMAIL PROTECTED] wrote: I am testing a Servlet Filter usage. And somehow, my application doesn't even start in Tomcat 5.5. You should consider asking this on a general-purpose JEE programming list/news group, as this isn't Struts-related. When you do, it would make sense to

[OT]Re: Re: Please Help: [Struts 1.3]Getting a ServletFilter Sample working

2007-10-26 Thread sriharsha . chevuru
Help: [Struts 1.3]Getting a ServletFilter Sample working --- enthucoder [EMAIL PROTECTED] wrote: I am testing a Servlet Filter usage. And somehow, my application doesn't even start in Tomcat 5.5. You should consider asking this on a general-purpose JEE programming list/news group

Re: Please Help: [Struts 1.3]Getting a ServletFilter Sample working

2007-10-26 Thread Laurie Harper
That looks OK; perhaps you didn't deploy the filter class correctly? You need to go through your Tomcat logs and find out what prevented it from starting up. L. enthucoder wrote: Hi, I am testing a Servlet Filter usage. And somehow, my application doesn't even start in Tomcat 5.5. Please