> and the line it's croking on is: href="response.encodeURL("logout-
> action.do")">Logout
Looks to me like you're using double quotes incorrectly. Try using
single quotes for the outer quotation.
href='response.encodeURL("logout-
action.do")'>Logout
--
Alan Meyer
AM Systems, Inc.
Randa
Robert S. Sfeir wrote:
>
> I'm trying to use proper XML syntax to build my JSP pages and am
> following the specs form the Sun site. I keep getting an error and am
> not sure if it's due to the JBoss/Jetty implementation I'm using (JBoss
> 3.0.1 / Jetty 4.01) or if I'm doing something wrong which
]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 02, 2002 1:40 PM
> Subject: Re: JSP 1.2 and XML Syntax
>
>
> Hi,
>
> just a shot in the dark here, because I haven't used these particular
> tags, but it appears to me that you have double quotes nested
internal and it doesn't look like there's anything wrong with the
> code.
>
>
>
>
>
> - Original Message -
> From: "Vikramjit Singh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 02, 2002 5:58 AM
> Subj
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
They're JSP, it's XML-JSP. Look on Sun's site.
R
On Thursday, August 1, 2002, at 11:58 PM, Vikramjit Singh wrote:
> the syntax which you are using, have you written a taglib, or are you
> using
> jstl, coz these syntax are they in jsp ? I dont thin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No tried both of those. Is this just completely esoteric or what? I
spend a good 8 hours searching all over the web and Sun's site for this
info and nothing!
R
On Friday, August 2, 2002, at 04:10 AM, Joel Carklin wrote:
> Hi,
>
> just a shot in th
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:
; 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.
>
>
>
>
>
> - Original Message -
> From: "Vikramjit Singh" <[EMAIL PROTECTED]>
> To: <[
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 1:40 PM
Subject: Re: JSP 1.2 and XML Syntax
Hi,
just a shot in the dark here, because I haven't used these particular
tags, but it appears to me that you have double quotes nested within
double quotes. Surely t
Hi,
just a shot in the dark here, because I haven't used these particular
tags, but it appears to me that you have double quotes nested within
double quotes. Surely the compiler would read the first opening as a
beginning quote and the second opening quote as the end?
Ie "
perhaps if you re
h the
code.
- Original Message -
From: "Vikramjit Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 5:58 AM
Subject: Re: JSP 1.2 and XML Syntax
> the syntax which you are using, have you written a taglib, or are you
using
> jstl, coz these sy
the syntax which you are using, have you written a taglib, or are you using
jstl, coz these syntax are they in jsp ? I dont think so.
Regards,
Vikramjit Singh,
Systems Engineer,
GTL Ltd.
Ph. 7612929-1059
-Original Message-
From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]]
Sent: Thursday,
Thanks Jayson, but unfortunaly backwards support is of great importance and
I've to use the workaround with CDATA sections...
Bye,
Philip
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For d
Hi Philip,
You don't have to use XHTML when authoring JSP in XML syntax. You can
still use regular HTML tags by putting them in CDATA sections.
Yes, if you are sending XHTML to a browser it will break should it not
support XHTML. Current versions of Internet Explorer, Mozilla, Netscape,
and Oper
14 matches
Mail list logo