[jboss-user] [JBoss Seam] - Re: @DataModelSelection help

2007-11-05 Thread carloszaniolo
I totally agree, Datamodelselection should be initialized with null. I've made a patch in my seamfonts to change this. But now it is a bad idea to change this for Seam future versions, because such change will probably affect existing Seam applications behaviors. View the original post : http

[jboss-user] [JBoss Seam] - Re: Usage for downloading uploaded file

2007-07-18 Thread carloszaniolo
Sorry, public void download() is from textmcontroller. The other is my download helper method and is the important one... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065364#4065364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Usage for downloading uploaded file

2007-07-17 Thread carloszaniolo
But it wold be usefull to have in Seam: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065124#4065124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065124 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Usage for downloading uploaded file

2007-07-17 Thread carloszaniolo
Hi, try this: public void download() { | if (textm.getText() != null) { | byte[] file = loadFile(); | String name = getName(); | String type = getContentType(); | MyUtil.download(file,

[jboss-user] [JBoss Seam] - Re: s:fileupload control problem with Ajax

2007-07-16 Thread carloszaniolo
File upload with Ajax doesn't work, due to some limitations of browsers and Ajax. To workarround I' ve used a hidden IFRAME with Javascript to post the file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064519#4064519 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: s:validateAll in custom tag/template

2007-05-24 Thread carloszaniolo
Hi, I think it is same issue I had. Seam validation does not work with facelets source tags: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012572#4012572 But for the next version of Seam, it will have a new El implementation: JBoss El. Hopefully it will resolve our problems! View

[jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml

2007-05-18 Thread carloszaniolo
Hi, Seam documentation says that "Redirect does not work for exceptions which occur during the render phase of the JSF lifecycle." Maybe these errors are occurring in the render phase! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046793#4046793 Reply to

[jboss-user] [JBoss Seam] - DataModelSelection initialized to first item in ListDataMode

2007-03-15 Thread carloszaniolo
DataModelSelection is initialized to the first item in ListDataModel. Ok, no problem. But in my case, I have a single-page facelets ajax CRUD registration form. I have one container with DataModel and another container with DataModelSelection. The DataModelSelection container is only rendered

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread carloszaniolo
"carloszaniolo" wrote : BTW s:fileupload is not working together with Ajax4jsf! Does anyone knows how to make s:fileupload works in an "Ajax" way? http://jboss.com/index.html?module=bb&op=viewtopic&p=4026758#4026758 View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread carloszaniolo
BTW s:fileupload is not working together with Ajax4jsf! Does anyone knows how to make s:fileupload works in an "Ajax" way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026733#4026733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-26 Thread carloszaniolo
"petemuir" wrote : | This is the pattern I use for a list/detail page. | It would be great to see a pattern like this in an seam example! I am using the same pattern with Ajax4jsf, but I am having some trouble with [When/How] [start/end] conversations... View the original post : http://

[jboss-user] [JBoss Seam] - Re: Facelets (Source) Tags problems with seam validation

2007-02-08 Thread carloszaniolo
Thanks for the response! My project is based entirely in facelets templating :( Peter, it would be great to see some wiki work around View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012983#4012983 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Facelets (Source) Tags problems with seam validation

2007-02-07 Thread carloszaniolo
Hi, I'm having some problems with seam validation and facelets source tags. It is not working! To reproduce, in the booking example, just change in the register.xhtml: from: | | | | to: where is: (input.xhtml in /view/custom) http://www.w3.org/1999/xhtml"; | xmlns:ui="

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

2006-11-23 Thread carloszaniolo
Could I use ICEFaces together with Ajax4jsf and together with Seam?? I already have Ajax4jsf, Seam, facelets and tomahawk in my project. I was wondering if I could integrate ICEFaces... thanks, Carlos Zaniolo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398