You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by jerma <ha...@jerma.net> on 2012/09/16 20:25:53 UTC

myfaces tomahawk and jsf 2 problem at tag

my project works use jsf2 and fine in tomhawaks and trinidad but when
calender turn come i found that next block of code run fine but when i tried
to run it as popup it does not popup image not clickable



<!-- this works fine -->
<t:inputCalendar monthYearRowClass="yearRowStyle"
weekRowClass="weekRowStyle"
currentDayCellClass="selectedDayCellStyle"
value="#{Calendar.selectedDate1}"/>
<t:htmlTag value="pre">------------------------</t:htmlTag>


<!-- this does not works fine -->

<t:inputCalendar id="secondOne" value="#{Calendar.selectedDate2}"
renderAsPopup="true"
popupDateFormat="MM/dd/yyyy"
popupTodayDateFormat="dd-MMM-yyyy"
popupWeekString="Week"
popupTodayString="The date today is :"
renderPopupButtonAsImage="true"
popupButtonImageUrl="images/calendar.gif"
helpText="MM/DD/YYYY"
forceId="true"/> 
-- 
View this message in context: http://old.nabble.com/myfaces-tomahawk-and-jsf-2-problem-at-%3Ct%3AinputCalendar%3E-tag-tp34439728p34439728.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.