This is defined in struts.xml: <action name="editProfile" class="userAction" method="edit"> <result name="success">/WEB-INF/pages/userForm.jsp</result> <result name="error">/WEB-INF/pages/mainMenu.jsp</result> </action>
Matt On Sun, Sep 13, 2009 at 2:42 PM, measwel <marek_karczew...@yahoo.com.au>wrote: > > Maybe a naive question, but for somebody as shortly involved in > webprogramming as me, hopefully permitted: > > At several places in appfuse there are references to html files like > /editProfile.html (for instance in menu config). But there are no such > pages > in appfuse. So how does appfuse know how to translate this reference to a > target .jsp page? > > Thank you, > MPK > -- > View this message in context: > http://www.nabble.com/url-translation-in-appfuse-tp25426970s2369p25426970.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 > >