Hi,
Given t5components/TabSet:

  
http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/TabSet.html

In the example, we have panelIds="list:'stuff1','stuff2','stuff3'". But I'm
trying to do the TabSet with dynamic "panelIds" parameter. 

The "panelIds" parameter's type is a List. So I tried to do this way:

tml: panelIds="listPanelIds"

java:
    public List getListPanelIds() {
      // return some ArrayList
    }

But it didn't work :(

Can anyone help me?

Thanks!
Fernanda.
   

-----
Fernanda Cristina do Carmo
System Analyst and Java Developer
MSN/GoogleTalk: fernanda.ca...@gmail.com

-- 
View this message in context: 
http://www.nabble.com/t5components-TabSet-tp23413228p23413228.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to