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/01 18:35:20 UTC

[jira] Created: (BEEHIVE-223) netui anchors referencing shared flow actions don't throw error on first render

netui anchors referencing shared flow actions don't throw error on first render
-------------------------------------------------------------------------------

         Key: BEEHIVE-223
         URL: http://issues.apache.org/jira/browse/BEEHIVE-223
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
 Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
    Reporter: Eddie O'Neil
     Fix For: V1Beta


While looking at the issue in:
http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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-223) netui anchors referencing shared flow actions don't throw error on first render

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

Eddie O'Neil reassigned BEEHIVE-223:
------------------------------------

    Assign To: Daryl Olander  (was: Rich Feit)

Oops; meant to assign to Daryl.

> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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] Commented: (BEEHIVE-223) netui anchors referencing shared flow actions don't throw error on first render

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-223?page=comments#action_58420 ]
     
Eddie O'Neil commented on BEEHIVE-223:
--------------------------------------

Take two.  :)

While looking at the issue here:

  http://issues.apache.org/jira/browse/BEEHIVE-220

it seemed that when hitting:

  http://localhost:8080/reproWeb/

the anchor tag in the page which referenced a shared flow action successfully renders the first time the page is hit after the webapp is deployed.  So:

  <netui:anchor action="home">Go Home via an Anchor</netui:anchor>

renders without an error while:

      <netui:form action="home">
          <netui:button value="Submit"/>
      </netui:form><br/>

renders with an error.

The same repro from 220 should be usable here; I can also upload a new instance if needed.


> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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] Commented: (BEEHIVE-223) netui anchors referencing shared flow actions don't throw error on first render

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-223?page=comments#action_58867 ]
     
Eddie O'Neil commented on BEEHIVE-223:
--------------------------------------

Am about to add a specifc repro here, but the basic issue is this:

1) a webapp has a single shared flow with an action "home"
2) a JSP has an anchor <netui:anchor action="home">
3) hit the JSP directly.
4) the anchor renders fine
5) add to the JSP <netui:form action="home">
6) redeploy the webapp (to whack any cached JPF runtime config info)
7) hit the JSP directly
8) the form tag renders an error that the action can't be found 

> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>     Assignee: Daryl Olander
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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-223) netui anchors referencing shared flow actions don't throw error on first render

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

Eddie O'Neil reassigned BEEHIVE-223:
------------------------------------

    Assign To: Rich Feit

After talking with Rich, this sounds like a tag issue.

> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>     Assignee: Rich Feit
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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-223) netui anchors referencing shared flow actions don't throw error on first render

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

     Assign To: Julie Zhuo  (was: Daryl Olander)
    Resolution: Cannot Reproduce

Doesn't seem to be happening at this point.

> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>     Assignee: Julie Zhuo
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

-- 
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-223) netui anchors referencing shared flow actions don't throw error on first render

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


Verified at rev170022. Can not reproduce when change action "name" into "shared.name".

> netui anchors referencing shared flow actions don't throw error on first render
> -------------------------------------------------------------------------------
>
>          Key: BEEHIVE-223
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-223
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>  Environment: WinXP.  Tomcat 5.0.25.  Beehive SVN build from this morning
>     Reporter: Eddie O'Neil
>     Assignee: Julie Zhuo
>      Fix For: V1Beta

>
> While looking at the issue in:
> http://issues.apache.org/jira/browse/BEEHIVE-220

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