I get an exception of
SEVERE: Error Rendering View[/consult_carto.xhtml]
java.lang.IllegalArgumentException
Now I can't solve it yet, so I thought I might debug the JSF page and I went on to find that the <ui:debug />
helps with that, tried it just to find that it doesn't give much information.
My Question is : is it possible to know which line throws the exeption in a JSF page ? If so, how do we do that ?
Thanks.
Links : used this one : tag not working in Facelets (JSF 2.0) (and it works fine).