You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Nathan Jantz (JIRA)" <be...@incubator.apache.org> on 2005/05/01 21:32:05 UTC

[jira] Created: (BEEHIVE-591) Datagrid JSP functions lookupFilterOperations and lookupDefaultFilterOperation don't exist.

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


[jira] Closed: (BEEHIVE-591) Datagrid JSP functions lookupFilterOperations and lookupDefaultFilterOperation don't exist.

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-591?page=all ]
     
Nathan Jantz closed BEEHIVE-591:
--------------------------------


Closing issue.

> 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
>     Assignee: Nathan Jantz
>      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


[jira] Resolved: (BEEHIVE-591) Datagrid JSP functions lookupFilterOperations and lookupDefaultFilterOperation don't exist.

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-591?page=all ]
     
Eddie O'Neil resolved BEEHIVE-591:
----------------------------------

     Assign To: Nathan Jantz  (was: Eddie O'Neil)
    Resolution: Won't Fix

Nathan, I've actually removed these as JSP functions.  It's still possible to access the same functionality by calling the methods in a JPF action and passing data to the JSPs from there.

But, I'd like to keep the APIs for filtering support to a minimum right now as I expect that they'll evolve in subsequent releases.  

So, I've pulled the functions for v1.  Otherwise, this was a great catch.

> 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
>     Assignee: Nathan Jantz
>      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