Re: Issues with the Facelets implementation

2009-08-06 Thread Matthias Wessendorf
On Thu, Aug 6, 2009 at 7:46 AM, Leonardo Uribelu4...@gmail.com wrote: Hi I have one question. If facelets is ASL 2.0, can we take all documentation related to ui namespace and include it into our codebase? can we take also the test sources and update them to include into our junit tests?

Re: Issues with the Facelets implementation

2009-08-06 Thread Curtiss Howard
Can anyone point me to where the Facelets 2.0 repository is? I'd like to get a copy of the facelets 2.0 taglib schema, but can't seem to find it... Thanks, Curtiss Howard

Re: Issues with the Facelets implementation

2009-08-06 Thread Ganesh
Not sure what you mean. Facelets is at 1.1.14 and this version is integrated with the JSF 2.0 releases where further development happens. Best regards, Ganesh Curtiss Howard schrieb: Can anyone point me to where the Facelets 2.0 repository is? I'd like to get a copy of the facelets 2.0

Re: Issues with the Facelets implementation

2009-08-06 Thread Mike Kienenberger
Probably in the facelets repository, if it's not part of the JSF 2.0 implementation. :pserver:user@cvs.dev.java.net:/cvs Branches include: JSF_2_0_0_AJAX JSF_2_0_0_AJAX_20080713_BRANCH JSF_2_0_0_from_HEAD_20080606_BRANCH On Thu, Aug 6, 2009 at 9:26 AM, Curtiss

Re: Issues with the Facelets implementation

2009-08-06 Thread Curtiss Howard
On Thu, Aug 6, 2009 at 10:35 AM, Ganeshgan...@j4fry.org wrote: Not sure what you mean. Facelets is at 1.1.14 and this version is integrated with the JSF 2.0 releases where further development happens. I don't think Mojarra is using 1.1. The samples they ship with it (namely, the ones I'm

Re: Issues with the Facelets implementation

2009-08-05 Thread Mike Kienenberger
For awhile, 2.0 changes for facelets were being committed to the JSF_2_0_0_from_HEAD_20080606_BRANCH facelets branch. I'm not sure if that's still the case or if the branch was forked elsewhere. On Wed, Aug 5, 2009 at 9:11 AM, Matthias Wessendorfmat...@apache.org wrote: On Wed, Aug 5, 2009 at

Re: Issues with the Facelets implementation

2009-08-05 Thread Matthias Wessendorf
On Wed, Aug 5, 2009 at 3:03 PM, Curtiss Howardcurtiss.how...@gmail.com wrote: Hi, I just wanted to let everyone know that with a couple tweaks to the Facelets implementation I've been able to get the Mojarra Guess Number 2.0 custom taglib working, which does some client-side JS validation.  

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
So are we looking at simply updating the existing parser?

Re: Issues with the Facelets implementation

2009-08-05 Thread Simon Lessard
Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being said, maybe we should add the required changes by ourselves. Even if Facelets is

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
On Wed, Aug 5, 2009 at 9:42 AM, Simon Lessardsimon.lessar...@gmail.com wrote: Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being

Re: Issues with the Facelets implementation

2009-08-05 Thread Matthias Wessendorf
On Wed, Aug 5, 2009 at 3:42 PM, Simon Lessardsimon.lessar...@gmail.com wrote: Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being

Re: Issues with the Facelets implementation

2009-08-05 Thread Leonardo Uribe
Hi I have one question. If facelets is ASL 2.0, can we take all documentation related to ui namespace and include it into our codebase? can we take also the test sources and update them to include into our junit tests? Theorically I think the answer is yes, but better to ask first before commit.