Re: Help Struts 1.3

2011-12-16 Thread Anirudh Bhardwaj
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 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 i

Re: Help Struts 1.3

2011-12-15 Thread Dave Newton
; > > -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 can i read data from DB and display using Jsp with Struts? > > Wha

RE: Help Struts 1.3

2011-12-15 Thread Givler, Eric
eIndia.com 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.

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

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 Nabbl

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 hel

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

2007-10-26 Thread sriharsha . chevuru
errors Oct 26, 2007 2:46:53 PM org.apache.catalina.core.ApplicationContext log INFO: HTMLManager: list: Listing contexts for virtual host 'localhost' Dave Newton <[EMAIL PROTECTED]> 10/26/2007 04:00 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject [

[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

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 Sam