|
[
Permlink
| « Hide
]
Fredrik Larsson added a comment - 29/May/04 07:58 AM
There is a missmatch between the name of the set method in the URLTag and the declaration in taglib.tld. Weblogic is very strict when it comes to taglibs.
Index: src/etc/taglib.tld
=================================================================== RCS file: /cvs/webwork/src/etc/taglib.tld,v retrieving revision 1.32 diff -u -r1.32 taglib.tld --- src/etc/taglib.tld 6 Apr 2004 15:30:33 -0000 1.32 +++ src/etc/taglib.tld 29 May 2004 12:49:53 -0000 @@ -206,7 +206,7 @@ <rtexprvalue>false</rtexprvalue> </attribute> <attribute> - <name>encode</name> + <name>encodeResult</name> <required>false</required> <rtexprvalue>false</rtexprvalue> </attribute> Looks like Jason fixed this.
|
||||||||||||||||||||||||||||||||||||||||||