migration - Can I Turn Off Implicit Navigation in Jsf 2.0? -
i'm migrating old projects jsf 1.2 jsf 2.0. projects jsp based.
i'm having trouble implicit navigation after migration. action methods return values (let's say, internal use) cause jsf try navigate non existing pages.
for example, method return "error"
make browser try access /error.jsp
result in 404.
i like, these projects, turn off implicit navigation. possible?
thanks!
no, that's not possible. it's planned jsf 2.2, see jsf spec issue 937.
what it, internal use you're trying (ab?)use navigation outcomes? exception handling? might want throw normal exception instead , handle usual way.
Comments
Post a Comment