[
https://issues.apache.org/jira/browse/TOMAHAWK-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459660#comment-16459660
]
Mike Kienenberger commented on TOMAHAWK-1685:
---------------------------------------------
I have in the past used some parts of Tomahawk with JSF 2.0 and 2.1, but I
don't think t:calendar was one of them.
As Thomas said, Tomahawk is in maintenance mode due to a lack of active
developers. If you are willing to provide patches to make tomahawk work under
JSF 2.2, we will apply them. Note that the same thing is true for Trinidad.
> ExtensionFilter not working for JSF 2.2
> ---------------------------------------
>
> Key: TOMAHAWK-1685
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1685
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Calendar
> Affects Versions: 1.1.14
> Environment: JSF 2.2, Trinidad 2.2.1, Websphere Application Server 9
> Reporter: Rajat
> Priority: Blocker
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> org_apache_myfaces_PopupCalendar is not defined.
>
> I've defined the ExtensionFilter - /faces/myExtensionResource/* and at
> runtime it should load in source
> /faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader
> -> calendar.HtmlCalendarRenderer while it is pointing to javax.faces.resource
> The HTML is missing this:
> {{<link rel="stylesheet"
> href="/DERO_WEB/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/15238805/calendar.HtmlCalendarRenderer/WH/theme.css"
> type="text/css" /> <link rel="stylesheet"
> href="/DERO_WEB/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/15238805/calendar.HtmlCalendarRenderer/DB/theme.css"
> type="text/css" /> <script type="text/javascript"
> src="/DERO_WEB/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/15238805/prototype.PrototypeResourceLoader/prototype.js"></script>
> <script type="text/javascript"
> src="/DERO_WEB/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/15238805/calendar.HtmlCalendarRenderer/date.js"></script>
> <script type="text/javascript"
> src="/DERO_WEB/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/15238805/calendar.HtmlCalendarRenderer/popcalendar.js">}}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)