You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerd Schaffer (JIRA)" <de...@myfaces.apache.org> on 2009/02/20 07:41:02 UTC

[jira] Created: (MFCOMMONS-6) just reads first outputText of content

<mc:exporterActionListener> just reads first outputText of content
------------------------------------------------------------------

                 Key: MFCOMMONS-6
                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
             Project: MyFaces Commons
          Issue Type: Improvement
          Components: myfaces-commons-components
    Affects Versions: 1.0.1-SNAPSHOT
         Environment: myfaces 1.2.6
tomahawk 1.1.8
sandbox 1.1.7 snapshot
facelets 1.1.14
tomcat 6.0.16
Apache mod_jk 2
Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
            Reporter: Gerd Schaffer


for every record and column in the datatable just the first outputText will be rendered - is there a good reason why the code looks like this: column.getChildren().get(0) ?
wouldn't it better to loop over all Children and display all objects? Would be a good improvement - exported output will look similar to the html-output of the datatable component

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


[jira] Resolved: (MFCOMMONS-6) just reads first outputText of content

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

Hazem Saleh resolved MFCOMMONS-6.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-SNAPSHOT

Resolved in 1.0.1-SNAPSHOT.

Long Life MyFacesssssssssss!

> <mc:exporterActionListener> just reads first outputText of content
> ------------------------------------------------------------------
>
>                 Key: MFCOMMONS-6
>                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
>             Project: MyFaces Commons
>          Issue Type: Improvement
>          Components: myfaces-commons-components
>    Affects Versions: 1.0.1-SNAPSHOT
>         Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>            Reporter: Gerd Schaffer
>            Assignee: Hazem Saleh
>             Fix For: 1.0.1-SNAPSHOT
>
>
> for every record and column in the datatable just the first outputText will be rendered - is there a good reason why the code looks like this: column.getChildren().get(0) ?
> wouldn't it better to loop over all Children and display all objects? Would be a good improvement - exported output will look similar to the html-output of the datatable component

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


[jira] Commented: (MFCOMMONS-6) just reads first outputText of content

Posted by "Gerd Schaffer (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MFCOMMONS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675353#action_12675353 ] 

Gerd Schaffer commented on MFCOMMONS-6:
---------------------------------------

please see sample in MFCOMMONS-5

> <mc:exporterActionListener> just reads first outputText of content
> ------------------------------------------------------------------
>
>                 Key: MFCOMMONS-6
>                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
>             Project: MyFaces Commons
>          Issue Type: Improvement
>          Components: myfaces-commons-components
>    Affects Versions: 1.0.1-SNAPSHOT
>         Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>            Reporter: Gerd Schaffer
>            Assignee: Hazem Saleh
>
> for every record and column in the datatable just the first outputText will be rendered - is there a good reason why the code looks like this: column.getChildren().get(0) ?
> wouldn't it better to loop over all Children and display all objects? Would be a good improvement - exported output will look similar to the html-output of the datatable component

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


[jira] Commented: (MFCOMMONS-6) just reads first outputText of content

Posted by "Hazem Saleh (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MFCOMMONS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675340#action_12675340 ] 

Hazem Saleh commented on MFCOMMONS-6:
-------------------------------------

Please send us the code sample that does not work correctly.

> <mc:exporterActionListener> just reads first outputText of content
> ------------------------------------------------------------------
>
>                 Key: MFCOMMONS-6
>                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-6
>             Project: MyFaces Commons
>          Issue Type: Improvement
>          Components: myfaces-commons-components
>    Affects Versions: 1.0.1-SNAPSHOT
>         Environment: myfaces 1.2.6
> tomahawk 1.1.8
> sandbox 1.1.7 snapshot
> facelets 1.1.14
> tomcat 6.0.16
> Apache mod_jk 2
> Myfaces-common-components (current source with taglib from MFCOMMONS-3 issue)
>            Reporter: Gerd Schaffer
>            Assignee: Hazem Saleh
>
> for every record and column in the datatable just the first outputText will be rendered - is there a good reason why the code looks like this: column.getChildren().get(0) ?
> wouldn't it better to loop over all Children and display all objects? Would be a good improvement - exported output will look similar to the html-output of the datatable component

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