[ 
https://issues.apache.org/jira/browse/EXTVAL-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792467#action_12792467
 ] 

Bart Kummel commented on EXTVAL-77:
-----------------------------------

There is a work around for this problem, as follows:


Create a class called DevStartupListener:

public class DevStartupListener extends AbstractStartupListener {
  @Override
  protected void init() {
    ExtValContext.getContext()
          .addGlobalProperty(ExtValRendererProxy.KEY, null, true);
  }
}

Register this class as a phase listener in faces-config.xml:
  <lifecycle>
    <phase-listener>
                   inc.monsters.mias.workaround.DevStartupListener
    </phase-listener>
  </lifecycle>

> Trinidad <tr:table> does not render correct
> -------------------------------------------
>
>                 Key: EXTVAL-77
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-77
>             Project: MyFaces Extensions Validator
>          Issue Type: Bug
>          Components: Core, Generic Support, Trinidad Support
>         Environment: Facelets 1.1.14, Glassfish 2.1
>            Reporter: Bart Kummel
>
> When using Trinidad's <tr:table> and using a Faclets composition component to 
> create the columns, the table does not render correct. Only the first row in 
> the table will show any data, the other rows will appear empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to