-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datepicker uses internal Mojarra classes #6
Comments
Thanks for pointing this out, although I think most people use Mojarra, we should offer a solution that works on all implementations of JSF. |
@tandraschko keeps telling me MyFaces is often used, especially by people who care about performance, so we shouldn't ignore this section of the market. |
Yes, that's what I was saying... On Sun, Nov 9, 2014 at 6:50 PM, Stephan Rauh [email protected]
|
Now the DatePicker is compatible to MyFaces, too. Before closing the issue I'd like to double-check my changes. |
Great, On Tue, Nov 25, 2014 at 11:53 PM, Stephan Rauh [email protected]
|
Are the changes ok? If it is so we can change the Milestone to 0.6.0 . |
Yes, I think the changes are ok. |
DatePicker.java line 132: com.sun.faces.util.MessageFactory.getMessage does not belong to the JSF API. This breaks Apache MyFaces compatibility.
The text was updated successfully, but these errors were encountered: