Re: JSP help

2003-01-08 Thread Herc
"/examples" is just another aplication is the default application in the server. There must be specified your application name. __ Do you want a free e-mail for life ? Get it at http://www.personal.ro/ -- To unsubscribe,

JSP help

2003-01-07 Thread Elif Akten
hi, I wrote to webapps/root/MyApplication/web-inf/web.xml all servlet names also all servlets to webapps/root/MyApplication/web-inf/classes but there is an error in log files Like that 2003-01-07 13:22:54 ContextConfig[/examples] Configuration error in application web.xml java.lang.IllegalArgu

RE: JSP help: A bit off topic

2003-01-03 Thread Craig R. McClanahan
> myObject.getSomeString() /* This will actually contain all the code in > JSP, just to avoid the JSP page cluttered with Java Code */ If you expect getSomeString() to return *JSP* code (including tags and scriptlets and all), you can't do that. The JSP code is compiled the first time you exe

RE: JSP Help

2003-01-03 Thread Turner, John
s like a lot, but if we have to guess we will just move on to another post. John > -Original Message- > From: Elif Akten [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 1:00 PM > To: [EMAIL PROTECTED] > Subject: RE: JSP Help > > > > > I instal

RE: JSP Help

2003-01-03 Thread Elif Akten
g I missed about configuration..Can you help me?? From: "Turner, John" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Subject: RE: JSP Help Date: Fri, 3 Jan 2003 12:43:37 -0500 Co

RE: JSP Help

2003-01-03 Thread Turner, John
> Sent: Friday, January 03, 2003 12:42 PM > To: [EMAIL PROTECTED] > Subject: JSP Help > > > Hi, > I'am new to Apache and to this group.. > I just install apache and tomcat ..there is something wrong with JSP > files..for example F

JSP Help

2003-01-03 Thread Elif Akten
Hi, I'am new to Apache and to this group.. I just install apache and tomcat ..there is something wrong with JSP files..for example Form's don't post..can anyone have idea? _ MSN 8 with e-mail virus protection service: 2 months FREE*

RE: JSP help: A bit off topic

2003-01-03 Thread Mehdi . Nejad
ftware.com> cc: Subject: RE: JSP help: A bit off topic

RE: JSP help: A bit off topic

2003-01-03 Thread Laxmikanth M.S.
I don't see useBean Tag if u want to use a class use UseBean and call the methos using the bean... > -Original Message- > From: Raj [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 3:42 PM > To: Tomcat Users List > Subject: JSP help: A bit off t

JSP help: A bit off topic

2003-01-03 Thread Raj
Hi, This doesn't exactly relate to Tomcat, but it is a general JSP query. You see, I am using a set of Java classes, packaged as CTG (CICS Transaction Gateway) provided by IBM. My problem is, I am able to instantiate a CTG object inside the JSP. For example, in the JSP, if I write   <% CTG

RE: JSP Help

2002-09-20 Thread Sexton, George
Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: 20 September, 2002 1:21 AM To: [EMAIL PROTECTED] Subject: JSP Help Hi, Thanks for your response to my questio

RE: JSP Help

2002-09-19 Thread Sexton, George
The solution I found was to flush() the print writer on the included servlet but not close it. -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 5:50 PM To: Tomcat Users List Subject: JSP Help This might not be the correct forum - but I am porting

JSP Help

2002-09-19 Thread Ray Madigan
This might not be the correct forum - but I am porting my application from Tomcat 3 to Tomcat 4 and I am having trouble with the requestDispatch.include ( r, r ) method. What happens is thet the includedjsp file gets included above the output from the parent jsp page. The parent jsp creates the

Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread yilmaz
ginal Message - From: "Neale Rudd" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 5:05 PM Subject: Re: Problem with shopping cart JSP :( Help :( > I have been able to run your jsp successfully on our > own

Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread Neale Rudd
putting something other than a Hashtable into the session. Hope that helps, Neale -Original Message- From: yilmaz <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Date: Friday, 12 April 2002 18:05 Subject: Re: Problem with shopping cart JSP :( Help :( >Thanks

Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread yilmaz
t; To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 3:46 PM Subject: RE: Problem with shopping cart JSP :( Help :( > Without looking at your code I suggest you open the file > > _0002fs_0002dcart_0002fshpcart_jsp.java:71 > > an

RE: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread Manuel Mall
Without looking at your code I suggest you open the file _0002fs_0002dcart_0002fshpcart_jsp.java:71 and look at line 71 to see what line of Java code is causing the problem. You should find that file in the Tomcat work directory for the corresponding context. If it is not there set the

Re: Problem with shopping cart JSP :( Help :(

2002-04-12 Thread David Rault
l, that's no problem) where do you put them in your user's session ? and how ? - Original Message - From: "yilmaz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 9:37 AM Subject: Problem with shopping cart

Problem with shopping cart JSP :( Help :(

2002-04-12 Thread yilmaz
Hi everyone, hope i can find a solution from you Gurus. I wrote a simple shopping cart JSP file that makes use of session attributes and Hastables to store temporary user data. Don't know why, it insists on not to working properly, throwing classCastException : java.util.Vector at org.apache.js

Re: jsp help

2001-06-16 Thread Luba Powell
Correction: tomcat (not apache) programs.. - Original Message - From: "Luba Powell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2001 9:51 PM Subject: Re: jsp help > Hello, Jeremy: > If you are familiar with servlets - there isn&#

Re: jsp help

2001-06-16 Thread Luba Powell
tags, generate servlets, already familiar to you and load generated classes into the JVM. So this is all there is to it. R/Luba - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2001 9:26 PM Subject: jsp help > Hi, this may s

jsp help

2001-06-16 Thread JeremyRayYoo
Hi, this may sound remedial but I was hoping someone can clear jsp up for me. Java Servelets are executed by inputting the necessary information in the web.xml. This would include the servlet name, servlet class name, and the name you want it to be called as when called from browser. This much

RE: [Basic] JSP help!

2000-11-17 Thread CPC Livelink Admin
or search on google for Java Tutorial and you will find a wealth of tutorial info. -Original Message- From: Winnie Cheung [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 18, 2000 12:18 AM To: [EMAIL PROTECTED] Subject: [Basic] JSP help! 1. How do you "redirect" a page?

[Basic] JSP help!

2000-11-17 Thread Winnie Cheung
1. How do you "redirect" a page? I have code that if string == a then forward to page 1 else forward to page 2 Unlike ASP, the forward tag just sort of INCLUDES the file! The file name in the browser is the same..not that of the file that I am forwarding to! What is the command to reall