You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bart Kummel (JIRA)" <de...@myfaces.apache.org> on 2009/12/18 14:11:18 UTC

[jira] Created: (EXTVAL-77) Trinidad does not render correct

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.


[jira] Commented: (EXTVAL-77) Trinidad does not render correct

Posted by "Bart Kummel (JIRA)" <de...@myfaces.apache.org>.
    [ 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.


[jira] Resolved: (EXTVAL-77) Trinidad does not render correct

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTVAL-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTVAL-77.
------------------------------------

    Fix Version/s: 1.2.4-SNAPSHOT
                   2.0.4-SNAPSHOT
                   1.1.4-SNAPSHOT
       Resolution: Fixed

> 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: Trinidad Support
>    Affects Versions: 1.2.1, 1.2.2, 1.1.1, 1.1.2
>         Environment: Facelets 1.1.14, Glassfish 2.1
>            Reporter: Bart Kummel
>            Priority: Minor
>             Fix For: 1.2.4-SNAPSHOT, 2.0.4-SNAPSHOT, 1.1.4-SNAPSHOT
>
>
> 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.