Hi Guys,
I´m new at the forum, as I am new to
JSF.
I didn´t like the navigation rules on faces.config no JSF.
I read somewhere that in JSF 2.0 ou 2.1 don´t know, that i don´t need
to specify the navigation rules for simples navigation.. Ex.:
and the framework will look for
index.xhtml
[and other extensions] on the dir.
Well, i´m trying to use it on my abstract controller where I have:
view/grupo/index.xhtml
and in my abstract controller - grupoController:
the problem is that i can´t seem to navigate
Am I commiting a sin ?
thank you
--EDIT:
Forgot the tell you the errors... Well, I keep getting this on my view:
Warning: This page calls for XML namespace declared with prefix br but no taglibrary exists for that namespace.
Unable to find matching navigation case with from-view-id '/view/grupo/index.xhtml' for action '#{grupoController.actionEdit}' with outcome 'view/grupo/form'Unable to find matching navigation case with from-view-id '/view/grupo/index.xhtml' for action '#{grupoController.actionEdit}' with outcome 'view/grupo/form'
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>
Warning: This page calls for XML namespace declared with prefix br but no taglibrary exists for that namespace.
Unable to find matching navigation case from view ID '/view/grupo/index.xhtml' for outcome 'view/grupo/index'Unable to find matching navigation case from view ID '/view/grupo/index.xhtml' for outcome 'view/grupo/index'
And I tried navigation on the menu, also didn´t work:
CODE
ERROR
Warning: This page calls for XML namespace declared with prefix br but no taglibrary exists for that namespace.
Unable to find matching navigation case from view ID '/view/grupo/index.xhtml' for outcome 'view/grupo/index'Unable to find matching navigation case from view ID '/view/grupo/index.xhtml' for outcome 'view/grupo/index'