[jboss-user] [JBoss Seam] - Re: Decorating with a fileUpload tag

2007-06-27 Thread [EMAIL PROTECTED]
Most id parameters in JSF can't take EL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058032#4058032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058032 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Decorating with a fileUpload tag

2007-06-27 Thread davidfed
I should have mentioned that I do not get any complaints from equivalent decorate structures that have inputText and selectOneMenu as the editable value. The for attributes are set correctly. And I saw in another topic that this problem is fixed in seam 2.0 as fileUpload has been made an

[jboss-user] [JBoss Seam] - Re: Decorating with a fileUpload tag

2007-06-26 Thread utiba_davidr
Hey, You need to set the for parameter to the id of the field that the label is for. In this case it's upload_#{idx}. You should be able to pass this to the template your decorating via a parameter (see the facelets documentation). I am not entirely sure whether decorate can take parameters,