Re: offside... war file

2001-11-17 Thread Mader, Steve
If you still want to open them, use the Java jar utility. War files are in the same format as jar files. > -Original Message- > From: Richard Yee [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, November 17, 2001 1:22 AM > To: [EMAIL PROTECTED] > Subject: Re: offside... war file > > Joe

Re: Error within JSP page

2001-11-13 Thread Mader, Steve
It sounds to me like it can't create an instance your test.YyDB class. Surly someone with the title "Technical Architect" should be able to debug this and determine the root cause. > -Original Message- > From: Paul Idusogie [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 6:06

Re: Help in session...

2001-11-13 Thread Mader, Steve
Your hidden input variables on the first page don't contain any values. -Original Message-From: Joey A [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 13, 2001 11:14 AMTo: [EMAIL PROTECTED]Subject: Help in session... Hi all,I'm having some problems using 'session' in my

Re: spaces in variable values

2001-11-12 Thread Mader, Steve
g(); >Object error=null; > > error=encode(errorTemp); > response.sendRedirect("region.jsp?error=" + error); > return; > } > > and I get the error: > Method encode(java.lang.String) not found in class > > How can I fix this? Tha

Re: spaces in variable values

2001-11-12 Thread Mader, Steve
You probably need to encode the string first. Check out java.net.URLEncoder to do this. -Original Message- From: Tiffany C. [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: spaces in variable values Hello!! I'm passing a variable and va