[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2005-12-19 Thread Jesper Pedersen (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12360804 ] Jesper Pedersen commented on MYFACES-853: - Its on testServices Hope this helps. > commandLink not working inside dataList > --

[jira] Created: (MYFACES-961) TabbedPane : generates a of its own; new attribute required to turn the form on/off

2005-12-19 Thread Diana Danila (JIRA)
TabbedPane : generates a of its own; new attribute required to turn the form on/off -- Key: MYFACES-961 URL: http://issues.apache.org/jira/browse/MYFACES-961 Project: MyFaces Ty

[jira] Created: (MYFACES-962) tree2 should work with treeColumn

2005-12-19 Thread Bill Schneider (JIRA)
tree2 should work with treeColumn - Key: MYFACES-962 URL: http://issues.apache.org/jira/browse/MYFACES-962 Project: MyFaces Type: New Feature Components: Tomahawk Versions: 1.1.1 Environment: n/a Reporter: Bill Schneid

Re: svn commit: r357582 - in /myfaces/build/trunk: facelets-build.xml tools/ tools/build-tools.jar tools/src/

2005-12-19 Thread Sean Schofield
I agree with Martin and Simon on this one. Maybe this can be resolved in the new Maven build? sean On 12/18/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > > On 12/18/05, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > > It's just a 9kb file. > > It's still a jar file, and therefore a build artifac

OT: Happy Birthday MyFaces

2005-12-19 Thread Marius Kreis
Did anybody notice: the MyFaces SourceForge project was registered 12/19/2002. Seems as if MyFaces just turned three... Happy Birthday.

Re: OT: Happy Birthday MyFaces

2005-12-19 Thread Martin Marinschek
Wow - get the champagne out ;) regards, Martin On 12/19/05, Marius Kreis <[EMAIL PROTECTED]> wrote: > Did anybody notice: the MyFaces SourceForge project was registered > 12/19/2002. Seems as if MyFaces just turned three... Happy Birthday. > -- http://www.irian.at Your JSF powerhouse - JSF C

Re: OT: Happy Birthday MyFaces

2005-12-19 Thread Martin van den Bemt
Congrats.. But I though you guys were drinking gluhwein or something ? ;) Mvgr, Martin Martin Marinschek wrote: Wow - get the champagne out ;) regards, Martin On 12/19/05, Marius Kreis <[EMAIL PROTECTED]> wrote: Did anybody notice: the MyFaces SourceForge project was registered 12/19/2002.

Re: OT: Happy Birthday MyFaces

2005-12-19 Thread Thomas Spiegl
Right! I nearly forgot.Let's go and have a glogg!CheersThomasOn 12/19/05, Martin Marinschek < [EMAIL PROTECTED]> wrote:Wow - get the champagne out ;)regards, MartinOn 12/19/05, Marius Kreis <[EMAIL PROTECTED]> wrote:> Did anybody notice: the MyFaces SourceForge project was registered> 12/19/2002. S

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Werner Punz
tried it something must be missing in the svn Buildfile: C:\development\workspace\current\build\facelets-build.xml facelets-taglibs: BUILD FAILED C:\development\workspace\current\build\facelets-build.xml:19: taskdef class org.apache.myfaces.tools.FaceletsTaglibTask cannot be found Thomas Spie

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Mike Kienenberger
Everything that's there seems to be correct. Are you using Andrew Robinson's facelet taglib generator? http://cvs.sourceforge.net/viewcvs.py/jsf-comp/facelets/faceletsAntTasks/#dirlist tomahawk.taglib.xml is missing a namespace tag. [...] http://myfaces.apache.org/tomahawk [...] Same for

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Mike Kienenberger
On 12/17/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > The ones I've heard the most complaints about in the past are tree, > tree2, and jscookmenu. But it's never been clear to me whether those > problems were solved. Unfortunately, these aren't components I'm > using. Thomas, I am not fa

Re: OT: Happy Birthday MyFaces

2005-12-19 Thread Matthias Wessendorf
that is cool! Thanks to Thomas and Manfred for creating this community. And to all that are involved ;) -Matthias On 12/19/05, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > Right! I nearly forgot. > > Let's go and have a glogg! > > Cheers > Thomas > > > On 12/19/05, Martin Marinschek < [EMAIL PROT

Re: OT: Happy Birthday MyFaces

2005-12-19 Thread Sean Schofield
Wow three years old ... our little baby is growing up so quickly! On 12/19/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > that is cool! > > Thanks to Thomas and Manfred for creating this community. > > And to all that are involved ;) > > -Matthias > > On 12/19/05, Thomas Spiegl <[EMAIL PROT

[jira] Resolved: (MYFACES-934) Parsing UserData in org.apache.myfaces.custom.date.HtmlInputDate.UserData throws java.lang.NumberFormatException, not java.text.ParseException

2005-12-19 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-934?page=all ] Matthias Weßendorf resolved MYFACES-934: Resolution: Fixed fixed nbuild > Parsing UserData in org.apache.myfaces.custom.date.HtmlInputDate.UserData > throws java.lang.NumberForm

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Thomas Spiegl
Mike, I didn't know the ant task on SF. Would have saved some time. I will add the namespace to the generator and sort the tags alphabetically. panelNavigation2 and jscookMenu share some code, but are definitely different components. We should add the taghandlers to our tomahawk project by addin

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Mike Kienenberger
On 12/19/05, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > I didn't know the ant task on SF. Would have saved some time. If I had known you were planning on writing an ant task, I would have mentioned it :) > We should add the taghandlers to our tomahawk project by adding them to > a) tomahawk/s

[jira] Commented: (MYFACES-950) Missing singlequote in javascript codegeneration

2005-12-19 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-950?page=comments#action_12360871 ] Matthias Weßendorf commented on MYFACES-950: there seams to be a ' inside of the renderer source code. which version of myfaces (tomahawk) did you use? > Missin

[jira] Resolved: (MYFACES-907) t:StyleSheetTag has no setter method for tag "media"

2005-12-19 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-907?page=all ] Matthias Weßendorf resolved MYFACES-907: Resolution: Fixed fixes in nbuild > t:StyleSheetTag has no setter method for tag "media" > --

[jira] Closed: (MYFACES-900) t:commandNavigation2 will dont render navigationMenuItems childs

2005-12-19 Thread Thomas Spiegl (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-900?page=all ] Thomas Spiegl closed MYFACES-900: - Fix Version: Nightly Resolution: Fixed applied patch > t:commandNavigation2 will dont render navigationMenuItems childs >

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Matthias Wessendorf
Thomas. so we could resolve this ticket ? http://issues.apache.org/jira/browse/MYFACES-698 Regards, Matthias On 12/19/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > On 12/19/05, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > > I didn't know the ant task on SF. Would have saved some time. > > I

Re: Facelet support in MyFaces [Was: svn commit: r356552 - in /incubator/tobago/trunk: src/site/fml/faq.fml tobago-theme/tobago-theme-richmond/pom.xml]

2005-12-19 Thread Adam Winer
Mike, You (or Andrew Robinson) could check out the SetActionListenerTag code I contributed to Facelets at: https://facelets.dev.java.net/source/browse/facelets/contrib/1.4/adf/src/java/com/sun/facelets/oracle/adf/SetActionListenerTag.java?rev=1.1&view=auto&content-type=text/vnd.viewcvs-markup ..