[ 
https://issues.apache.org/struts/browse/WW-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42388
 ] 

Benjamin McCann commented on WW-2202:
-------------------------------------

This is not an issue in 2.1.  Feel free to close this issue.

> Label does not show when theme="ajax"
> -------------------------------------
>
>                 Key: WW-2202
>                 URL: https://issues.apache.org/struts/browse/WW-2202
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>            Reporter: Benjamin McCann
>            Priority: Minor
>             Fix For: 2.0.12
>
>
> I have an autocompleter whose label does not show.  As a result, I have to 
> take the HTML that I expected to be generated and manually add it to my .jsp. 
>  This may be the desired behavior in which case feel free to close the bug.  
> I know it does not happen when I leave out the theme="ajax", but then the 
> autocompleter does not work.
>                       <tr>
>                               <td class="tdLabel">
>                                       <label for="AddSystem_department" 
> class="label">
>                                               Department
>                                               <span class="required">*</span>:
>                                       </label>
>                               </td>
>                               <td>
>                                       <s:autocompleter label="Department" 
> forceValidOption="true"
>                                               name="department" 
> required="true" theme="ajax" href="%{departmentList}"
>                                               loadOnTextChange="true" 
> showDownArrow="false"
>                                               searchType="substring" />
>                               </td>
>                       </tr>

-- 
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