[jboss-user] [JBoss Seam] - Re: Mixing and Matching ICEfaces/RichFaces/GWT etc

2007-09-19 Thread TedGoddard
neilac333 wrote : | I figure I can try to write something myself; I can wait for Gavin's team to start upgrading the RF components as part of the new ecosystem; I can try to throw IF into the mix; or I can see what Trinidad has to offer. | | I figure I will try the last couple of

[jboss-user] [JBoss Seam] - Re: FYI: Seam 2 CR1 has been released

2007-09-19 Thread TedGoddard
We'd like to thank the Seam developers for all their hard work putting this release together, especially Michael Yuan for integrating the ICEfaces seam-gen code. It's easy to use: simply download and expand ICEfaces-1.6.1, then use the path to the icefaces directory within in response to the

[jboss-user] [JBoss Seam] - Re: Exception thrown on Seam1.3.0ALPHA

2007-06-20 Thread TedGoddard
ICEfaces doesn't seem to need the parameter either; it appears to be a relic from integration with past versions of Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056174#4056174 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception thrown on Seam1.3.0ALPHA

2007-06-18 Thread TedGoddard
Thanks for noticing this. We now have to determine how to adjust ICEfaces to function without the method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055271#4055271 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Comet

2007-05-24 Thread TedGoddard
ICEfaces supports Ajax Push with Seam; you simply invoke a render of any desired pages on the server and the updates will be pushed to the connected users. We are just now looking into specific integration with the asynchronous features of Tomcat 6, but you can certainly use Ajax Push without

[jboss-user] [JBoss Seam] - Re: Incremental UI updates in AJAX with rich client state

2007-05-11 Thread TedGoddard
[EMAIL PROTECTED] wrote : How do you deal with partial form submits, like in my example? I have a form with three regions and three submit buttons. I want to reRender completely independent areas after an event. Why is it important to know that a specific region is rendered? There could be

[jboss-user] [JBoss Seam] - Re: Incremental UI updates in AJAX with rich client state

2007-05-11 Thread TedGoddard
mdoraisamy wrote : Too good to be true! | | How does ICEFaces know what changed without any support from the object graph ? | Does it manage the previous request's DOM to be able to indentify the changes ? | Does it render the object graph into DOM and then does the comparision ? | Is

[jboss-user] [JBoss Seam] - Re: Incremental UI updates in AJAX with rich client state

2007-05-09 Thread TedGoddard
anonymous wrote : | I hope i am not asking too much. But wouldnt it be great to automatically detect the changes (atleast for the managed objects in JPA/hibernate) and render those sections of UI alone, without even mentioning reRender ? | This is certainly not asking too much, as this

[jboss-user] [JBoss Seam] - Re: New ICEfaces SeamGen Comp. Showcase projects

2007-04-26 Thread TedGoddard
[EMAIL PROTECTED] wrote : Yay, thats great :) | | You guys should create a page on our Wiki with links to this stuff We would be happy to; could you create an empty wiki page for us populate (that way we won't put it in the wrong spot in the hierarcy)? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-24 Thread TedGoddard
ICEfaces 1.6 and Richfaces cannot currently be used on the same page. It may be possible with the right configuration to use ICEfaces and Richfaces on different pages within the same application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040272#4040272

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-04-24 Thread TedGoddard
As of ICEfaces 1.6.0 DR#3, substantial progress has been made with Seam/ICEfaces integration. In general, it is enough to simply add the ICEfaces .jar files to turn your Seam application into an Ajax application. Please download the latest ICEfaces release here:

[jboss-user] [JBoss Seam] - Re: ICEfaces

2007-04-24 Thread TedGoddard
As of ICEfaces 1.6.0 DR#3, substantial progress has been made with Seam/ICEfaces integration. In general, it is enough to simply add the ICEfaces .jar files to turn your Seam application into an Ajax application. Please download the latest ICEfaces release here:

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread TedGoddard
As of ICEfaces 1.6.0 DR#3, substantial progress has been made with Seam/ICEfaces integration. In general, it is enough to simply add the ICEfaces .jar files to turn your Seam application into an Ajax application. Please download the latest ICEfaces release here:

[jboss-user] [JBoss Seam] - Re: problem with validation on selectitems

2007-03-27 Thread TedGoddard
We have logged this issue in the ICEfaces JIRA for investigation: http://jira.icefaces.org//browse/ICE-1364 Note that ajax4jsf and ICEfaces are currently incompatible, so the presence of both Ajax implementations in the same project may be the source of the problem. View the original post :

[jboss-user] [JBoss Seam] - Re: NullPointerException in D2DViewHandler.calculateRenderKi

2007-01-18 Thread TedGoddard
This specific bug has been addressed in ICEfaces 1.5.2, so that the seam-icefaces application is now functional with JSF 1.2.(Effects, such as the highlight effect, are not working, however.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003408#4003408

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-12 Thread TedGoddard
The NullPointerException is due to concurrency in the ICEfaces BlockingServlet. Unfortunately it appears that the fix will not be complete in time for ICEfaces 1.5.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4001122#4001122 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-11 Thread TedGoddard
I've reproduced this as well with synchronousUpdate true (it just reduces the occurrence). I can assure you that it's not yet fixed in ICEfaces 1.5.2 as I'm working on the bug at this very moment ... (Note that ICEfaces 1.5.2 will ship once the outstanding bugs of current support customers are

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-10 Thread TedGoddard
Could you provide additional details on when you observe and do not observe the bug? (To fix the bug we will need to reproduce it.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000104#4000104 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-10 Thread TedGoddard
I have reproduced the PhaseListener NullPointerException in the seam-icefaces booking application by changing synchronousUpdate to false (thereby enabling asynchronous update capability) in web.xml. Asynchronous updates are only needed for application-initiated page updates. If your

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-27 Thread TedGoddard
ICEfaces 1.5.1 is now available from icefaces.org. Seam compatibility is substantially improved, particularly with the icefaces variant of the booking application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989108#3989108 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-27 Thread TedGoddard
The tree classloader issue is not resolved with ICEfaces 1.5.1, but it may be more of a configuration problem than an integration problem between Seam and ICEfaces. Fundamentally the problem appears to arise because the EJBs and the web application are loaded by different classloaders. If an

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-23 Thread TedGoddard
ICEfaces and Ajax4jsf are not currently runtime compatible, however we are making preparations to incorporate the tomahawk components into ICEfaces. Are there specific components that you would like to see first? View the original post :

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-16 Thread TedGoddard
I just tried jboss-seam-1.1.0.BETA2 (jems-installer-1.2.0.BETA3) with ICEfaces 1.5 in the booking application. After configuring in our servlets (web.xml) and D2DFaceletViewHandler (faces-config.xml) and removing ajax4jsf (removing .jar and tag references), register.seam was automatically