Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major 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 ICE-1809
        Support for Liferay Portal-           
- Closed
 
-         
 
                        
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.