[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-09-04 Thread mgrouch
Great! Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080945#4080945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080945 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-09-04 Thread [EMAIL PROTECTED]
FYI Mike and I discussed this end of last week, and he said he hoped there would be one soon once a couple more issues are resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080745#4080745 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-09-03 Thread mgrouch
Mike, and other facelets developers, When is a new facelets release can be expected? Apart from this fix there are others which are long awaited Ex: https://facelets.dev.java.net/servlets/ReadMsg?list=users&msgNo=8106 Thanks View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-08-30 Thread youngm
I've recommitted the fix Ryan originally provided. Apparently the change that broke this was some functionality Jacob added for Gavin to support the s:decorate component. I tested the fix with the Seam s:decorate component in the Booking example's register page and the s:decorate appears to st

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-08-22 Thread mgrouch
Guys, is there a progress made on this? Source tags is a very important feature which shouldn't be broken for 2.0... It seems the problem was localized to few lines of code already, just few more steps left to fix it... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-08-09 Thread rlubke
Actually, it seems the regression was caused by a set of changes submitted by Gavin to Jacob. https://facelets.dev.java.net/servlets/ReadMsg?list=cvs&msgNo=664 Unfortunately, the commit message doesn't offer much in the way of motivation behind these changes. I've commented out lines 280 and 2

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread [EMAIL PROTECTED]
We'll certainly consider any patches you want to submit in this area. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059306#4059306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059306 _

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread mgrouch
You do bundle facelets in Seam distro. You sould have some regression testing for that... Anyway, here is bug report https://facelets.dev.java.net/issues/show_bug.cgi?id=234 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059286#4059286 Reply to the post :

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread [EMAIL PROTECTED]
Dude, this is the Seam forum. We can't fix facelets. Please take it there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059249#4059249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059249 __

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread mgrouch
I've simplified test case to illustrate that the bug is actually in facelets library tag1 | | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:fc="http://java.sun.com/jstl/core"; | xmlns:h="http://java.sun.com/jsf/html"; | xm

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread mgrouch
I've posted this on facelets mailing list View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059003#4059003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059003 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread jpviragine
I have the same issue with my app. The pages don't render with jsf-facelets.jar ships with Seam 2.0 Just replacing jsf-facelets.jar with version shiped with Seam 1.3 all works fine Regards, Joao Paulo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058949#40

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread [EMAIL PROTECTED]
Ah, so nested ui:inserts stopped working. Please take this to the facelets list, this is most certainly an issue for them to look at :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058944#4058944 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread mgrouch
Here is the test case | | tag1 | | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:fc="http://java.sun.com/jstl/core"; | xmlns:h="http://java.sun.com/jsf/html"; |

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread [EMAIL PROTECTED]
As always, it's very hard to help you when you don't post code! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058618#4058618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058618 ___

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-27 Thread mgrouch
I've rolled back to facelets which were shipped with Seam 1.3.0.A and everything works fine. The problem is in 1.1.13a facelets and it seems it shows up only in case of nested facelets source tags when content is passed from outer tag into inner via and rendered with in inner tag. View the orig

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
By the way, suffice to say I find this pretty difficult to believe, since ui:insert is used in many of the Seam examples, which are working great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058495#4058495 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
It is facelets 1.1.13a. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058494#4058494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058494 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-27 Thread mgrouch
No exception, but the content which is supposed to be rendered by is not rendered. Seam 2.0 ships with own facelets version, could it be bug there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058493#4058493 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
(1) "stopped working"?? Error? Or it just behaves differently now? (2) ui:insert is a built-in facelets tag, so this can't be a Seam issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058492#4058492 Reply to the post : http://www.jboss.com/index.html?modu