<action name="Locator" method="execute" class="LocatorAction">
<result name="success">/locator/StoreInfo.jsp</result>
</action>
I have a variable foo in LocatorAction class and I want to display it on my result jsp, how can I do this?
Your action should look similar to this:
and on the JSP:
or if the object has fields like address, city, state, zip, etc: