I noticed that the generated html code of calendar.jsp (myfaces-example) has this declerations which I don't have:
<link rel="stylesheet" href="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/WH/theme.css" type="text/css"/>
<link rel="stylesheet" href="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/DB/theme.css" type="text/css"/>
<script src="/example/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/popcalendar.js" type="text/javascript"></script>
I declared them manually but the popup calendar cannot render its icons (some icons at the drop down menus and the close button icon).
However the calendar.jsp of myfaces-example doesn't have this declerations. What do I have to do in oder to view the popup calendar properly?
Kostas Karadamoglou wrote:
Hello all, I have a problem the javascript pop up of inputCalendar.
When I click the [...] button I cannot see the pop up. Also in the jascript console I get the following message:
Error: jscalendarPopUpCalendar is not defined
It seems that the component doesn;t generate the method to the page.
How can I sove this problem?
Thank you in advance, kostas

