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
Neil Griffin
created issue -
Neil Griffin
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 10405 ] |
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 |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.6DR#5 [ 10071 ] | |
Resolution | Fixed [ 1 ] | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Looks like the images for the initial calendar button (the one that initiates the popup) and the image buttons on the actual calendar were being resolved differently. The images directory was being resolved first then concatenated with the initial calendar image which was fine. The same logic was used for the navigation buttons on the calendar but the result was being resolved again causing the portlet context to be added twice to the front of the URL. I adjusted the logic to account for this.