I am using freemarker 

<servlet-mapping> 
<servlet-name>Freemarker</servlet-name> 
<url-pattern>*.ftl</url-pattern> 
</servlet-mapping> 

in order to do this, I have to put .action 
<servlet-mapping> 
<servlet-name>StripesDispatcher</servlet-name> 
<url-pattern>*.action</url-pattern> 
</servlet-mapping> 

without explicit suffix, if I just use <url-pattern>*</url-pattern> 
*.ftl are also sent to the dispatchers instead of freemarker servlet. 

Is there any way to work around this so that I can use url like 
http://host/context/createuser instead of 
http://host/context/createuser.action 

Thanks 

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to