Martin Cooper <[EMAIL PROTECTED]> wrote:
> What value are you using in the <body-content> element for your
> 'checkLogon' tag (in the TLD)? It should be 'JSP' to have the content
> evaluated as JSP.
I have "tagdependent". I'll try "JSP" and see what happens. Also,
I've placed the <tag> entry below so you can check out the whole thing.
Thanks very much.
Andy
---
<tag>
<name>checkLogon</name>
<tagclass>com.andyengle.struts.proj.CheckLogonTag</tagclass>
<bodycontent>tagdependent</bodycontent>
<info>
Validate that there is a currently logged on user, by checking
for
the existence of a session-scope bean under the specified name.
If there is no such bean, forward control to the specified page,
which will typically be a logon form.
name - Name of the session-scope bean to check for [user]
page - Context-relative path to the logon page [/logon.jsp]
</info>
<attribute>
<name>name</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>page</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>showIf</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]