Re: [TOBAGO] Problem with building a UISheet [Solved]

2014-04-24 Thread Michael
Hello Volker, problem solved. Sometimes the problem is in chair not in computer. :-) Best regards, Michael Am 23. April 2014 um 19:15 schrieb Volker Weber v.we...@inexso.de: Hi Michael, the sheet iterates over a collection of objects. You need to set the sheets value with this

[TOBAGO] Problem with building a UISheet

2014-04-23 Thread Michael Linke
Hello! I'm have some problems with creating a Table. I want to create a dynamic table with some columns in it. Here is my simplified code: UIColumn col = (UIColumn) FacesContext.getCurrentInstance().getApplication().createComponent(UIColumn.COMPONENT_TYPE);

Re: [TOBAGO] Problem with building a UISheet

2014-04-23 Thread Volker Weber
Hi Michael, the sheet iterates over a collection of objects. You need to set the sheets value with this collection. regards, Volker 2014-04-23 10:36 GMT+02:00 Michael Linke michaelli...@me.com: Hello! I'm have some problems with creating a Table. I want to create a dynamic table with