The default suffix is appended in the myfaces ViewHandler
implementation. Omitting the DEFAULT_SUFFIX init parameter causes a
"default" default suffix to be used, that is .jsp :-)

It seems that the default suffix is applied only if using extension
mapping for your jsf pages.. you could try to use a /faces/* mapping
and see if this resolve your problem.


Cosma

2006/6/6, L Frohman <[EMAIL PROTECTED]>:
In the <to-view-id> tag in faces-config.xml navigation, myfaces always
puts a / in front and adds .jsp at the end of any urls, if those are not
already there. Is there a way to prevent this behaviour? I want to
navigate to the acegi security filter,

<to-view-id>j_acegi_security_check</to-view-id>

but I get an error "/j_acegi_security_check.jsp" not found.

Thanks,
Lance


Reply via email to