This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes RequestUtils.message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "RequestUtils.message" Watch "RequestUtils.message" New topic
Author

RequestUtils.message

Fred Artes
Ranch Hand

Joined: Nov 14, 2008
Posts: 43
Hello i have this in an old application



How can I obtain thae same with struts 1.3.10 where method message disappear ?

Thanks
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9191
    
    2

If you look at the API docs for RequestUtils.message it says to use of TagUtils.message in later versions of the API...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Fred Artes
Ranch Hand

Joined: Nov 14, 2008
Posts: 43
Ankit Garg wrote:If you look at the API docs for RequestUtils.message it says to use of TagUtils.message in later versions of the API...


Sorry, you are right ....stupid question !
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: RequestUtils.message
 
Similar Threads
Getting pageContext from request
errors.add() question
Pagecontext object in Action class
lockCookie
How to get errors in doStart() tag