Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
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
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Struts
Encoding and decoding in struts
krish hotha
Greenhorn
Posts: 12
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I want to encode all the values which are coming from request and decode the response values. want to implement this at interceptor level . could you please tell me how do i get the valuesstack obect values in struts2.
Thanks
Krishan
Tom Rispoli
Ranch Hand
Posts: 349
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Call getStack() on the ActionInvocation object that is passed into the intercept() method of your interceptor.
permaculture is a more symbiotic relationship with nature so I can be even lazier. Read tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
For Each ArrayList of Object in JSTL
Write to XML using JavaScript
Passing texbox values from one html page to another
Comparing parameters values with db values
Deleting the previously entered values
More...