Closed GoogleCodeExporter closed 9 years ago
I'm a little worried about changing this -- it's possible that it could break
people's applications. But I still think there needs to be a way to do it.
"pretty:" might be the right answer -- not sure yet. Maybe a different keyword.
Original comment by lincolnb...@gmail.com
on 29 Mar 2010 at 6:57
Markus -- It's been forever since you submitted this, but I think that this
needs to
stay the way it is.
you could do the following to get the behavior you want (which is all
PrettyFaces
would be able to internally do if the behavior were changed.)
public String myActionMethod()
{
return PrettyContext.getCurrentMapping().getId();
}
This lets you refresh the value of the page and update the URL parameters, but
also
gives the option to use "pretty:" to refresh the page without updating URL
parameters.
Is that an acceptable workaround? It's been a while since we talked about this,
so I
may have forgotten something important.
Original comment by lincolnb...@gmail.com
on 12 May 2010 at 9:31
I'm not sure why I didn't think of that workaround earlier, which makes me
wonder if
I did indeed forget something. Changing to enhancement request.
Original comment by lincolnb...@gmail.com
on 12 May 2010 at 9:31
Hi Lincoln,
the workaround is very fine, I'm already using this.
Thx for your help.
Original comment by markus.h...@gmail.com
on 15 May 2010 at 11:02
Decided that since a viable workaround exists, this does not need to be changed,
since it provides a valuable functionality in itself.
Original comment by lincolnb...@gmail.com
on 17 May 2010 at 4:31
Original issue reported on code.google.com by
markus.h...@gmail.com
on 26 Feb 2010 at 7:18