Hi All,

Here is a snippet of my code in the jsp:

<body>

<s:url id="tempRemovePoPURL" namespace='/p' action="removePoP">
                                        <s:param
name="popDTO.popid"><s:property value="popid" /></s:param>
                                </s:url>

<s:form namespace='/p' action="editPoP">
<s:submit value="Submit" align="left" />
<button><s:a href="%{tempRemovePoPURL}">
<s:text name="Delete" />
</s:a></button>

</body>
</html>

I have been successful using <s:submit call action  editPoP in form tag.
Also clickOn <button  call action name editPoP in form tag . it is not
working <s:a href=  tag in between <button toag. What  happen  , why it is
not working .....

Please give me absolutely solution.
Please update solution.

Thanks & Regards
Seshagiri.V


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to