This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes myfaces tomahawk and jsf 2 problem at <t:inputCalendar> tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "myfaces tomahawk and jsf 2 problem at <t:inputCalendar> tag" Watch "myfaces tomahawk and jsf 2 problem at <t:inputCalendar> tag" New topic
Author

myfaces tomahawk and jsf 2 problem at <t:inputCalendar> tag

hassan ali
Ranch Hand

Joined: Apr 23, 2006
Posts: 127

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"/>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: myfaces tomahawk and jsf 2 problem at <t:inputCalendar> tag
 
Similar Threads
How to generate calender
pls help in t:calander i need it badly pls help
Need Help for t:inputCalendar
t:div, s;fieldset and t::inputCalendar confilict
JSF- tomahawk calander problem