Hi Folks,
In my appfuse application, i have a home page that a user sees before going
to the login page. Basically, i am required to add a link on the home page
menu that directs to the login page. All the other links on the home page
menu are also available upon login. But i need to implement the
You could use logic like the following (from the default menu.jsp):
" class="current">
Hope this helps,
Matt
On Tue, Jul 20, 2010 at 4:00 AM, Kissue Kissue wrote:
> Hi Folks,
>
> In my appfuse application, i have a home page that a user sees before going
> to
Works like a charm. Thanks a bunch.
On Tue, Jul 20, 2010 at 1:06 PM, Matt Raible wrote:
> You could use logic like the following (from the default menu.jsp):
>
> permissions="rolesAdapter">
>
>
> href="" class="current"> key="login.title"/>
>
>
>
>
>
>
>
> Hop
Hi Folks,
I have noticed that there is a generic message shown for all access denied
exception even if the exception is thrown with different messages. I think
it uses the page 403.jsp. Is there a way to propagate the messages thrown
with the access denied exception so those messages can be displa