Porting from Tobago to IceFaces
From Foochal
[edit]
Tag replacement
- tc:box
- tc:button -> ice:commandButton (change label -> value)
- tc:cell -> ice:panelGroup
- tc:column -> ice:column
- tc:in -> ice:inputText
- tc:label -> ice:outputText
- tc:link -> ice:outputLink
- tc:messages -> ice:messages
- tc:out -> ice:outputText
- tc:sheet -> ice:dataTable
- tx:textarea -> ice:inputTextarea

