Hi All , I write web application using Struts framewok . Model layer is ok . But in view layer , although I almost use taglib . I feel that it is not flexible . If after that we want to change template (html), so , we have to find and edit each code that we include value by taglibs. In PHP , there is a Smarty template which is to facilitate the separation of application code from presentation. I wonder if there is a template for Jsp like Smarty for Php ?
Thank in advance for your help !

