• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

more than one "html:rewrite forward="style"/" possible???

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a problem with using "rewrite" and "forward" to include css files, what would be nice for maintenance purposes...

i defined in the struts-config a few global forwards like this:


in an jsp file i wrote:

this works all perfekt... but when i change the second link href also to
its doesnet work anymore...

a small hint:
when i watch the source code that where send to the browser, it shows that all has been written correctly until the second link should be written, and then there is no code anymore

has anyone a explaination for this strange behavior?
isnt it possible using two links with "html:rewrite forward" in the same file?
and if yes, is there a workaround to insert more css files without hardcoding the url in the file it self... as previous sad... its a maintenance issues...

thanks in advance, berny
 
reply
    Bookmark Topic Watch Topic
  • New Topic