Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
hmm...I guess I'll forward this there. Hubert Rabago wrote: On Tue, 18 Jan 2005 17:38:15 -0500, Alex Kravets <[EMAIL PROTECTED]> wrote: Now I need to figure out what's wrong with JBoss. Ooh, this line would get tons of responses in some circles. :D -

Re: Stuts forwarding does not work

2005-01-18 Thread Hubert Rabago
On Tue, 18 Jan 2005 17:38:15 -0500, Alex Kravets <[EMAIL PROTECTED]> wrote: > Now I need to figure out what's wrong with JBoss. Ooh, this line would get tons of responses in some circles. :D - To unsubscribe, e-mail: [EMAIL PRO

Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
na.out see some classes not being loaded. David G. Friedman wrote: Alex, I'd like to see the line 85 of the JSP as was listed in the stack dump. Can you post that to the list? Regards, David -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Monday, Janua

RE: Stuts forwarding does not work

2005-01-18 Thread David G. Friedman
Alex, I was asking for the plain-text jsp's line 85, not the compiled jsp's line 85. Regards, David -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 2:39 PM To: Struts Users Mailing List Subject: Re: Stuts forwarding does not

Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
eption to those I am having in JBoss, and looking at Catalina.out see some classes not being loaded. David G. Friedman wrote: Alex, I'd like to see the line 85 of the JSP as was listed in the stack dump. Can you post that to the list? Regards, David -Original Message- From:

Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
g to run applications off Tomcat I am getting similar exception to those I am having in JBoss, and looking at Catalina.out see some classes not being loaded. David G. Friedman wrote: Alex, I'd like to see the line 85 of the JSP as was listed in the stack dump. Can you post that to

Re: Stuts forwarding does not work

2005-01-18 Thread Dakota Jack
Apache Tomcat alone on the server where as at > >>home on my Linux box it takes no time at all. When trying to run > >>applications off Tomcat I am getting similar exception to those I am having > >>in JBoss, and looking at Catalina.out see some classes not being loaded.

Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
ke to see the line 85 of the JSP as was listed in the stack dump. Can you post that to the list? Regards, David -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:27 AM To: Struts Users Mailing List Subject: Re: Stuts forwarding d

Re: Stuts forwarding does not work

2005-01-18 Thread Dakota Jack
> > > >I'd like to see the line 85 of the JSP as was listed in the stack dump. Can > >you post that to the list? > > > >Regards, > >David > > > >-Original Message- > >From: Alex Kravets [mailto:[EMAIL PROTECTED] > >Sent: M

Re: Stuts forwarding does not work

2005-01-18 Thread Alex Kravets
rom: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:27 AM To: Struts Users Mailing List Subject: Re: Stuts forwarding does not work I know where the error is, I viewed java class compiled by the servelet container of the JSP page and the error is at the line that servlet contai

Re: Stuts forwarding does not work

2005-01-17 Thread Eddie Bush
s, > David > > -Original Message- > From: Alex Kravets [mailto:[EMAIL PROTECTED] > Sent: Monday, January 17, 2005 9:27 AM > To: Struts Users Mailing List > Subject: Re: Stuts forwarding does not work > > I know where the error is, I viewed java class compiled b

RE: Stuts forwarding does not work

2005-01-17 Thread David G. Friedman
rding does not work I know where the error is, I viewed java class compiled by the servelet container of the JSP page and the error is at the line that servlet container generated, but I don't know what it means. The error in compiled JSP page: if (_jspx_meth_html_form_0(pageContext))

Re: Stuts forwarding does not work

2005-01-17 Thread Alex Kravets
I know where the error is, I viewed java class compiled by the servelet container of the JSP page and the error is at the line that servlet container generated, but I don't know what it means. The error in compiled JSP page: if (_jspx_meth_html_form_0(pageContext)) return; out.write("

Re: Stuts forwarding does not work

2005-01-15 Thread Dakota Jack
Just check Logon_jsp.java:85 and it will tell you what is wrong. Jack On Sat, 15 Jan 2005 12:25:06 -0500, David G. Friedman <[EMAIL PROTECTED]> wrote: > Alex, > > The below Stack Trace "snippet" suggests you had some sort of exception in > your Logon jsp, line 85, while trying to use something

Re: RE: Stuts forwarding does not work

2005-01-15 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Stuts forwarding does not work

2005-01-15 Thread David G. Friedman
Alex, The below Stack Trace "snippet" suggests you had some sort of exception in your Logon jsp, line 85, while trying to use something in the page context. This was clearly noted in the Stack trace. They are very useful (Stack traces). If this happens alot to you then I would recommend you lea

Re: Stuts forwarding does not work

2005-01-14 Thread Eddie Bush
Please limit your stack traces! Each line into the trace becomes less and less meaningful ... unless you're trying to debug the application server/servlet container. I don't think that's your goal ... -- Eddie Bush - To unsubs

Re: Stuts forwarding does not work

2005-01-14 Thread Alex Kravets
ist Subject: Re: Stuts forwarding does not work Well just to check I installed Struts on my local machine, copied the same application there and it works fine! Could it be the JBoss that I use on the work server? David G. Friedman wrote: Alex, Check the Javadocs because the perform() method is

RE: Stuts forwarding does not work

2005-01-14 Thread David G. Friedman
ght be off just a little, a tad, a pinch, a smidgeon, etc. > >-Original Message- >From: Alex Kravets [mailto:[EMAIL PROTECTED] >Sent: Saturday, January 22, 2005 9:51 AM >To: Struts Users Mailing List >Subject: Re: Stuts forwarding does not work > > >Actually now

RE: Stuts forwarding does not work

2005-01-14 Thread David G. Friedman
ex Kravets [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 1980 4:36 PM To: Struts Users Mailing List Subject: Re: Stuts forwarding does not work Well just to check I installed Struts on my local machine, copied the same application there and it works fine! Could it be the JBoss that I use o

Re: Stuts forwarding does not work

2005-01-14 Thread Alex Kravets
Kravets [mailto:[EMAIL PROTECTED] Sent: Saturday, January 22, 2005 9:51 AM To: Struts Users Mailing List Subject: Re: Stuts forwarding does not work Actually now it works. I moved everything to another application name and it started working. But, another problem. When I submit my page I get a bla

Re: RE: Stuts forwarding does not work

2005-01-13 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Stuts forwarding does not work

2005-01-13 Thread David G. Friedman
mail from) time might be off just a little, a tad, a pinch, a smidgeon, etc. -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Saturday, January 22, 2005 9:51 AM To: Struts Users Mailing List Subject: Re: Stuts forwarding does not work Actually now it works. I moved everyt

Re: Stuts forwarding does not work

2005-01-13 Thread Alex Kravets
m: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 1:11 AM To: user@struts.apache.org Subject: Stuts forwarding does not work I am trying to redirect from index.jsp to another page but no luck. I get this error: org.apache.jasper.JasperException: Exception forwarding for n

RE: Stuts forwarding does not work

2005-01-12 Thread Amit Gupta
What are you writing in your index.jsp? Amit Gupta Mobile: 91-9891062552 Yahoo IM: amitguptainn MSN IM : amitguptainn -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 1:11 AM To: user@struts.apache.org Subject: Stuts forwarding does not

Re: Stuts forwarding does not work

2005-01-12 Thread Kishore Senji
Make sure that "/pages/QueryInput.jsp" exists and relavtive to context root. On Wed, 12 Jan 2005 14:40:49 -0500, Alex Kravets <[EMAIL PROTECTED]> wrote: > I am trying to redirect from index.jsp to another page but no luck. I > get this error: > > org.apache.jasper.JasperException: Exception forw

Stuts forwarding does not work

2005-01-12 Thread Alex Kravets
I am trying to redirect from index.jsp to another page but no luck. I get this error: org.apache.jasper.JasperException: Exception forwarding for name queryInput: org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)