I have a strange problem now. The logout action is broken. I get redirected
to the welcome page after clicking 'logout'. Menu config is:

    <Menu name="Logout" title="user.logout" page="/logout.jsp"
roles="ROLE_ADMIN,ROLE_USER">
    </Menu>

I cheked stuts.xml to see the action settings. But, I can not find any
action defined for logout !

Is this normal? How is the system supposed to know what to do at logout?


mraible wrote:
> 
> 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
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/url-translation-in-appfuse-tp25426970s2369p25455032.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

Reply via email to