QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Decode UIComponent children in o:param as value when no value is specified #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When <o:param value> is not specified, it should instead try to decode its 
UIComponent children -if any- as value. This allows suppying the output of 
concrete JSF components and even HTML as outputFormat parameter.

E.g.

    <h:outputFormat value="#{bundle.paragraph}" escape="false">
        <o:param><h:link outcome="contact" value="#{bundle.contactUs}" /></o:param>
    </h:outputFormat>

Original issue reported on code.google.com by balusc on 23 Mar 2013 at 7:33

GoogleCodeExporter commented 9 years ago
Done: 
https://code.google.com/p/omnifaces/source/detail?r=c49e9b16cafda50479617a44f17c
cbe576032b2a

Attached snapshot contains the new feature.

Original comment by balusc on 23 Mar 2013 at 7:46

Attachments: