[
https://issues.apache.org/jira/browse/MYFACES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784211#action_12784211
]
Tobias Eisenträger commented on MYFACES-1794:
---------------------------------------------
I get the same problem with the calendar, but also in general when trying to
use the dialog framework.
I guess it is because i am using the .jspx ending with my facelets, so i cannot
add
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.jsp</param-value>
</context-param>
which helped for some. Could anyone try to fix this, please?
Thanks
> MF Core causes resources not found(404) errors (recently also corrected in
> Sun RI for JSF 1.2)
> ----------------------------------------------------------------------------------------------
>
> Key: MYFACES-1794
> URL: https://issues.apache.org/jira/browse/MYFACES-1794
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 1.2.0
> Environment: JSF 1.2 (failures mostly happen with extensions like
> with Trinidad e.g.)
> Reporter: Wolf Benz
>
> Cf. the MF mailing list: topics like "Dialog issue during ADF->Trinidad
> migration"
> I came across it using tr:inputDate but in the list topic I mentioned above,
> so I first thought it was a Trinidad issue, but people more knowledgeable
> with the JSF spec(Adam Winer) pointed out it was a MF 1.2 core issue, and
> that the Sun RI had also sufferend from it, yet in the RI, this bug has
> recently been corrected.
> The error I got was when clicking the calendar icon and expecting a cal
> popup. Instead I got:
> "description The requested resource (.../__ADFv__.jsp) is not available."
> As it potentially affects a lot of other components beyond this trinidad one,
> I marked it major as these components just don't work anymore.
> E.g. MF mailing list with topic "RE: [Trinidad] HTTP 404 (file not found)
> while using DialogFramework" points that out.
> --Wolf
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.