Assuming currentChannel.bean returns a valid translator object, I
don't see why it shouldn't work. It would certainly work outside of
the loop. I do that all the time.
--sam
On 12/7/06, Jabbar <[EMAIL PROTECTED]> wrote:
Hello all,
I have the following,
.page file,
<component id="collection" type="For">
<binding name="source" value="channelSetup"/>
<binding name="value" value="currentChannelSetup"/>
</component>
<component id="text" type="TextField">
<binding name="value" value="currentChannelSetup.field"/>
<binding name="translator" value="bean:currentChannel.bean"/>
</component>
.html file
<div jwcid="collection">
<input jwcid="text" />
</div>
What I want to know is if I can have
<binding name="translator" value="bean:currentChannel.bean"/>
or something similar ?
--
Thanks
A Jabbar Azam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]