RE: Help using Struts Logic tags.

2002-01-15 Thread Andrew B Forman
I've been using the session taglib http://jakarta.apache.org/taglibs/doc/session-doc/intro.html which would end up looking something like... session:existsAttribute name=KEY value=true session:equalsAttribute name=KEY matchTrue value=true // Some HTML goes here.

RE: Help using Struts Logic tags.

2002-01-15 Thread Keith Bacon
logic:equal name=KEY scope=session value=True /logic:equal not tested - done my best..watch the capitalisation! K. --- Andrew B Forman [EMAIL PROTECTED] wrote: I've been using the session taglib http://jakarta.apache.org/taglibs/doc/session-doc/intro.html which would end up looking