• 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

Struts html:error tag returning nothing

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a simple jsp page that uses the <html:error/> tag to display errors. However, it fails to display errors, even though I can see that there is an ActionErrors object in context with the appropriate tag: "org.apache.struts.action.ERROR"

If I run this under Websphere (thru RAD) on my own box, it works fine, but when I deploy to Websphere on the Dev box, it returns nothing. What could be the difference? I have confiremd that the same struts library is being used (1.1).

I traced the code thru on my box (where it works) and have a feel for what the code is doing, which is why I am at a loss as to why its not working once deployed.
[ August 01, 2007: Message edited by: Ed Thompson ]
reply
    Bookmark Topic Watch Topic
  • New Topic