> 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".

Reply via email to