[ 
https://issues.apache.org/jira/browse/EMPIREDB-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952593#comment-16952593
 ] 

Rainer Döbele commented on EMPIREDB-307:
----------------------------------------

Hello Jan,

this is indeed an unexpected and unwanted behaviour.

I have tried to reproduce this bug, however so far with no success.

This is what I have tried:

 
{noformat}
<e:record value="#{page.detailRecord}">
<ul>
 <li><e:value column="#{db.TA.COLA}" /></li>
 <li><e:value column="#{db.TA.COLB}" /></li>
 <li><p:dataTable id="dttest" styleClass="dataTable" var="item" 
value="#{page.testItemList}">
   <p:column width="50px"> <e:value column="#{db.TB.ID}" 
value="#{item.id}"/></p:column>
   <p:column width="100px"><e:value column="#{db.TB.NAME}" 
value="#{item.name}"/></p:column>
  </p:dataTable>
 </li>
 <li><e:value column="#{db.TA.COLC}" /></li>
 <li><e:value column="#{db.TA.COLD}" /></li>
 <li><e:value column="#{db.TA.COLE}" /></li>
</ul>
</e:record>{noformat}
However this works as expected.

Am I missing something here?

Please advise.

Rainer

 

 

> Allow overrides of TagEncodingHelper class
> ------------------------------------------
>
>                 Key: EMPIREDB-307
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-307
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: JSF2 Extensions
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>            Priority: Major
>
> {color:#172b4d}The TagEncodingHelper class is used by the empire-db component 
> tags for various common tasks. However this can currently not be overridden. 
> {color:#172b4d}In {color}order to allow overrides of TagEncodingHelper 
> instatiation should be perfromed by an customizable factory class.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to