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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>