You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/02/09 16:37:11 UTC

[jira] Created: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

need to add the JSP tag prefix handler infrastructure to the netui-config file
------------------------------------------------------------------------------

         Key: BEEHIVE-264
         URL: http://issues.apache.org/jira/browse/BEEHIVE-264
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Eddie O'Neil


NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  

In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Daryl Olander reassigned BEEHIVE-264:
-------------------------------------

    Assign To: Daryl Olander

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Daryl Olander updated BEEHIVE-264:
----------------------------------

        Version: V1Beta
                     (was: V1)
    Fix Version: V1

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

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

Alejandro Ramirez reassigned BEEHIVE-264:
-----------------------------------------

    Assign To: Krista Baker  (was: Daryl Olander)

Please verify.

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Krista Baker
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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] Updated: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Daryl Olander updated BEEHIVE-264:
----------------------------------

    Version: V1
                 (was: V1Beta)

Need this for V1.

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Daryl Olander reassigned BEEHIVE-264:
-------------------------------------

    Assign To: Rich Feit  (was: Eddie O'Neil)

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Rich Feit
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Rich Feit updated BEEHIVE-264:
------------------------------

    Assign To: Daryl Olander  (was: Rich Feit)

Looks good to me -- I have one question before closing this issue.  You're using Class.forName(), but isn't it the case that these classes might be user classes?  If so, I think we should use the thread context classloader, which should fall back to whatever classloader NetUI is in, but which will also include user classes even if NetUI is in a shared classloader.

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]
     
Daryl Olander resolved BEEHIVE-264:
-----------------------------------

     Assign To: Rich Feit  (was: Daryl Olander)
    Resolution: Fixed

I added the code to the PageFlowContextListener to register the tags PrefixHandlers with ProcessPopulate.  The code is still also statically inside the tag files, but the first registration wins.

Rich, can you review this change and then close this bug?

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Rich Feit
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-264?page=history ]

Daryl Olander reassigned BEEHIVE-264:
-------------------------------------

    Assign To: Eddie O'Neil  (was: Rich Feit)

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-264) need to add the JSP tag prefix handler infrastructure to the netui-config file

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


Verified that the <prefix-handler> and <prefix-handlers> elements have been added to the beehive-netui-config.xml schema and have also been placed in the beehive-netui-config.xml reference document.

> need to add the JSP tag prefix handler infrastructure to the netui-config file
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-264
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-264
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Krista Baker
>      Fix For: V1

>
> NetUI uses a set of prefixes which are written onto the "name" attribute of HTML tags.  These prefixes correspond to tag handlers which can operate on request parameters when a form POSTs.  The handlers are currently statically wired up, but they need to be explicitly configured in the netui-config.xml file.  
> In a clustered environment when a node fails, the next node needs to have the prefix handlers pre-configured without having to run static blocks in the JSP tags.  This requires initializing them from the XML file.

-- 
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