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
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
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
Hi,
try this:
public void download() {
| if (textm.getText() != null) {
| byte[] file = loadFile();
| String name = getName();
| String type = getContentType();
| MyUtil.download(file,
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.
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
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
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
"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
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&
"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://
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
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="
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
14 matches
Mail list logo