I'm trying to determine which block of HTML to output. This is
on a page that will be included by many different forms.
<logic:equal property="stateSelection" value="SELSTATE">
<span id="selectBox" style="display:block;">
</logic:equal>
<logic:notEqual property="stateSelection" value="SELSTATE">
<span id="selectBox" style="display:none;">
</logic:notEqual>
Anybody have a suggestion?
Here is the beginning of the exception:
javax.servlet.jsp.JspException: No selector attribute
(cookie/header/name/parameter) was specified
18:23:07,500 ERROR [Engine] StandardWrapperValve[jsp]:
Servlet.service() for servlet jsp threw exception
at
org.apache.struts.taglib.logic.CompareTagBase.condition(CompareTagBase.java:205)
at
org.apache.struts.taglib.logic.EqualTag.condition(EqualTag.java:46)
at
org.apache.struts.taglib.logic.ConditionalTagBase.doStartTag(ConditionalTagBase.java:174)
at
org.apache.jsp.tag.web.location_tag._jspx_meth_logic_equal_0(location_tag.java:216)
javax.servlet.jsp.JspException: No selector attribute
(cookie/header/name/parameter) was specified
=====
Norris Shelton
Software Engineer
Sun Certified Java 1.1 Programmer
Appriss, Inc.
ICQ# 26487421
AIM NorrisEShelton
YIM norrisshelton
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]