dev@javaserverfaces.java.net

Re: Bug? Change to navigation

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 02 Feb 2009 09:57:41 -0800

Jim Driscoll wrote:
> Previously, if I had a command button which said:
>
> <h:commandButton value="reload"/>
>
> Then hitting the button would reload the page, regardless of the fact
> that it didn't have a target, since the default action was to go to
> the same page.
>
> Now, with the new navigation code, this no longer happens.
>
> Instead, I get the message:
>
> Unable to find matching navigation case from view ID
> '/controller.xhtml' for outcome ''
>
> Is this intended, or a bug? If it's intended, then that may be a
> problem, since I'm sure I'm not the only person who relied on this
> behavior.
Not intended. It was a side effect of the conditional navigation
changes. I've made changes locally to correct this and once
I have a test case completed, I'll commit them.
>
> Jim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>