I want to code for Multiple submit buttons and bring them in one row. Whenever I am trying to code it , it is coming in two rows
for ex.
<s:submit method="execute" value="Login" align="center" />
<s:submit method="cancel" value="Cancel" align="center" />
the above code is correct/wrong???
How to align them in one row
Multiple submit buttons Shriram March 18, 2011 at 7:16 PM
I want to code for Multiple submit buttons and bring them in one row. Whenever I am trying to code it , it is coming in two rows for ex. <s:submit method="execute" value="Login" align="center" /> <s:submit method="cancel" value="Cancel" align="center" /> the above code is correct/wrong??? How to align them in one row
Thanks!Evangelina November 19, 2011 at 11:26 AM
You save my life, I was thinking and searching in google for 4 hours.. But this is my answer!
Post your Comment