Hello.

I have 

<s:form action="customer" method='post' theme="xhtml"  >
 <s:textfield name="customer.cus_name"  size="20" label="Surname" /> 
&lt;s:submit value="OK" name="apply" ></s:submit>
&lt;/s:form>

and i want to show additional button near  &lt;s:textfield/>.

For example :&lt;input type="button" value="Correct"
onclick="doCorrection()">


How can i do this ?


-- 
View this message in context: 
http://www.nabble.com/Add-additional-button-near-%3Cs%3Atextfield-in-xhtml-theme---tf4638909.html#a13249269
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to