[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, Could you please give me a help on this? I spent several nights but failed to fix it. Since I want to keep myfaces/tiles in the project, I could not use the facelets. Thank you very much. Gus View the original post :

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, I found a post in Seam forum (I remember I ever saw it, but could not find it before) about the integrating tomahawk.jar into JBoss, and modification to the conf/web.xml as follows:init-param | descriptionMyFaces tlds/description | param-nametagLibJar1/param-name

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, I made it works for FileUpload on Seam + myface/tiles + myface(tomahawk). What I did is as follows: 1) Follow seam wiki fileUpload all steps, except the tomahawk.jar. 2) Put the tomahawk.jar into jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs; 3) Modify the

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

2006-07-20 Thread gus888
Hi all, I got the file upload works in Seam without facelets. You may try this. 1) Follow seam wiki fileUpload all steps, except the tomahawk.jar. 2) Put the tomahawk.jar into jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs; 3) Modify the web.xml under

[jboss-user] [JBoss Seam] - Re: For help on myfaces/tiles + fileUpload

2006-07-14 Thread gus888
Hi All, It seems that I didn't install the JBoss4.0.4.GA correctly. I always got the exception of no class found on org/apache/commons/fileupload/disk/DiskFileItem. In addition, when I used conversation bean to submit a form, it didn't work. However, when I changed the conversation bean to

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-07-13 Thread gus888
I got a feedback from the Ajax4jsf developer as follows for the exception when using Ajax4jsf + Seam, maybe it is helpful for Seam integration with Ajax4jsf in future: anonymous wrote : Date: Thu, 13 Jul 2006 10:29:56 +0400 | From: Alexander Smirnov [EMAIL PROTECTED] | Content-Type:

[jboss-user] [JBoss Seam] - For help on myfaces/tiles + fileUpload

2006-07-13 Thread gus888
Hi there, It seems I got some class loading problem on Seam. I followed Seam/wiki/fileupload instruction to add the file uploading function (which worked on JBoss, JSF/EJB3), and put the tomahawk.jar in ear file. However, when I deployed my application to JBoss 4.0.4.GA, the myfaces/tiles

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-07-12 Thread gus888
Hi TOBAD and Gavin, I tried to use the ajax4jsf on JBoss Seam, but unfortunatly, I always got an exception when I run it on JBoss4.0.4.GA: anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: org.ajax4jsf.framework.util.config.FilterBean | at

[jboss-user] [JBoss Seam] - Re: ajax4js and seam integration - my guide

2006-07-12 Thread gus888
Hi Holger, Thank you very much for your guidance. Now, I did not get the java.lang.ClassNotFoundException: No ClassLoaders found for: org.ajax4jsf.framework.util.config.FilterBean when I start the JBoss4.0.4.GA. However, when I run my application from browser, I got another exceptions:

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

2006-07-11 Thread gus888
Hi all, I recently want to use Ajax4jsf in Seam project, but after reviewing the ajax4jsf demo example, I found that the web.xml in ajax4jsf use server value in the javax.faces.STATE_SAVING_METHOD: context-param | param-namejavax.faces.STATE_SAVING_METHOD/param-name |

<    1   2   3