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]