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>
--
View this message in context:
http://www.nabble.com/Fix-for-JSF-%22Upload-A-File%22-bug-tp25164682s2369p25164682.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]