Can I set a variable using this syntax?
<%= test ? "true" : "false" %>
I'd like:
<%= test ? q = "true" : q = "false" %>
Where can I get simple structure information like this? I finally got "Web
Development with JSP", but it doesn't seem to spend much time here. I gotta
say, I've spent hours looking at many web sources, but can't find a nice
"this does this... use it this way (some examples)..." information source.
Ken Martin
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets