aspose file tools
The moose likes Struts and the fly likes saveMessages/saveErrors not available in Bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "saveMessages/saveErrors not available in Bean" Watch "saveMessages/saveErrors not available in Bean" New topic
Author

saveMessages/saveErrors not available in Bean

matt love
Ranch Hand

Joined: Jan 25, 2010
Posts: 65
My Action object provides me access to saveErrors and saveMessages. No problem.

But, if I pass the Action object as "this" to the ActionBean object, those methods don't show up as members of the Action object.

What am I missing?

Thanks.

Matt

David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Don't know--obviously if you pass an action to any other method, that action's methods will be available. So chances are you're doing it wrong.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: saveMessages/saveErrors not available in Bean
 
Similar Threads
Struts Errors
Messages displayed only if I use saveErrors()
html:messages problem
ActionMessage is not working
ActionMessages in STRUTS 1.1 Please help !!!