When you have a selectDate tied to a h:inputText box and there is h:selectOneMenu control
directly below, the h:selectOneMenu item has focus and shows through the date picker when
the date picker is selected. This only happens on IE6. IE7 and Firefox are ok but the
standard browser here is IE6. Any ideas?
| <tr>
| <td>Queue Date</td>
| <td>
| <s:decorate>
| <h:inputText id="queueDate"
value="#{sAppAdmin.queueDate}">
| <s:convertDateTime pattern="MM/dd/yyyy"/>
| </h:inputText>
| <s:selectDate for="queueDate">
| <h:graphicImage url="../img/dtpick.gif"
style="margin-left:5px;cursor:pointer" />
| </s:selectDate>
| </s:decorate>
| </td>
| </tr>
| <tr>
| <td>Project Status</td>
| <td>
| <s:decorate>
| <h:selectOneMenu id="projectStatus"
layout="pageDirection" value="#{projectStatusId}">
| <f:selectItem itemValue="3749" itemLabel="(Select one)"
/>
| <f:selectItem itemValue="5083" itemLabel="Active"/>
| </h:selectOneMenu>
| </s:decorate>
| </td>
| </tr>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...