[jboss-user] [JBoss Seam] - binding UIData and Seam

2007-04-04 Thread karthikjboss
Hi, From my h:dataTable in the view, I bind to the UIData declared in my Session bean using binding attribute. h:dataTable var=listing value=#{searchListing} width=100% rowClasses=lowerborderDashed binding=#{listingSearchAction.listData} I am getting the following exception: Caused by:

[jboss-user] [JBoss Seam] - Re: binding UIData and Seam

2007-04-04 Thread karthikjboss
okay, in such a case, all I need is to get the rowIndex of the DataModel in the view. If it is bound, I can use getRowIndex(). Since I cannot use binding, is there any way I can get the RowIndex in the view? I do not need the DataModelSelectionIndex. I need the rowIndex of each row inside the

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread karthikjboss
My template is no different from the one that comes with the mail example of Seam. Mail Template: = m:message xmlns=http://www.w3.org/1999/xhtml; xmlns:m=http://jboss.com/products/seam/mail; xmlns:h=http://java.sun.com/jsf/html; m:from name=Peter

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread karthikjboss
I am not using the menus in the mail template. The IceFaces menus are there in the page which has a button which invokes the mail. So the mail doesn't have menu items. Also I invoke using renderer.render(/simple.xhtml); View the original post :

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-02 Thread karthikjboss
I created Issue # JBSEAM-977 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024680#4024680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024680 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - IceFaces with Seam Mail

2007-03-01 Thread karthikjboss
Hi, This is connected to JBSEAM-827. I have an IceFaces Menu bar which has menu items to the child level. When I invoke Seam e-mail functionality from this page, I get the following exception. java.lang.NullPointerException: at