The recent swf-sellitem-jsf example now maps to .faces, previously it was .jsf.
Is there any major reason/advantage to mapping to faces not jsf?
Thanks.
JC.
The recent swf-sellitem-jsf example now maps to .faces, previously it was .jsf.
Is there any major reason/advantage to mapping to faces not jsf?
Thanks.
JC.
It shouldn't make a difference. The mapping is just for the FacesServlet to know which requests it needs to process. You can map it to whatever you want, but these two are the most common. Another common one I've seen used before is /jsf/*.
-Jeremy
We just changed it to *.faces because we thought it looked better - that's all!
Keith
Keith Donald
Core Spring Development Team