Hi all,

is it possible to put some component with binding="" inside subview,
and then use it with aliasBean? Ex:

repeat.jsp

<f:subview id="foo">

<t:tree2 ...
binding="#{alias.treeBind}"
....></tree2>
</f:subview>

otherPage.jsp
...
<t:aliasBean alias="#{alias}" value="#{someBean}">
<jsp:include page="repeat.jsp" />
</t:aliasBean>
...

I have tried it - everything works great, except the binding doesn't get set.

I'm using MyFaces + Spring + Tomahawk

regards,

--
Michał Stawicki

[EMAIL PROTECTED]
http://stawicki.jasliska.pl

Reply via email to