[jboss-user] [JBoss Seam] - seam + icefaces + file upload

2007-10-11 Thread sbozdag
Hi, I am trying to make a fileupload page. Without icefaces, s:fileupload works fine. I also checked the seamspaces sample files. I always get null value for uploaded InputStream. How can I make it possible to use s:fileupload for this case? Thank you View the original post :

[jboss-user] [JBoss Seam] - Seam, ICEFaces Beginning

2007-08-24 Thread freitami
Hello, yesterday i started with icefaces and generates me a template projects with icefaces seam generator. With the gernerated project i do not have problems. Now i want to implement a entity Tuser, look so: | import org.jboss.seam.annotations.Name; | import javax.persistence.*; |

[jboss-user] [JBoss Seam] - Seam + IceFaces

2007-02-16 Thread [EMAIL PROTECTED]
Is is likely that RedHat/JBoss would buy/absorb IceFaces to add them to the stack that they support? The supportable stack for Seam is already outstripping JBoss AS now with support for WebSphere and others. A lot of companies want one throat to throttle when incorporating stacks. Advantages:

[jboss-user] [JBoss Seam] - Seam ICEFaces

2007-02-07 Thread pesho4uka
Hello Gurus, i have a small question. How much exactly are compatable ICEFaces and Seam. Second question is it a good practice to replace all JSF Backing beans with corespondent Statless and Statefull Beans. Third. If i use valueChangeListener in ICEFaces inputText to validate

[jboss-user] [JBoss Seam] - Seam, Icefaces and render response = null

2007-02-04 Thread [EMAIL PROTECTED]
Hi! I'm getting more and more problems with icefaces and seam. The reason is that FacesContext.getCurrentInstance().getExternalContext().getResponse() gives you a null (damn AJAX :D) instead of a valid response object. In the consequence many seam features do not work at all (cookies,

[jboss-user] [JBoss Seam] - Seam IceFaces question

2007-01-04 Thread sherkan777
Hi Gavin, can U answer for my questions abous Seam IceFaces? First. I have Seam app and sometimes when I clicking on action links got error User session expired, but session not expireds. First I thougth this is my code problem but I made simple app, like this. | Main Page | s:link

[jboss-user] [JBoss Seam] - Seam+Icefaces: debug.seam throws an exception

2006-12-07 Thread littlewing1112
Hello, I juste have deployed the sample seam-icefaces and I have the following error when I d like to go to /debug.seam pe Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

[jboss-user] [JBoss Seam] - Seam-Icefaces example...TabSet bug?

2006-11-28 Thread sherkan777
Hi, I've try to use TabbedPane in Seam-IceFaces example, but i'm little confused. Why when I add TabSet, to example it's rendered without graphic? I see only frames but tabs works fine!Is this bug, or is this my problem? I've worked on clear IceFaces project (wihout Seam) on TabSet and they're