Bug 42290 - error in tld
Summary: error in tld
Status: RESOLVED WONTFIX
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Sandbox Taglibs (show other bugs)
Version: nightly
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-28 23:42 UTC by Venu madhav
Modified: 2009-07-10 00:41 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Venu madhav 2007-04-28 23:42:41 UTC
My web.xml is referencing servlet2.4. But the error I got is with tld. When I
tried to use
<ui:dataGrid* items="${employees}"* var="employee" name="datagrid1"
cellPadding="0" cellSpacing="0" scroll="true" width="600" height="100"
styleClass="datagrid">
the error am getting is "the attribute ITEMS in datagrid tag will not accept any
expressions".  But in your example problems you used expression for ITEMS
attribute and its running fine when i directly war file into my server. When I
copied the same code into netbeans 5.5
Comment 1 Henri Yandell 2009-07-10 00:41:33 UTC
This taglib has been deprecated, so I don't expect to see this worked on.