[ 
https://issues.apache.org/jira/browse/TRINIDAD-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633659#action_12633659
 ] 

akonrath edited comment on TRINIDAD-1220 at 9/23/08 2:10 AM:
----------------------------------------------------------------

Hello Bernd,

here is another issue, i found with the lifecycle patch.
When using a <tr:showDetail> like:

            <tr:showDetail id="..." styleClass="..." rendered="...">
              <ui:include src="xxx.xhtml">...</ui:include>
            </tr:showDetail>

i had to add <tr:subform> around the content in xxx.html. Otherwise the 
overlay-html-code of the showDetail wasn't rendered correct (transparent 
background and not 'overflowing' the other code).
so the code in xxx.html looks like:

  <tr:subform id="legende" default="true">
    <div id="legendeCombo" class="ComboSlider FC235Slider" style="display: 
block;">
      <div class="ComboSliderContent">
      ...
      </div>
    </div>
  </tr:subform>

I am not quite sure, why i had to add this subform around the content from the 
showDetail content, but perhaps that is something that helps you optimizing the 
lifecycle hack?!
If you need more information or have any other questions, just contact me.

Regards Alf


      was (Author: akonrath):
    Hello Bernd,

here is another issue, i found with the lifecycle hack.
When using a <tr:showDetail> like:

            <tr:showDetail id="..." styleClass="..." rendered="...">
              <ui:include src="xxx.xhtml">...</ui:include>
            </tr:showDetail>

i had to add <tr:subform> around the content in xxx.html. Otherwise the 
overlay-html-code of the showDetail wasn't rendered correct (transparent 
background and not 'overflowing' the other code).
so the code in xxx.html looks like:

  <tr:subform id="legende" default="true">
    <div id="legendeCombo" class="ComboSlider FC235Slider" style="display: 
block;">
      <div class="ComboSliderContent">
      ...
      </div>
    </div>
  </tr:subform>

I am not quite sure, why i had to add this subform around the content from the 
showDetail content, but perhaps that is something that helps you optimizing the 
lifecycle hack?!
If you need more information or have any other questions, just contact me.

Regards Alf

  
> Partial Lifecycle for Trinidad
> ------------------------------
>
>                 Key: TRINIDAD-1220
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1220
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions: 1.2.9-core
>            Reporter: Bernd Bohmann
>            Assignee: Bernd Bohmann
>         Attachments: TRINIDAD-1220-trinidad-impl.patch
>
>


-- 
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