i have been reading similar post but couldn't make it work. I am using apache tiles and spring mvc together. Without using the form tags, the input elements are displaying but when i use the form tags, they disappear. I read that the tag lib should be added in each jsp even if you have created a common tile object. That's what i did and i got the error below. Can someone help me how to resolve this exception? thanks in advance.
HTTP Status 500 - Request processing failed; nested exception is org.apache.tiles.request.render.CannotRenderException: ServletException including path '/WEB-INF/views/common/baselayout.jsp'.
thanks for all the comments, i appreciate your time. However, i found the issue was the attributes: readonly and required. Apparently, Spring does not want those. After removing those attributes, it worked. Spring only allows the attributes that it defined.