Can you please enter this as an issue in JIRA? http://issues.appfuse.org/browse/APF
Thanks, Matt On Wed, Aug 26, 2009 at 7:41 PM, MarkLangbehn <langb...@dim.com> wrote: > > 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: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >