• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

RAD and Apache Tiles

 
Greenhorn
Posts: 26
MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic