• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Help: Not picking Struts-Tiles-Definition name...

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi There !

My issue is regarding Struts-Tiles-Framework.

Following is the data setup:

1)I have defined certain tile definitions into "tiles-defs.xml" file.

2)When I use the definitions logical name into "input" attribute of the <action> tag of "struts-config.xml" file, it works fine

3) But if using the same definitions logical name within "<global-forwards>" tag of the "struts-config.xml" file then getting error while locating that forward name.

My Understanding:
----------------------
TilePlugIn needs to resolve the logical name within "tiles-defs.xml" file and get the things done.

Which is not happening here and proving that we can't configure tiles definition names into <global-forwards>.

Please confirm is this right?

Thanks in advance.
Cheers,
Gajendra Singh Tomar
SCJP,SCWCD,ITIL
 
Gajendra Tomer
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any Comments Guys ?

Regards,
Gajendra
 
Gajendra Tomer
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

is this question trivial ?

Cheers,
Gajendra
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic