简体   繁体   中英

can i use stripes tag library and spring mvc togther

I want to use stripes tag library specifically layout features. My rest of the project is handled by spring mvc.

Is this possible to use stripes without adding any stripes filter?

In the web.xml you can configure the Stripes DispatcherServlet with an url-pattern so that Stripes front controller will only respond to certain URL's. Another option is, to use separate context-paths for Stripes and Spring MVC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM