How do I imbed jsp code into a string?  This the code I am trying to
implement:

statusoptions = "<option value=\"H\" <% if (status.equals(\"C\"))
{out.println(\"SELECTED\"); } %>>HOLD ";

The error I get is no end quote on my string...
Thanks in advance.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to