Seam « IceFaces « JSF Q&A





1. Richfaces + Icefaces Ajax Push    stackoverflow.com

I have a project using Jboss Seam + Richfaces and I want to use comet (ajax push). I've been reading some stuff and found Icefaces ajax push really interesting. The problem is that ...

2. Conversation id hidden field and ICEFaces    seamframework.org

3. File upload with icefaces and Seam Conversation Scope    seamframework.org

THat's just a way to look up the component in the dom tree using the component id. (method from the ICEfaces view handler). If you look at the page source for your facelet (or use firebug to inspect it), you can see what the component id is and then lookup your component.

4. Fileupload with SEAM and ICEFaces    seamframework.org

5. HOW TO CORRECTLY INTEGRATE ICEFACES WITH SEAM???    seamframework.org

Assuming that you have also posted on the ICEfaces forum (looks like it anyways). For specific ICEfaces questions, it is quickest to post there. If your (similar) post is not there already, please inform. Please check out the icefaces example in the seam distribution bundle and if you have tried seam-gen (Seam-2.2.x with ICEfaces-1.8.2) with the ICEfaces option, that would be ...

6. Icefaces    seamframework.org

7. IceFaces and Seam mail    seamframework.org

Feel free to use this however you like. It's been working well for me for a while now but I only abstracted it to the point that it was divorced my my clients code (allowing me to share it) today. I won't offer any support for it but if you have issues you can certainly send me an email and I'll ...





10. icefaces lazy initialization problem    seamframework.org

12. Nested Conversation with IceFaces and RichFaces    seamframework.org

Since most of the test applications do not require that particular manner of using nested conversations (with redirection and s links), it wasn't one that was tested. If you use the following Then your conversations will react as normal Seam/jsf. ICEfaces has it's own redirection process (to maximize effectiveness ...

14. no type support for icefaces from 2.1.1 GA    seamframework.org

15. OptimisticLockingException & ICEfaces won't redirect    seamframework.org

I'm using ICEfaces with the manual flush workaround to handling of of the partial submit issue (JIRA 3330). I've added the annotation @Version to a timestamp field in the table I'm working with. I bring up two browser windows and select the same record for editing in both windows. I change a value and save the record in one window. Then, ...

16. RichFaces or ICEfaces?    seamframework.org





17. Seam 3 with ICEfaces 2.0?    seamframework.org

18. Seam + Icefaces made easy?    seamframework.org

Is there anyplace that shows exactly what you need to do to use icefaces in an existing seam project? I used the JBoss Tools to generate a project and I seem to run into problems whenever I try to modify the config files to use icefaces. I know I'm either adding something I shouldn't, removing something I shouldn't, or not adding ...

19. Seam + Liferay + Icefaces    seamframework.org

I was going to start using Liferay Web services instead of the Liferay API to allow me to do this. Unfortunately, when I examined the WSDL file, I noticed there was not a one to one relationship between Web service operations and the Liferay API. For example, I could not find a Liferay Web service operation in the WSDL for the ...

20. seam remoting and icefaces    seamframework.org

25. Is ready ICEFaces 1.8 to JBoss Seam 3?    coderanch.com

26. Seam and IceFaces s:link problem    coderanch.com

27. Seam & inputFile ...    icefaces.org

28. Tutorial/Quick Reference for using ICEFaces with SEAM    icefaces.org

Hi, I'm looking for a tutorial for using ICEFaces components with SEAM 2.2.0GA. What I need is a quick reference that points out directly how the view (XHTML files) and the model (java beans) should be modified to insert an ICEFaces component, and that for every component ICEFaces provides. Something like a tag reference but detailed with informations on the attributes ...

30. Icefaces in Seam 1.8.2 says 1.8.0    icefaces.org

31. Two Problems with seam    icefaces.org

33. I can't run icefaces with Jboss SEAM 1.2.1 GA    icefaces.org

You really need to post your questions in the JBoss Seam Support category of this forum. THe first thing I would suggest is to download the Seam component showcase which also shows you how ICEfaces works with seam. You just edit the build.properties file to edit the location of your server, icefaces home directory and seam home directory. Then you can ...

35. cannot find method with Seam + DragEvent    icefaces.org

I'm using Seam 2.0.0GA, Icefaces 1.6.1, JBoss 4.2.2. I tried to implement the "basic" icefaces drag-drop example using Seam. My understanding is that I only need two components, a java bean (DragDrop) and the xhtml page. When I drag the color square into the drop zone, I get the following error from JBoss: Code: 17:42:38,324 WARN [lifecycle] /dragDrop.xhtml @22,45 dragListener="#{dragDrop.dragListener}": Method ...

36. row selection seam problems    icefaces.org

37. Icefaces 1.7.1 (facelets) and JBoss 5.0.0 CR1 and seam 2.1.0A1    icefaces.org

Hi, Did somebody out there already tried JBoss 5 CR1 with icefaces 1.7.1 ? I have some difficulties to get it to work. In fact I think my problem is not specially related to seam but to facelets. First, I had to update the schema definitions and url in the application.xml, persistence.xml, otherwise JBoss throws exceptions. Next, I had to add ...