You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "tony tony (JIRA)" <de...@myfaces.apache.org> on 2006/11/30 08:10:21 UTC

[jira] Created: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
-------------------------------------------------------------------

                 Key: TOMAHAWK-810
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-810
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Panel Navigation2
    Affects Versions: 1.1.5-SNAPSHOT
         Environment: firefox2 under linux/windows
            Reporter: tony tony


There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.

Also, i go this error from my firefox error console:

Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
Line: 18

here is my snippet sample code:

        <t:div id="navDiv" forceId="true">
            <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
                                id="panelNavigation21" layout="list"
                                activeItemClass="on" itemClass="off"
                                renderAll="true" openItemClass="on">
                <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
                                      id="commandNavigation21">
                    <t:outputText binding="#{beanUserManagement.outputText2}"
                                  id="outputText2"
                                  value="#{messageProperties[\'file\']}"/>
                    <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
                                          id="commandNavigation24"
                                          value="Test 1">
                        <a4j:support binding="#{beanUserManagement.support1}"
                                     id="support1" event="onclick"
                                     action="view_create"
                                     reRender="userManagementContent"/>
                        <f:verbatim>
                            &rsaquo; 
                        </f:verbatim>
                        <t:outputText binding="#{beanUserManagement.outputText5}"
                                      id="outputText5"
                                      value="#{messageProperties[\'file.create\']}"/>
                    </t:commandNavigation2>
                </t:commandNavigation2>
            </t:panelNavigation2>
        </t:div>


        <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
                     id="userManagementContent" columns="1" width="100%"/>

 here is my faces navigation rule: 

  <navigation-rule>
    <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
    <navigation-case>
      <from-outcome>view_create</from-outcome>
      <to-view-id>/secure/test.jsp</to-view-id>
    </navigation-case>
  </navigation-rule>


-- 
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: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomáš Bubeník updated TOMAHAWK-810:
-----------------------------------

    Status: Patch Available  (was: Open)

> commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> -------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508842 ] 

Cagatay Civici commented on TOMAHAWK-810:
-----------------------------------------

org.ajax4jsf.framework.ajax.AjaxScript? Again, this is not ajax4jsf jira:)

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505151 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

http://forum.nextapp.com/forum/lofiversion/index.php/t3745.html
> =============================================== >
[Nima:]
I've found the solution. I'm posting it in case anyone else runs into the same problem.

<https://bugzilla.mozilla.org/show_bug.cgi?id=238559>
QUOTE

Mozilla calls onload() for all HTTP transactions that succeeded. The
only
time it calls onerror() is when a network error happened. Inside the
onerror
handler, accessing the status attribute results in this exception:

Error: [Exception... "Component returned failure code: 0x80040111
(NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult:
"0x80040111
(NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::

Moral: for Gecko XMLHttpRequest implementation you seem not allowed to
study Ajax object in onerror handler as any attempt to read its
property raise an error.

The solution change the code to:

CODE

            else {
                //var statusValue = this.xmlHttpRequest.status; **COMMENTED OUT**
                this.dispose();
                //throw "Invalid HTTP Response code (" + statusValue + ") and no handler set.";  **COMMENTED OUT**
            }

I think this should really be implemented in the next release.

+

How about wrapping ... in a setTimeout function that never timeout.


CODE

try {
            setTimeout(instance.processReadyStateChange(), 0);
        } finally {
            if (instance.disposed) {
                // Release instance reference to allow garbage collection.
                instance = null;
            }
        }


This seems to work according to some posters.
http://groups.google.com/group/comp.lang.j...e85eec1cd76e45a
http://www.thescripts.com/forum/threadnav436534-4-10.html



> commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> -------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows
>            Reporter: tony tony
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cagatay Civici updated TOMAHAWK-810:
------------------------------------

    Resolution: Won't Fix
      Assignee: Cagatay Civici
        Status: Resolved  (was: Patch Available)

Not myfaces related.

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505231 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

Error NS_ERROR_NOT_AVAILABLE occurs with reading status code

[quote SOLUTION from https://bugzilla.mozilla.org/show_bug.cgi?id=238559#c0]

Mozilla calls onload() for all HTTP transactions that succeeded. The only time it calls onerror() is when a network error happened. Inside the onerror handler, accessing the status attribute results in this exception:

Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///Users/chuck/errtest.html :: anonymous :: line 114" data: no] Source File: file:///Users/chuck/errtest.html Line: 114 

Solution: Add try catch around status and statusText when reading it for errors!

SOURCE: The 18th slide on http://www.pascarello.com/files/Pascarello_AjaxErrors.ppt after https://bugzilla.mozilla.org/show_bug.cgi?id=238559#c0 


> commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> -------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508822 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

org.ajax4jsf.framework.ajax.AjaxScript.faces

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508817 ] 

Cagatay Civici edited comment on TOMAHAWK-810 at 6/28/07 5:37 AM:
------------------------------------------------------------------

Which one? I mean what's the exact location of the buggy code?


 was:
Which one?

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505217 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

The above described problem probably occurs only in applications with more users on multiple login!?

> commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> -------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508810 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

MyFaces related! That's problem in AJAX JS sources!

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Cagatay Civici (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508817 ] 

Cagatay Civici commented on TOMAHAWK-810:
-----------------------------------------

Which one?

> 0x80040111 NS_ERROR_NOT_AVAILABLE, for example commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: Firefox under linux/windows, probably only in applications with more users on multiple login
>            Reporter: tony tony
>            Assignee: Cagatay Civici
>            Priority: Blocker
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf

Posted by "Tomáš Bubeník (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505109 ] 

Tomáš Bubeník commented on TOMAHAWK-810:
----------------------------------------

There might be xmlhttp.send(""); instead of xmlhttp.send(null); on line 13. Pls, see
http://www.thescripts.com/forum/threadnav436534-2-10.html
(http://www.google.cz/search?hl=cs&client=firefox-a&rls=org.mozilla%3Acs%3Aofficial&q=Component+returned+failure+code%3A+0x80040111&btnG=Hledat&lr=)
for details.

> commandNavigation2 in PanelNavigation2 is not working with ajax2jsf
> -------------------------------------------------------------------
>
>                 Key: TOMAHAWK-810
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-810
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Panel Navigation2
>    Affects Versions: 1.1.5-SNAPSHOT, 1.1.5
>         Environment: firefox2 under linux/windows
>            Reporter: tony tony
>
> There is a problem in integrating ajax4jsf:support component into t:commandNavigation2 and it seems does not working.
> Basically, i would like to load a page into section "userManagementContent" when commandnavigation is clicked. however,
> the page is not loaded at all and i have done the ajax4jsf configuration which include the filter at 1st of the filter in my web.xml.
> Also, i go this error from my firefox error console:
> Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: line 18"  data: no]
> Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf
> Line: 18
> here is my snippet sample code:
>         <t:div id="navDiv" forceId="true">
>             <t:panelNavigation2 binding="#{beanUserManagement.panelNavigation21}"
>                                 id="panelNavigation21" layout="list"
>                                 activeItemClass="on" itemClass="off"
>                                 renderAll="true" openItemClass="on">
>                 <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation21}"
>                                       id="commandNavigation21">
>                     <t:outputText binding="#{beanUserManagement.outputText2}"
>                                   id="outputText2"
>                                   value="#{messageProperties[\'file\']}"/>
>                     <t:commandNavigation2 binding="#{beanUserManagement.commandNavigation24}"
>                                           id="commandNavigation24"
>                                           value="Test 1">
>                         <a4j:support binding="#{beanUserManagement.support1}"
>                                      id="support1" event="onclick"
>                                      action="view_create"
>                                      reRender="userManagementContent"/>
>                         <f:verbatim>
>                             &rsaquo; 
>                         </f:verbatim>
>                         <t:outputText binding="#{beanUserManagement.outputText5}"
>                                       id="outputText5"
>                                       value="#{messageProperties[\'file.create\']}"/>
>                     </t:commandNavigation2>
>                 </t:commandNavigation2>
>             </t:panelNavigation2>
>         </t:div>
>         <t:panelGrid binding="#{beanUserManagement.userManagementContent}"
>                      id="userManagementContent" columns="1" width="100%"/>
>  here is my faces navigation rule: 
>   <navigation-rule>
>     <from-view-id>/secure/usermanagement/home.jsp</from-view-id>
>     <navigation-case>
>       <from-outcome>view_create</from-outcome>
>       <to-view-id>/secure/test.jsp</to-view-id>
>     </navigation-case>
>   </navigation-rule>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.