When upgrading to tomahawk 1.1.3 from 1.1.1, I have an issue with the <t:inputCalendar> component. I am using the most up to date jars of myfaces 1.1.4. My environment is Websphere 6.
I don't get any errors in my console when I run my application, but I get javascript errors when the page with the inputcalendar loads. It says, 'org_apache_myfaces_PopupCalendar' is undefined.
I am not seeing any documentation about this issue.
If anyone could help me out with this issue, it would be greatly appreciated.
Thanks in advance, Travis
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
posted
0
Can you post the code where you have used that control?
Travis
Greenhorn
Joined: Nov 01, 2006
Posts: 6
posted
0
Here is the component code (resides inside a h:form tag)
This inputDate component renders two input text boxes for day and year and renders a drop down for the months with the listed code you have posted (not a popup calendar). I am still using the tomahawk 1.1.3 version of the jar.
I would like to be able to continue using the inputCalendar component instead of changing to the inputDate component as it is used widely throughout my application. Is this a know bug with the 1.1.3?
Thanks for the replies.
Travis
Greenhorn
Joined: Nov 01, 2006
Posts: 6
posted
0
Update:
I have set the ADD_RESOURCE_CLASS to streamingAddResource and it no longer gives me the javascript errors, but still isn't performing correctly. It does an inline popup instead of being on a div layer. On top of that, it also doesn't have the look and feel as it did before I upgrade to the 1.1.3 version of the tomahawk jar.