Link to home
Start Free TrialLog in
Avatar of cofactor
cofactor

asked on

action url to invoke

I have  this   action   in struts.xml


<package name="help" extends="struts-portlet-default"
            namespace="/help">
            <action name="index" class="tp.kp.cp.action.PaymentServicesAction">
                  <result>/jsp/help/index.jsp</result>
            </action>

</package>


what would be the action url  to invoke in the browser ?
ASKER CERTIFIED SOLUTION
Avatar of chaitu chaitu
chaitu chaitu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cofactor
cofactor

ASKER

Thanks. This was helpful.

Could you please look at it also ..

https://www.experts-exchange.com/questions/28306363/weired-looking-action.html