Hi there,
I am new to RAD 7.5 and Webspehere 7.0. Though I have used Tiles plugin with
struts 1.3.8 in past using netbeans, but, in RAD nothing seems to work.
Under the tiles plugin option in struts-config.xml, <set-property> has a property="definitions-config", which has a "value" pointing to "tiles-defs.xml".
But, RAD gives an error that property under tiles plugin property should be a
java identifier. (...as "definitions-config" is not a valid java identifier)
I see no reason why RAD should give such an absurd error. The same struts-config.xml file works on netbeans.