Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#4
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Win XP / Tomcat 5.5.17 / Liferay Portal 4.3.0 (pre-release)
Description
To reproduce:
<ice:selectInputDate id="dateOfBirth" autocomplete="true" popupDateFormat="MM/dd/yyyy" renderAsPopup="true" required="true" style="" styleClass="portlet-form-input-field" value="#{MyBean.dateOfBirth}">
<f:convertDateTime pattern="MM/dd/yyyy"/>
</ice:selectInputDate>
<ice:selectInputDate id="dateOfBirth" autocomplete="true" popupDateFormat="MM/dd/yyyy" renderAsPopup="true" required="true" style="" styleClass="portlet-form-input-field" value="#{MyBean.dateOfBirth}">
<f:convertDateTime pattern="MM/dd/yyyy"/>
</ice:selectInputDate>
Issue Links
- blocks
-
ICE-1809 Support for Liferay Portal
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13932 | Mon May 21 14:45:25 MDT 2007 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java |