You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard Diaz <ri...@yahoo.com> on 2002/08/13 06:34:54 UTC

please help! hard returns in TOMCAT what the heck?!

the following jsp code:

out.println("<input type='hidden' name='scope'
value='");
out.println(MyArray[i].getScope());
out.println("'>");    
out.println("<input type='hidden' name='page'
value='0'>");

results in this output:

<input type='hidden' name='command' value='delete'>
<input type='hidden' name='scope' value='
8
'>


Is there a way to STOP the hardreturns that are being
inserted?

thanks a bunch =)

Rich



=====


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: please help! hard returns in TOMCAT what the heck?!

Posted by Richard Diaz <ri...@yahoo.com>.
duh, use out.print

sorry about that =)

Rich


--- Richard Diaz <ri...@yahoo.com> wrote:
> the following jsp code:
> 
> out.println("<input type='hidden' name='scope'
> value='");
> out.println(MyArray[i].getScope());
> out.println("'>");    
> out.println("<input type='hidden' name='page'
> value='0'>");
> 
> results in this output:
> 
> <input type='hidden' name='command' value='delete'>
> <input type='hidden' name='scope' value='
> 8
> '>
> 
> 
> Is there a way to STOP the hardreturns that are
> being
> inserted?
> 
> thanks a bunch =)
> 
> Rich
> 
> 
> 
> =====
> 
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


=====


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>