[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-05-07 Thread umk
For what it's worth, I'm seeing the same behavior with a java.util.Set - doesn't work. As soon as I changed to java.util.List, the dataTable rendered properly... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043672#4043672 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-04-17 Thread fabricio.lemos
I want a page where I can edit the properties of a UseCase entity. At the end of the page I want to display the Step entities that belong to the UseCase. This is the page code that I have: | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; |

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-04-16 Thread [EMAIL PROTECTED]
Can you post some of your code that shows what you're trying to achieve? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037806#4037806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037806 __

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-04-16 Thread mrobinson28
Is the documentation incorrect? seam reference docs wrote : | @DataModel | | Exposes an attribute of type List, Map, Set or Object[] as a JSF DataModel into the scope of the owning component... | I believe that the standard JSF datatable only supports a limited number of types (not

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-04-16 Thread [EMAIL PROTECTED]
I believe a DataModel must be a List. Why did you change it to Set? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037785#4037785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037785 __