[JIRA] Created: (APF-1158) Fix for JSF "Upload A File" bug

3 messages Options
Embed this post
Permalink
AppFuse - Issues mailing list

[JIRA] Created: (APF-1158) Fix for JSF "Upload A File" bug

Reply Threaded More More options
Print post
Permalink
Fix for JSF "Upload A File" bug
-------------------------------

                 Key: APF-1158
                 URL: http://issues.appfuse.org/browse/APF-1158
             Project: AppFuse
          Issue Type: Bug
          Components: Web - JSF
    Affects Versions: 2.0.2
         Environment: Linux, Eclipse, JSF
            Reporter: Mark Langbehn
            Assignee: Matt Raible
            Priority: Minor


I think I have a little bug-fix to submit to you.

I'm a new user of AppFuse getting my feet wet with the appfuse-jsf-basic
archetype.  Built and ran OK, but I noticed that the "Upload A File" link
did not work in the main menu, but strangely it did work in the Admin menu.

I fixed this problem by adding the following navigation-rule to the
faces-config.xml file:

   <navigation-rule>
       <from-view-id>/mainMenu.xhtml</from-view-id>
       <navigation-case>
           <from-outcome>selectFile</from-outcome>
           <to-view-id>/selectFile.xhtml</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.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Updated: (APF-1158) Fix for JSF "Upload A File" bug

Reply Threaded More More options
Print post
Permalink

     [ http://issues.appfuse.org/browse/APF-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible updated APF-1158:
-----------------------------

    Fix Version/s: 2.1

> Fix for JSF "Upload A File" bug
> -------------------------------
>
>                 Key: APF-1158
>                 URL: http://issues.appfuse.org/browse/APF-1158
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - JSF
>    Affects Versions: 2.0.2
>         Environment: Linux, Eclipse, JSF
>            Reporter: Mark Langbehn
>            Assignee: Matt Raible
>            Priority: Minor
>             Fix For: 2.1
>
>
> I think I have a little bug-fix to submit to you.
> I'm a new user of AppFuse getting my feet wet with the appfuse-jsf-basic
> archetype.  Built and ran OK, but I noticed that the "Upload A File" link
> did not work in the main menu, but strangely it did work in the Admin menu.
> I fixed this problem by adding the following navigation-rule to the
> faces-config.xml file:
>    <navigation-rule>
>        <from-view-id>/mainMenu.xhtml</from-view-id>
>        <navigation-case>
>            <from-outcome>selectFile</from-outcome>
>            <to-view-id>/selectFile.xhtml</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.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Resolved: (APF-1158) Fix for JSF "Upload A File" bug

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

     [ http://issues.appfuse.org/browse/APF-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Raible resolved APF-1158.
------------------------------

    Resolution: Fixed

Appears to be fixed by refactoring archetypes to use files from web/jsf instead of duplicate files.

> Fix for JSF "Upload A File" bug
> -------------------------------
>
>                 Key: APF-1158
>                 URL: http://issues.appfuse.org/browse/APF-1158
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Web - JSF
>    Affects Versions: 2.0.2
>         Environment: Linux, Eclipse, JSF
>            Reporter: Mark Langbehn
>            Assignee: Matt Raible
>            Priority: Minor
>             Fix For: 2.1
>
>
> I think I have a little bug-fix to submit to you.
> I'm a new user of AppFuse getting my feet wet with the appfuse-jsf-basic
> archetype.  Built and ran OK, but I noticed that the "Upload A File" link
> did not work in the main menu, but strangely it did work in the Admin menu.
> I fixed this problem by adding the following navigation-rule to the
> faces-config.xml file:
>    <navigation-rule>
>        <from-view-id>/mainMenu.xhtml</from-view-id>
>        <navigation-case>
>            <from-outcome>selectFile</from-outcome>
>            <to-view-id>/selectFile.xhtml</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.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]