Re: READ: New Trinidad demo contains GPL code (was: Fwd: svn commit: r903822 [1/17] - in /myfaces/trinidad/trunk/trinidad-examples: ./ trinidad-components-showcase/ trinidad-components-showcase/src/

2010-01-28 Thread Catalin Kormos
Hi Bernd, Ok, the problematic code will be removed asap. There is still an alternate approach there, which was used first, formatting source code with https://jhighlight.dev.java.net/. This can easily replace the JS based formatting. Do you see any issues with using jhighlight? we don't

Re: READ: New Trinidad demo contains GPL code (was: Fwd: svn commit: r903822 [1/17] - in /myfaces/trinidad/trunk/trinidad-examples: ./ trinidad-components-showcase/ trinidad-components-showcase/src/

2010-01-28 Thread Matthias Wessendorf
Hey Catalin, CDDL may/can work: http://www.apache.org/legal/3party.html GPL3 is NOT compatible. However, projects that are licensed under GPL3 can actually now include Apache2 licensed software; That is the reason why *they* state GPL3 is compatible. See here, no the no-go section.

Re: READ: New Trinidad demo contains GPL code (was: Fwd: svn commit: r903822 [1/17] - in /myfaces/trinidad/trunk/trinidad-examples: ./ trinidad-components-showcase/ trinidad-components-showcase/src/

2010-01-28 Thread Catalin Kormos
Hey Matthias, All clear, thanks a lot for the clarifications, I might have went a bit too fast over the compatibility of licenses when I checked it out. regards, Catalin On 1/28/10, Matthias Wessendorf mat...@apache.org wrote: Hey Catalin, CDDL may/can work:

Re: READ: New Trinidad demo contains GPL code (was: Fwd: svn commit: r903822 [1/17] - in /myfaces/trinidad/trunk/trinidad-examples: ./ trinidad-components-showcase/ trinidad-components-showcase/src/

2010-01-28 Thread Matthias Wessendorf
Hey Catalin, not a big deal. Honestly the licensing question is a not trivial drama :-) -M On Thu, Jan 28, 2010 at 3:49 PM, Catalin Kormos catalin.kor...@gmail.com wrote: Hey Matthias, All clear, thanks a lot for the clarifications, I might have went a bit too fast over the compatibility of

[jira] Created: (MYFACES-2513) Update examples from test web application 1.2 and merge with 2.0

2010-01-27 Thread Ingo Hofmann (JIRA)
Update examples from test web application 1.2 and merge with 2.0 Key: MYFACES-2513 URL: https://issues.apache.org/jira/browse/MYFACES-2513 Project: MyFaces Core Issue Type

[jira] Created: (EXTSCRIPT-52) improve the examples

2010-01-21 Thread Werner Punz (JIRA)
improve the examples Key: EXTSCRIPT-52 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-52 Project: MyFaces Extensions Scripting Issue Type: Improvement Reporter: Werner Punz Assignee: Werner

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Jan-Kees van Andel
andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples  (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going to work as it causes faces messages due to jsp:root and jsp.derective tags. Furthermore, many pages use jsp include tags

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Andrew Robinson
that JSF pages/facelets need to produce XHTML or HTML (for example seam already has support for email and PDF output) -Andrew On Wed, Dec 16, 2009 at 3:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples  (trinidad-demo and trinidad-blank) use JSP and JSPX. Just

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Matthias Wessendorf
andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples  (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going to work as it causes faces messages due to jsp:root and jsp.derective tags. Furthermore, many pages use jsp include tags. To show

Re: [Trinidad 2] Convert examples to facelets?

2009-12-18 Thread Martin Koci
output) -Andrew On Wed, Dec 16, 2009 at 3:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going to work as it causes faces messages due

Re: [Trinidad 2] Convert examples to facelets?

2009-12-17 Thread Matthias Wessendorf
Hello Andrew, I like your proposal. +1 on doing so! -Matthias On Wed, Dec 16, 2009 at 11:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples  (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going

Re: [Trinidad 2] Convert examples to facelets?

2009-12-17 Thread Max Starets
+1 from me too. Max Matthias Wessendorf wrote: Hello Andrew, I like your proposal. +1 on doing so! -Matthias On Wed, Dec 16, 2009 at 11:26 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: Currently the trinidad examples (trinidad-demo and trinidad-blank) use JSP

[Trinidad 2] Convert examples to facelets?

2009-12-16 Thread Andrew Robinson
Currently the trinidad examples (trinidad-demo and trinidad-blank) use JSP and JSPX. Just turning facelets on for JSPX files isn't going to work as it causes faces messages due to jsp:root and jsp.derective tags. Furthermore, many pages use jsp include tags. To show proper support of JSF 2, we

[jira] Commented: (TOMAHAWK-1453) [myfaces-example-simple-1.1.9] Tree2 (client-side/server-side toggle and hide root node examples) don't work with Mojarra

2009-10-19 Thread Werner Punz (JIRA)
to the examples and it seems to me that the onclick attribute is ignored by mojarras renderer. Our code internally adds correctly an onclick attribute to GraphicImage and Mojarra does not really render it. I will investigate further. [myfaces-example-simple-1.1.9] Tree2 (client-side/server-side

[jira] Commented: (TOMAHAWK-1453) [myfaces-example-simple-1.1.9] Tree2 (client-side/server-side toggle and hide root node examples) don't work with Mojarra

2009-10-19 Thread Werner Punz (JIRA)
in mojarra, I have contacted the mojarra people with further details. [myfaces-example-simple-1.1.9] Tree2 (client-side/server-side toggle and hide root node examples) don't work with Mojarra

[jira] Created: (TOMAHAWK-1453) [myfaces-example-simple-1.1.9] Tree2 (client-side/server-side toggle and hide root node examples) don't work with Mojarra

2009-09-19 Thread Ryan Lubke (JIRA)
[myfaces-example-simple-1.1.9] Tree2 (client-side/server-side toggle and hide root node examples) don't work with Mojarra - Key: TOMAHAWK-1453

[jira] Created: (TOMAHAWK-1456) [myfaces-example-simple-1.1.9] dojo examples (library import and / simple integration) don't appear to with with Mojarra

2009-09-19 Thread Ryan Lubke (JIRA)
[myfaces-example-simple-1.1.9] dojo examples (library import and / simple integration) don't appear to with with Mojarra Key: TOMAHAWK-1456

[jira] Resolved: (EXTVAL-6) Create assembly project for examples

2008-11-07 Thread Leonardo Uribe (JIRA)
assembly project for examples Key: EXTVAL-6 URL: https://issues.apache.org/jira/browse/EXTVAL-6 Project: MyFaces Extensions Validator Issue Type: Task Affects Versions: 1.0.1-SNAPSHOT, 1.2.1-SNAPSHOT

[jira] Created: (EXTVAL-6) Create assembly project for examples

2008-11-05 Thread Leonardo Uribe (JIRA)
Create assembly project for examples Key: EXTVAL-6 URL: https://issues.apache.org/jira/browse/EXTVAL-6 Project: MyFaces Extensions Validator Issue Type: Task Affects Versions: 1.0.1-SNAPSHOT, 1.2.1

[jira] Created: (EXTVAL-1) Use of ${build.version} param does not allow build examples only

2008-10-23 Thread Leonardo Uribe (JIRA)
Use of ${build.version} param does not allow build examples only Key: EXTVAL-1 URL: https://issues.apache.org/jira/browse/EXTVAL-1 Project: MyFaces Extensions Validator Issue

[jira] Created: (EXTVAL-2) Add maven jetty plugin to examples

2008-10-23 Thread Leonardo Uribe (JIRA)
Add maven jetty plugin to examples -- Key: EXTVAL-2 URL: https://issues.apache.org/jira/browse/EXTVAL-2 Project: MyFaces Extensions Validator Issue Type: Task Reporter: Leonardo Uribe

[jira] Resolved: (EXTVAL-1) Use of ${build.version} param does not allow build examples only

2008-10-23 Thread Leonardo Uribe (JIRA)
of ${build.version} param does not allow build examples only Key: EXTVAL-1 URL: https://issues.apache.org/jira/browse/EXTVAL-1 Project: MyFaces Extensions Validator Issue Type

[jira] Resolved: (EXTVAL-2) Add maven jetty plugin to examples

2008-10-23 Thread Leonardo Uribe (JIRA)
maven jetty plugin to examples -- Key: EXTVAL-2 URL: https://issues.apache.org/jira/browse/EXTVAL-2 Project: MyFaces Extensions Validator Issue Type: Task Reporter: Leonardo Uribe Assignee

Re: tomahawk examples design proposal

2008-10-13 Thread Cagatay Civici
+1 to the first one, fantastic! On Fri, Oct 10, 2008 at 3:32 PM, Paul Spencer [EMAIL PROTECTED] wrote: Thomas, I like the new layout. It is obvious to the user what the underlying code looks like! Their are some Selenium test using the current examples that are part part of Tomahawk[1

Re: tomahawk examples design proposal

2008-10-13 Thread Bruno Aranda
looks like! Their are some Selenium test using the current examples that are part part of Tomahawk[1]. The tests not only serve as an example on how to test a MyFaces web application, they also provide a place for regression testing. When Shale Test v1.1 is released, then Tomahawk can

Re: tomahawk examples design proposal

2008-10-10 Thread Hazem Saleh
Thomas, +1 for the first one :). It rocksss :). On Fri, Oct 10, 2008 at 11:14 AM, Thomas Spiegl [EMAIL PROTECTED]wrote: attached you'll find a proposal for a redesign of tomahawk examples. Please tell me, which one you like better. IRIAN will take care of implementing

Re: tomahawk examples design proposal

2008-10-10 Thread Simon Kitching
Just a general request: I think it would be nicer for emails to contain *links* to large images rather than include them inline. A copy of every single pixel in an attached image is send through the internet to every person subscribed to the dev list, and they can be scattered around the

Re: tomahawk examples design proposal

2008-10-10 Thread Thomas Spiegl
On Fri, Oct 10, 2008 at 12:52 PM, Cristi Toth [EMAIL PROTECTED] wrote: Hi Thomas, Actually the colors seem a bit washed-out... Wasn't the plan to have Tomahawk examples use MyFaces theme? In my opinion, the examples design and the myfaces theme fit together very well. From what I remember

Re: tomahawk examples design proposal

2008-10-10 Thread Paul Spencer
Thomas, I like the new layout. It is obvious to the user what the underlying code looks like! Their are some Selenium test using the current examples that are part part of Tomahawk[1]. The tests not only serve as an example on how to test a MyFaces web application, they also provide

Re: tomahawk examples design proposal

2008-10-10 Thread Gerhard Petracek
looks really great! +1 for the first one. regards, gerhard 2008/10/10 Thomas Spiegl [EMAIL PROTECTED] attached you'll find a proposal for a redesign of tomahawk examples. Please tell me, which one you like better. IRIAN will take care of implementing it over the next couple of weeks

Re: tomahawk examples design proposal

2008-10-10 Thread Matthias Wessendorf
both look really really great On Fri, Oct 10, 2008 at 11:22 AM, Gerhard Petracek [EMAIL PROTECTED] wrote: looks really great! +1 for the first one. regards, gerhard 2008/10/10 Thomas Spiegl [EMAIL PROTECTED] attached you'll find a proposal for a redesign of tomahawk examples. Please

Re: tomahawk examples design proposal

2008-10-10 Thread Mario Ivankovits
Hi! +1 to number one. Ciao, Mario

Re: tomahawk examples design proposal

2008-10-10 Thread Leonardo Uribe
examples use MyFaces theme? In my opinion, the examples design and the myfaces theme fit together very well. From what I remember, Adonis provided logos for all MyFaces sub-projects, which were voted, but never made it (why !?!?) in the actual sites... ok, adonis can you send the logo template

[jira] Resolved: (TRINIDAD-218) MyFaces ADF/Trinidad examples kill weblogic

2008-07-08 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-218. - Resolution: Invalid has been fixed recently MyFaces ADF/Trinidad examples

Re: svn commit: r671015 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java examples/simple/src/main/webapp/aliasBean.jsp

2008-06-24 Thread Mario Ivankovits
=rev Log: TOMAHAWK-790 Aliasbean warning/error when no EL expression in the alias property Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp Modified: myfaces

Re: svn commit: r671015 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java examples/simple/src/main/webapp/aliasBean.jsp

2008-06-24 Thread Leonardo Uribe
/myfaces/custom/aliasbean/AliasBeanTag.java myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/AliasBeanTag.java URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main

[jira] Commented: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-18 Thread JIRA
of the abiltity to put code usage examples in the tagdocs Key: TRINIDAD-954 URL: https://issues.apache.org/jira

[jira] Commented: (TRINIDAD-953) Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs

2008-02-18 Thread JIRA
is the relationship to 935 ? Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs Key: TRINIDAD-953 URL: https://issues.apache.org/jira/browse/TRINIDAD-953

[jira] Commented: (TRINIDAD-953) Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs

2008-02-18 Thread Gerhard Petracek (JIRA)
- was just a typing error... Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs Key: TRINIDAD-953 URL: https://issues.apache.org/jira/browse

[jira] Commented: (TRINIDAD-953) Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs

2008-02-15 Thread JIRA
are missing. I get compile errors, that there is no ExampleBean Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs Key: TRINIDAD-953 URL

[jira] Commented: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-15 Thread JIRA
release, we can use this patch Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

[jira] Commented: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-15 Thread Gary Kind (JIRA)
to take advantage of the abiltity to put code usage examples in the tagdocs Key: TRINIDAD-954 URL: https

[jira] Resolved: (TOBAGO-622) Examples for dynamic markup

2008-02-14 Thread JIRA
. Examples for dynamic markup --- Key: TOBAGO-622 URL: https://issues.apache.org/jira/browse/TOBAGO-622 Project: MyFaces Tobago Issue Type: Improvement Reporter: Arvid Hülsebus Assignee: Arvid

[jira] Created: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-14 Thread Gary Kind (JIRA)
Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

[jira] Created: (TRINIDAD-953) Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs

2008-02-14 Thread Gary Kind (JIRA)
Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs Key: TRINIDAD-953 URL: https://issues.apache.org/jira/browse/TRINIDAD-953

Fwd: [continuum] BUILD ERROR: Apache MyFaces Trinidad Examples

2007-12-20 Thread Simon Kitching
Could someone please fix the continuum configuration, or at least disable the scheduled build for trinidad? Since the svn changes of today, there has been a regular stream of error emails to [EMAIL PROTECTED] I presume these are because pom files have now moved, and that fixing the config is

Re: [continuum] BUILD ERROR: Apache MyFaces Trinidad Examples

2007-12-20 Thread Matthias Wessendorf
yah, tomorrow :-) On Dec 20, 2007 6:32 PM, Simon Kitching [EMAIL PROTECTED] wrote: Could someone please fix the continuum configuration, or at least disable the scheduled build for trinidad? Since the svn changes of today, there has been a regular stream of error emails to [EMAIL

Re: [continuum] BUILD ERROR: Apache MyFaces Trinidad Examples

2007-12-20 Thread Matthias Wessendorf
fixed (deleted) On Dec 20, 2007 11:21 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: yah, tomorrow :-) On Dec 20, 2007 6:32 PM, Simon Kitching [EMAIL PROTECTED] wrote: Could someone please fix the continuum configuration, or at least disable the scheduled build for trinidad? Since

Re: [VOTE] New maven module for myfaces examples 1.2

2007-12-14 Thread Bruno Aranda
-1683 Lack of any Documentation + Examples for this version (1.2) Offer to users a brief and simple guide about what's change, what's new on 1.2, and how they can use it. Some examples are based on some tomahawk examples to make easier the development. But the objective here is to show what's new

Re: [VOTE] New maven module for myfaces examples 1.2

2007-12-14 Thread Leonardo Uribe
The examples does not have tomahawk components, instead just use some code like beans and other info. Every example of the list is based of spec documentation of jsf 1.2 (the list of changes). regards Leonardo Uribe

Re: [VOTE] New maven module for myfaces examples 1.2

2007-12-14 Thread Grant Smith
+1 On 12/14/07, Leonardo Uribe [EMAIL PROTECTED] wrote: The examples does not have tomahawk components, instead just use some code like beans and other info. Every example of the list is based of spec documentation of jsf 1.2 (the list of changes). regards Leonardo Uribe -- Grant

Re: [VOTE] New maven module for myfaces examples 1.2

2007-12-14 Thread Cagatay Civici
+1 On Dec 14, 2007 6:31 PM, Grant Smith [EMAIL PROTECTED] wrote: +1 On 12/14/07, Leonardo Uribe [EMAIL PROTECTED] wrote: The examples does not have tomahawk components, instead just use some code like beans and other info. Every example of the list is based of spec documentation

Re: [VOTE] New maven module for myfaces examples 1.2

2007-12-13 Thread Simon Kitching
and/or MYFACES-1683 Lack of any Documentation + Examples for this version (1.2) Offer to users a brief and simple guide about what's change, what's new on 1.2, and how they can use it. Some examples are based on some tomahawk examples to make easier the development. In general, I'm

Re: svn commit: r601466 - /myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

2007-12-05 Thread Matthias Wessendorf
in the demo's context parameter name for disabled content compression. Modified: myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml Modified: myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

Re: svn commit: r601466 - /myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

2007-12-05 Thread Matthias Wessendorf
for disabled content compression. Modified: myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml Modified: myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml URL: http

Re: svn commit: r601466 - /myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml

2007-12-05 Thread Andrew Robinson
/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml Modified: myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.4-branch/trinidad-examples/trinidad-demo/src/main

[jira] Commented: (TOMAHAWK-1032) examples: Dynamic number of columns doesn't work

2007-11-26 Thread Bogdan Sava (JIRA)
examples: Dynamic number of columns doesn't work Key: TOMAHAWK-1032 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1032 Project: MyFaces Tomahawk Issue Type: Bug Components: Columns

[jira] Commented: (TOMAHAWK-1032) examples: Dynamic number of columns doesn't work

2007-11-26 Thread Bogdan Sava (JIRA)
for previous comment ! examples: Dynamic number of columns doesn't work Key: TOMAHAWK-1032 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1032 Project: MyFaces Tomahawk Issue Type: Bug

Re: svn commit: r567449 - in /myfaces/orchestra/trunk: core/src/main/resources/META-INF/LICENSE.txt core15/src/main/resources/META-INF/LICENSE.txt examples/src/main/resources/META-INF/LICENSE.txt

2007-08-21 Thread Mario Ivankovits
Hi Wendy! On 8/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: imario Date: Sun Aug 19 11:17:41 2007 New Revision: 567449 URL: http://svn.apache.org/viewvc?view=revrev=567449 Log: added license file The remote resources plugin can do this for you. It also generates

Re: svn commit: r567449 - in /myfaces/orchestra/trunk: core/src/main/resources/META-INF/LICENSE.txt core15/src/main/resources/META-INF/LICENSE.txt examples/src/main/resources/META-INF/LICENSE.txt

2007-08-20 Thread Matthias Wessendorf
yup, see Trinidad / myfaces 1.2 for usage On 8/19/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 8/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: imario Date: Sun Aug 19 11:17:41 2007 New Revision: 567449 URL: http://svn.apache.org/viewvc?view=revrev=567449 Log: added

Re: svn commit: r567449 - in /myfaces/orchestra/trunk: core/src/main/resources/META-INF/LICENSE.txt core15/src/main/resources/META-INF/LICENSE.txt examples/src/main/resources/META-INF/LICENSE.txt

2007-08-19 Thread Wendy Smoak
On 8/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: imario Date: Sun Aug 19 11:17:41 2007 New Revision: 567449 URL: http://svn.apache.org/viewvc?view=revrev=567449 Log: added license file The remote resources plugin can do this for you. It also generates the notice file based

[jira] Updated: (TOMAHAWK-1032) examples: Dynamic number of columns doesn't work

2007-08-16 Thread Maarten van der Zwaart (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten van der Zwaart updated TOMAHAWK-1032: - Status: Patch Available (was: Open) examples: Dynamic number

[jira] Created: (MYFACES-1683) Lack of any Documentation + Examples for this version

2007-07-21 Thread Wolf Benz (JIRA)
Lack of any Documentation + Examples for this version - Key: MYFACES-1683 URL: https://issues.apache.org/jira/browse/MYFACES-1683 Project: MyFaces Core Issue Type: Bug Components

[Trinidad] MyFaces 1.2 usage (was Fwd: svn commit: r557197 - /myfaces/trinidad/branches/pre-1.2.2-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml)

2007-07-18 Thread Matthias Wessendorf
Should these dependencies be provided, since JSF 1.2 is part of the container ? ... +dependency + groupIdorg.apache.myfaces.core/groupId + artifactIdmyfaces-api/artifactId + version1.2.0/version + scopecompile/scope +/dependency + +

Re: [Trinidad] MyFaces 1.2 usage (was Fwd: svn commit: r557197 - /myfaces/trinidad/branches/pre-1.2.2-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml)

2007-07-18 Thread Simon Lessard
Hmmm, hard question since I think most people use JSF 1.2 on 1.4 container still. I would say yes, but we should add a wiki entry for using Trinidad 1.2 on an 1.4 container stating that you must add dependencies in your project's POM. Regards, ~ Simon On 7/18/07, Matthias Wessendorf [EMAIL

[jira] Created: (TOMAHAWK-1032) examples: Dynamic number of columns doesn't work

2007-06-24 Thread Menashe Duchovny (JIRA)
examples: Dynamic number of columns doesn't work Key: TOMAHAWK-1032 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1032 Project: MyFaces Tomahawk Issue Type: Bug Components

[jira] Created: (TOMAHAWK-1010) Allow the sandbox examples to be build with the different configurations (1.1 and 1.2 for both myfaces and ri)

2007-05-28 Thread Bruno Aranda (JIRA)
Allow the sandbox examples to be build with the different configurations (1.1 and 1.2 for both myfaces and ri) -- Key: TOMAHAWK-1010 URL: https

[jira] Resolved: (TOMAHAWK-1010) Allow the sandbox examples to be build with the different configurations (1.1 and 1.2 for both myfaces and ri)

2007-05-28 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Aranda resolved TOMAHAWK-1010. Resolution: Fixed Allow the sandbox examples to be build with the different

Re: Building tomahawk examples with 1.2

2007-05-14 Thread Manfred Geiler
Cool! --Manfred On 5/13/07, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, I have enabled the possibility to build the tomahawk examples using JSF 1.2 to easily spot problems. Use this properties to build each version: -Djsf=12 - Use MyFaces 1.2 -Djsf=ri - Use the Reference Implementation -Djsf

[jira] Resolved: (TOMAHAWK-984) Allow testing tomahawk examples using JSF 1.2, using profiles

2007-05-13 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Aranda resolved TOMAHAWK-984. --- Resolution: Fixed Allow testing tomahawk examples using JSF 1.2, using profiles

Building tomahawk examples with 1.2

2007-05-13 Thread Bruno Aranda
Hi, I have enabled the possibility to build the tomahawk examples using JSF 1.2 to easily spot problems. Use this properties to build each version: -Djsf=12 - Use MyFaces 1.2 -Djsf=ri - Use the Reference Implementation -Djsf=ri12 - Use the Reference Implementation 1.2 If no jsf property

[jira] Updated: (TOMAHAWK-966) PPR examples containing commandLinks produce javascript errors in clientSide validation

2007-04-20 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Marinschek updated TOMAHAWK-966: --- Resolution: Fixed Status: Resolved (was: Patch Available) PPR examples

[jira] Created: (TOMAHAWK-966) PPR examples containing commandLinks produce javascript errors in clientSide validation

2007-04-19 Thread Ernst Fastl (JIRA)
PPR examples containing commandLinks produce javascript errors in clientSide validation --- Key: TOMAHAWK-966 URL: https://issues.apache.org/jira/browse/TOMAHAWK-966

[jira] Updated: (TOMAHAWK-966) PPR examples containing commandLinks produce javascript errors in clientSide validation

2007-04-19 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl updated TOMAHAWK-966: - Status: Patch Available (was: Open) PPR examples containing commandLinks produce javascript

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Jeff Bischoff (JIRA)
to start working on it, if you already were! : ) Great that you are working on this! Split the PPR Example into smaller easy to understand Examples with explanations Key: TOMAHAWK-945

Re: [jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Mike Kienenberger
! : ) Great that you are working on this! Split the PPR Example into smaller easy to understand Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Ernst Fastl (JIRA)
the PPR Example into smaller easy to understand Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse/TOMAHAWK-945 Project: MyFaces

[jira] Commented: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-30 Thread Jeff Bischoff (JIRA)
in the trunk, for all pages referenced in the patch - except for panel stack, which isn't working at all. Seems to be an id conflict introduced by whoever made the changes. That will need a new JIRA issue, I think. This one can be marked fixed. Problem with the jsp files in myface-examples simple.war

Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
Well, I decided to try to download the latest svn snapshot and start working. myfaces-example-simple works fine. However, I notice that there's now a sandbox examples dependency on spring that wasn't there before, and it's generating errors when I try to run the sandbox examples inside Eclipse

Re: Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
Suspecting that I didn't need to work with any examples involving spring, I commented out the two listener entries in the web.xml file. The rest of them now run, but this stuff should be working out of the box. On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Well, I decided to try

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread Jeff Bischoff (JIRA)
into smaller easy to understand Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse/TOMAHAWK-945 Project: MyFaces Tomahawk Issue

Re: Trying to get sandbox examples working with Eclipse/JettyLauncher

2007-03-29 Thread Mike Kienenberger
I'm using jetty 5.1.10, not tomcat. It seems unlikely that it'd be pulling asm or cglib from elsewhere. I'm using java 1.4.2 -- would that cause an issue? On 3/29/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Mike! Spring seems like overkill for the examples, but as long as it works, I

[jira] Updated: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread Ernst Fastl (JIRA)
Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse/TOMAHAWK-945 Project: MyFaces Tomahawk Issue Type: Improvement

[jira] Commented: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-29 Thread Mike Kienenberger (JIRA)
. Unfortunately, we can't accept fixes in this format. We need diff files, preferably unified diff files. Please create patches (preferably in one single patch file) for each of the affected jsp pages. Problem with the jsp files in myface-examples simple.war

[jira] Updated: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-29 Thread Mike Kienenberger (JIRA)
-examples simple.war Key: MYFACES-1527 URL: https://issues.apache.org/jira/browse/MYFACES-1527 Project: MyFaces Core Issue Type: Bug Components: General Affects Versions: 1.1.4

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-29 Thread JIRA
of the missing common.js fix. Split the PPR Example into smaller easy to understand Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse

[jira] Created: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-28 Thread Ernst Fastl (JIRA)
Split the PPR Example into smaller easy to understand Examples with explanations Key: TOMAHAWK-945 URL: https://issues.apache.org/jira/browse/TOMAHAWK-945 Project

[jira] Created: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-01-31 Thread Oded Nissan (JIRA)
Problem with the jsp files in myface-examples simple.war Key: MYFACES-1527 URL: https://issues.apache.org/jira/browse/MYFACES-1527 Project: MyFaces Core Issue Type: Bug

[jira] Updated: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-01-31 Thread Oded Nissan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oded Nissan updated MYFACES-1527: - Status: Patch Available (was: Open) Problem with the jsp files in myface-examples simple.war

Re: [continuum] BUILD ERROR: Tomahawk Examples Project

2007-01-29 Thread Wendy Smoak
On 1/29/07, [EMAIL PROTECTED] Caused by: java.io.IOException: Not enough space Are we out of disk space? -- Wendy

Re: [continuum] BUILD ERROR: Tomahawk Examples Project

2007-01-29 Thread Wendy Smoak
On 1/29/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/29/07, [EMAIL PROTECTED] Caused by: java.io.IOException: Not enough space Are we out of disk space? We're discussing on irc... the maven zone is having similar problems. -- Wendy

Re: [continuum] BUILD ERROR: Tomahawk Examples Project

2007-01-29 Thread Dennis Byrne
I don't mean to let the cat out of the bag here but I think something is going on w/ Continuum. Dennis Byrne On 1/29/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/29/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/29/07, [EMAIL PROTECTED] Caused by: java.io.IOException: Not enough space

Re: [continuum] BUILD ERROR: Tomahawk Examples Project

2007-01-29 Thread Wendy Smoak
On 1/29/07, Dennis Byrne [EMAIL PROTECTED] wrote: I don't mean to let the cat out of the bag here but I think something is going on w/ Continuum. I don't think it's Continuum's fault, but it's likely not helping. It looks like someone already shut down the 1.0.3 instance (port 8080), and I

[jira] Created: (MYFACES-1509) Autogeneration of components' sources breaks Tomahawk's examples

2006-12-11 Thread Zdenek Sochor (JIRA)
Autogeneration of components' sources breaks Tomahawk's examples Key: MYFACES-1509 URL: http://issues.apache.org/jira/browse/MYFACES-1509 Project: MyFaces Core Issue Type: Bug

Re: svn commit: r481981 - in /myfaces/tomahawk/trunk/examples/simple/src: main/webapp/WEB-INF/ main/webapp/testSuite/ test/selenium/

2006-12-03 Thread Wendy Smoak
] wrote: Author: paulsp Date: Sun Dec 3 15:13:43 2006 New Revision: 481981 URL: http://svn.apache.org/viewvc?view=revrev=481981 Log: TOMAHAWK-809 - Added test tOutputText, hOutputLink Added: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testSuite/hOutputLink.jsp myfaces/tomahawk

Building examples against RI now works.

2006-12-03 Thread Paul Spencer
I have patched the Tomahawk Examples POM to allow the sub projects to be built with the Sun RI v1.1_02 instead of MyFaces. To do this, simply add -Djsf=ri to the mvn command line. As an example, to build and run simple example using the Sun RI issue the following command from tomahawk

Re: svn commit: r481981 - in /myfaces/tomahawk/trunk/examples/simple/src: main/webapp/WEB-INF/ main/webapp/testSuite/ test/selenium/

2006-12-03 Thread Paul Spencer
Wendy, I thought I had already done it. I have update the properties on the files and will verify my environment. Paul Spencer Wendy Smoak wrote: New text files need to at least have the svn:eol-style property set to native. See: http://www.apache.org/dev/version-control.html#https-svn

examples

2006-10-25 Thread Arash Rajaeeyan
Are we going to have myfaces examples in downloads page again?the text on http://myfaces.apache.org/gettingstarted.html is confusing for new comers when they find out there is no example to downloads. and it may be hard for them to get source from svn and make examples them self. Arash

Re: examples

2006-10-25 Thread Martin Marinschek
In the nightly builds, they are currently included, so yes, we'll have them again. It's just a matter of getting the release out... regards, Martin On 10/25/06, Arash Rajaeeyan [EMAIL PROTECTED] wrote: Are we going to have myfaces examples in downloads page again? the text on http

Re: [continuum] BUILD SUCCESSFUL: Sandbox Examples

2006-10-19 Thread Wendy Smoak
On 10/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/24/buildId/5462 Build statistics: State: Ok Previous State: Error Started at: Thu, 19 Oct 2006 22:09:52

<    1   2   3   4   >