Re: JSP 1.2 and XML Syntax

2002-08-02 Thread GW
Yes the syntax is called XML-JSP Syntax the file gets saved as jsp and the xml gets parsed presenting a normal jsp. Hi Robert One Question... Did you create your own DTD? or are you using one from sun 500 is internal and it doesn't look like there's anything wrong with the code. -

Re: JSP 1.2 and XML Syntax

2002-08-02 Thread GW
http://java.sun.com/products/jsp/tags/12/syntaxref123.html http://www.onjava.com/pub/a/onjava/2001/11/28/jsp_xml.html - Original Message - From: Vikramjit Singh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 02, 2002 10:45 AM Subject: Re: JSP 1.2 and XML Syntax Yes

Re: XML parsing in a Tomcat3.2.3 world

2002-07-15 Thread GW
I'm not 100% clear in your question, are you reffering to parsing of the XML-JSP syntax, or do you want to send XML to the JSP or do you want to display the XML data using JSP? anyway this should help http://developer.java.sun.com/developer/technicalArticles/xml/WebAppDev2/ - Original

Re: JSP Tomcat for developers

2002-06-23 Thread GW
Sometimes I'm stuck with the same problem. I know this is not the best solution and I'm also still looking for the correct one... After editing myFile.jsp I save it to another format (i.e myFile.jspi) I then re-save the myFile.jspi to myFile.jsp, overwriting the old myFile.jsp, when I load it

Re: String.length --- MayBe offtopic.

2002-06-21 Thread GW
I've tested your theory and I seem to get 6 and not 7. try str = str.replace('\\','/') instead of (\\,/) check out java.lang.String.replace(char c, String s) - Original Message - From: Clemente Dani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 21, 2002 1:14 PM Subject:

JSP Servlets

2002-05-20 Thread GW
Hi All As far as possible JSP pages should only contain presentation data (html) and not embedded java code. Programmatical logic should be handled in beans and servlets and not in jsp pages. Can someone please be kind enough to tell my why this is important? Kind Regards GW

Re: JSP Servlets

2002-05-20 Thread GW
and look. Regards Fran -Mensaje original- De: GW [SMTP:[EMAIL PROTECTED]] Enviado el: lunes 20 de mayo de 2002 13:16 Para: [EMAIL PROTECTED] Asunto: JSP Servlets Hi All As far as possible JSP pages should only contain presentation data (html) and not embedded

Re: weblogic 6.1, jar files

2002-04-16 Thread GW
Hi add the path of you jar files to you system classpath and restart. gw - Original Message - From: Lai, Kenny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 7:00 PM Subject: weblogic 6.1, jar files has anyone had a problem dropping jars into their /WEB-INF/lib

Re: Checked status of Radio Buttons on form

2000-12-07 Thread GW Lander
Thanks for the help. Haven't had a chance to try it yet but will shortly. Thanks again, Wayne -Original Message- From: Balkrishna R.Parab [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 9:16 PM To: [EMAIL PROTECTED] Subject: Re: Checked status of Radio Buttons on form

Checked status of Radio Buttons on form

2000-12-05 Thread GW Lander
I have a couple of pages that allow a user to register on a site. After the user has gone through the registration process I present them with a page that will allow them to verify what they have entered before final submittal. (I am using a Java Bean session to hold the data until final