Folks,

I am doing a Gallery widget... it is rendering now with output.

See attached...

I have a quirky question here...

I have a BLOCK declaration

<span jwcid='[EMAIL PROTECTED]'>
    <span jwcid='@Insert' value='Table Size'/>
        <select jwcid='[EMAIL PROTECTED]'>
            <span jwcid='@For' source='ognl:tableSizes' 
                     value='ognl:currentTableSize' 
                     index='ognl:currentTableSizeIndex'>
                 <option jwcid='@Option' 
                       
selected='ognl:tableSizeSelection[currentTableSizeIndex]' 
                       label='ognl:currentTableSize'/>
             </span>
        </select>
</span>

<span jwcid='[EMAIL PROTECTED]'>
</span>

And I want to render two instances of it... (intended top of page and bottom)

<form jwcid='[EMAIL PROTECTED]'>
        <div jwcid='@RenderBlock' 
            block='ognl:components.autoPagingContent'/>
        <div jwcid='@RenderBlock' 
            block='ognl:components.collectionContent'/>
        <div jwcid='@RenderBlock' 
            block='ognl:components.autoPagingContent'/>
</form>

It all renders now... I see the following

    select
    content
    select

But when I click on a select at the top... the bottom one does not change.

I want the top and bottom selects to act like they virtually the same instance 
(although in DOM there may be two).

Can someone set me straight here. 

What handlers can i setup?

How do I replicate a selection in one to automatically update the other?

Best regards
Ken in nashua
_________________________________________________________________
Climb to the top of the charts!  Play Star Shuffle:  the word scramble 
challenge with star power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to