Re: Error using tiles-el

2003-12-20 Thread David M. Karr
 Sunitha == Sunitha Narayanan Narayanan writes:

Sunitha Hello,
Sunitha I am using Struts 1.2 (nightly build as of 17 Dec 2003) and am trying out 
using the tiles-el. When I replace my tiles taglib with tiles-el, I am getting this 
error

Sunitha /WEB-INF/tiles/layout/main_layout.jsp(4): Error in using tag library 
uri='/WEB-INF/taglib/struts-tiles-el.tld' prefix='tiles': The Tag class 
'org.apache.strutsel.taglib.tiles.ELUseAttributeTag' has no setter method 
corresponding to TLD declared attribute 'classname', (JSP 1.1 spec, 5.4.1)
Sunitha probably occurred due to an error in 
/WEB-INF/tiles/layout/main_layout.jsp line 4:
Sunitha %@ taglib uri=/WEB-INF/taglib/struts-tiles-el.tld prefix=tiles % 

Sunitha On looking at the source of ELUseAttributeTag.java, am finding that there 
is no setter for the classname attribute which has been defined in the 
struts-tiles-el.tld file.

Sunitha Have any of you seen this problem? Is this a known bug?

Try testing tonight's nightly build with this.  This should be resolved now.

-- 
===
David M. Karr  ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD; SCBCD





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error using tiles-el

2003-12-19 Thread Karr, David
Yup, you're correct.  Could you please file a bug in Bugzilla for this?
I may get to this this weekend.

-Original Message-
From: Narayanan, Sunitha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: Error using tiles-el


Hello,

I am using Struts 1.2 (nightly build as of 17 Dec 2003) and am trying
out using the tiles-el. When I replace my tiles taglib with tiles-el, I
am getting this error

/WEB-INF/tiles/layout/main_layout.jsp(4): Error in using tag library
uri='/WEB-INF/taglib/struts-tiles-el.tld' prefix='tiles': The Tag class
'org.apache.strutsel.taglib.tiles.ELUseAttributeTag' has no setter
method corresponding to TLD declared attribute 'classname', (JSP 1.1
spec, 5.4.1) probably occurred due to an error in
/WEB-INF/tiles/layout/main_layout.jsp line 4: %@ taglib
uri=/WEB-INF/taglib/struts-tiles-el.tld prefix=tiles % 

On looking at the source of ELUseAttributeTag.java, am finding that
there is no setter for the classname attribute which has been defined in
the struts-tiles-el.tld file.

Have any of you seen this problem? Is this a known bug?

Thanks,
Sunitha


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]