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]

Reply via email to