[ 
https://issues.apache.org/struts/browse/WW-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don Brown resolved WW-1677.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown

Fixed, thanks for bringing it up

> <s:submit type="button" does not render the enclosed content inside properly
> ----------------------------------------------------------------------------
>
>                 Key: WW-1677
>                 URL: https://issues.apache.org/struts/browse/WW-1677
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>         Environment: Windows XP SP2, JSDK 6.0, Tomcat 5.5, Spring 2.0
>            Reporter: Peng Wang
>         Assigned To: Don Brown
>             Fix For: 2.0.5
>
>
> Please take a look at the following code, the <s:submit tag did not render 
> the tags properly. 
> <code>
> <s:submit type="button" theme="simple">
>       <s:text name="testplan.form.submit.label" />&nbsp;<img align="top" 
> src="<s:url value="/images/save_16.png" />"/>
> </s:submit>
> </code
> I expected the output would be 
> <code>
> <button type="submit">Submit&nbsp;<img align="top" 
> src="images/save_16.png"/></button>
> </code>
> but the actual out put is
> <code>
> Submit&nbsp;<img align="top" 
> src="/autobase/images/save_16.png?testPlan.id=1"/><button type="submit" 
> id="testPlanForm_save" name="save" value="Submit">Submit</button>
> </code>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to