hi friends,
I am using struts 2.x and tiles framework. with hibernate 3.x and
development environment was Myeclipse.
I have the following in tiles.xml
<definition name="store.page" template="/layoutstore.jsp">
<put-attribute name="body" value="/bodystore.jsp" />
<put-attribute name="title" value="Title" type="string" />
<put-attribute name="metakeyword" value="Keyword" type="string"/>
</definition>
I have the following (relevant) in layoutstore.jsp
<tiles:insertTemplate template="seo.jsp"/>
and hte following in seo.jsp
<tiles:getAsString name="title" />
yet i get the following error:
Error executing tag: Attribute 'title' not found.
Cannt understand why , pl. help.
Thanks a lot .
--
Thanks and kind Regards,
Abhishek jain