>There is one linefeed between each tag,
> if you want to avoid that, you have to use 
> something like that:
> 
> <%! 
>   // some code
> %><jsp:useBean ... 
> /><jsp:useBean ... 
> /><% 
>   // some code 
> %>

Ralph is right , with one exception:

the last %> in your doc will produce a "\n" . 

If anyone knows how to hide it , pls let me know.

M.Schwarz


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to