Reputation: 11
I am stuck with this error "Attribute property has a runtime value of definitions-config. property must reference a valid Java identifier".
<plug-in className="org.apache.struts.tiles.TilesPlugin">
<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml" />
<set-property property="moduleAware" value="true" />
</plug-in>
I am working with struts-tiles 1.3.8 in order to create a web application with Header, Footer, Body & Menu. I don't know weather I am missing some jar files? I have no clue. Please help me folks.
Upvotes: 0
Views: 520
Reputation: 1376
We can't say where the exact error is occuring. With this code we can't say specifically. But i have a resource on Tiles .
go through this resource , i hope this may help you.
Upvotes: -1