• 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

Strange ActionMessages Error Handling

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using struts 1.2.4 and im getting a strange problem when I try to handle errors.

If i use the following:

The errors dont get displayed in the error page, infact theyre not even in my request object when the JSP page is loaded.

However, if i use the following:

The errors get displayed properly.

Should my errors be displayed when using the first code block? If so, Any suggestions why they may not be?

Thanks heaps

tobes
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi toby,

I wonder if you wouldn't mind changing your display name in order to comply with our naming policy. It seems we've already asked you twice before (here and here), and i'm afraid after this time we'll be forced to close your account. Thanks in advance for taking care of this!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic