Matt
On Jan 7, 2004, at 6:46 AM, BOGAERT Mathias wrote:
Hi,
When deploying the latest displaytag CVS on WebLogic 8.1, I get the following exception:
####<7-jan-2004 14.29 u. CET> <Error> <HTTP> <W030042> <myserver> <main>
<<WLS Kernel>> <> <BEA-101045>
<[ServletContext(id=15915821,name=intrasoft-sysaudit-3.0,context- path=/intra
soft-sysaudit-3.0)] translation of
/views/mission/followup/browse-missions.jsp failed:
weblogic.servlet.jsp.JspException: (line 3): Error in using tag library
uri='displaytag' prefix='table': type mismatch for property 'export', for
Tag class 'org.displaytag.tags.TableTag': tld says boolean, implementation
type is java.lang.String>
I checked the TLD, and it includes indeed a <type>boolean</type> for the
export attribute, and also for other boolean attributes. The setter otoh
takes a string that is parsed as boolean.
We can go two directions here:
1. fix the setter to take in boolean (dunno how the EL support will be
affected)
2. remove the <type>boolean</type> since it is optional for TLD 1.1 and 1.2
Any suggestions?
Thanks, Mathias
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel