Hi,

No.  In JSP 1.0 spec, section 2.1.6, it says that whitespace is insignificant
but is preserved.  So what Dave complains is valid.

Thanks.

Rob

----- Original Message -----
From: David Wall <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 1999 2:02 PM
Subject: Re: no spaces - bug in JRun?


> > Greetings,
> >
> > The following piece of code puts no spaces between elements:
> >
> > <%= r.getElement(1) %>   <%= r.getElement(2) %>
> >
> > is that the way it should be?  I'm forced to put &nbsp; to have a space
> > between these two strings.
> >
> > Any one had this problem?
> >
> > dave.
>
>
> HTML and JSPs are supposed to ignore whitespace, but this may just be going
> too far.  Regardless, adding an &nbsp; doesn't seem like a hardship, and I
> suspect arguing whether it's a bug will be pointless since I doubt that the
> JSP spec is really all that clear on such a detail.
>
> David
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to