Menu

#13 sslext TLD incompatible with class implementation

open
nobody
None
5
2004-09-28
2004-09-28
Anonymous
No

Severity Level: blocking

sslext.tld (any release) not strictly compatible with
Tag classes implementation -> this leads to unreverable
errors when taglib loader is strict (for instance
weblogic):
------------------------------
Error in using tag library uri='/WEB-INF/sslext.tld'
prefix='sslext': The Tag class
'org.apache.struts.taglib.html.SecureFormTag' has no
setter method corresponding to TLD declared attribute
'name', (JSP 1.1 spec, 5.4.1)
------------------------------
This is the case for the following attributes of tag
'form':
- name
- scope
- style
which are never mapped onto accessors neither in class
SecureFormTag nor in class FormTag.

Quick fix: commenting them out in TLD works fine.

Tx
patrick.sard@free.fr

Discussion


Log in to post a comment.