Datagrid JSP functions lookupFilterOperations and lookupDefaultFilterOperation
don't exist.
-------------------------------------------------------------------------------------------
Key: BEEHIVE-591
URL: http://issues.apache.org/jira/browse/BEEHIVE-591
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1
Environment: Windows XP, Tomcat 5.0, Weblogic 9.0
Reporter: Nathan Jantz
Assigned to: Eddie O'Neil
Fix For: V1
The lookupDefaultFilterOperation and lookupFilterOperations JSP functions
defined in beehive-netui-tags-databinding.tld do not exist in the api as
defined and may need to be updated to be consistent with the methods defined in
the SQLSupport class.
java.lang.String lookupDefaultFilterOperations(java.lang.String) JSP Function
would need updating to
java.lang.String lookupDefaultFilterOperationsAbbreviation(java.lang.String)
java.util.Map lookupFilterOperations(java.lang.String) JSP Function
would need updating to
java.util.Map lookupFilterOperationLabels(java.lang.String)
Or should these be defined in the JspFunctions class instead?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira