If I have a mapping like the following
<action name="selectionPage" class="ReportSelection"
method="passBy">
<result>/reports/moneyowed/selectionpage.jsp</result>
</action>
the passBy method is doing nothing but returning SUCCESS
When the above action mapping is ran and the jsp page consists something
like <s:property value"%{value}"/> will the value show??
will providing attribute method in the actionmapping cause it to not have
access to public methods in the actionclass?

