You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Benjamin McCann (JIRA)" <ji...@apache.org> on 2007/09/24 16:40:38 UTC

[jira] Created: (WW-2202) Label does not show when theme="ajax"

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.12
            Reporter: Benjamin McCann
            Priority: Minor


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.


[jira] Closed: (WW-2202) Label does not show when theme="ajax"

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso closed WW-2202.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.12)
                   2.1.0

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


[jira] Commented: (WW-2202) Label does not show when theme="ajax"

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (WW-2202) Label does not show when theme="ajax"

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown updated WW-2202:
--------------------------

    Affects Version/s:     (was: 2.0.12)
                       2.0.11
        Fix Version/s: 2.0.12

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