I'm trying to refactor the aliasBean to use facets to add aliases, instead of having to insert aliasBean tags one in another.
So, it would look like :
<x:aliasBean>
<f:facet name="aliasName1">#{expression1}</f:facet>
<f:facet name="aliasName2">#{expression2}</f:facet>
<f:facet name="aliasName3">constantString</f:facet>
...
</x:aliasBean>
Now I can't find a way to get the facet's body as strings ("#{expressions1}", ...).
Does someone know how to do that ?
Thanks,
Sylvain.
- How do I get a facet's body as string Sylvain Vieujot
- Re: How do I get a facet's body as string Craig McClanahan
- Re: How do I get a facet's body as string Sylvain Vieujot
