users@woodstock.java.net

RE: RE: Re: dynamic display of panelLayouts

From: autozoom <cioni_mauro_at_yahoo.com>
Date: Mon, 4 Aug 2008 03:27:13 -0700 (PDT)

try with

$("form1:myListBox_list").selectedIndex=-1

this is not a good solution because it doesn't use a public API, but there
doesn't seem to be something similar for javascript api.

I insist you embed the prototype library in your project though


Vijaya Bhaskar Tsaliki wrote:
>
> Hi,
>
> Thanks... It is working... thanks for your timely help. But I had to use
> document.getElementById instead of dollar symbol $.
>
> I have some other problem... how do I deselect an item from listbox
> using javascript. It has been giving me hard time for two months... No
> success...
> It used to work in Netbeans 5.5.1. NOT in 6.1
>
> I have two list boxes. I need to allow users to select only one listbox
> at any point of time.
>
> Regards,
> Vijay
>
> -----Original Message-----
> From: autozoom [mailto:cioni_mauro_at_yahoo.com]
> Sent: Friday, August 01, 2008 6:46 PM
> To: users_at_woodstock.dev.java.net
> Subject: RE: Re: dynamic display of panelLayouts
>
>
> .hide() and .show() are functions from the Prototype library, that I
> warmly
> suggest you to get used to.
> It's very very powerful.
> But in the meanwhile you can replace it with
> $("form1:panel").style.display="block" and
> $("form1:panel").style.display="none" respectively
>
>
>
> Vijaya Bhaskar Tsaliki wrote:
>>
>> Hi,
>>
>> Thank you very much for the solutions.
>>
>> It tried client side using $("form1:mypanel").hide() in java script
>> function and called this function in onClick of button group. It is
>> showing java script error - object expected. My reference
>> (form1:xxxpanel)to the panelLayout is also correct.
>>
>> I am using Netbeans6.1 and jboss.
>>
>> Server solution is cool and worked. I need to add ajax stuff. At this
>> point of time I do not know how to add ajax transactions to Woodstock.
> I
>> will try this.
>>
>> Can you provide more info on client side solution?
>>
>> Regards,
>> Vijay
>>
>>
>>
>> -----Original Message-----
>> From: autozoom [mailto:cioni_mauro_at_yahoo.com]
>> Sent: Friday, August 01, 2008 4:20 PM
>> To: users_at_woodstock.dev.java.net
>> Subject: Re: dynamic display of panelLayouts
>>
>>
>> there are may ways to accomplish this:
>>
>> -pure client side by binding something like $("form1:mypanel").hide()
>> (or
>> .show()) to the onClick event of the radio buttong group
>>
>> -pure server side, by setting autosubmit on change of the group to
> true
>> and
>> then bind the "visible" property of each panel to something that
>> evaluates
>> to true or false depending on radio buttons status
>>
>> - you can use approach #2 and extend it with ajax transactions to have
>> the
>> power of server side code without a full refresh
>>
>>
>> Vijaya Bhaskar Tsaliki wrote:
>>>
>>> Hi,
>>>
>>> Can anyone help me in my problem
>>>
>>> I have two radio buttons (in group) and two panelLayouts under the
>> radio
>>> buttons. At any point of time I need to show only one panelLayout
>> based
>>> on the radio button selected.
>>>
>>> I tried lot of ways - using javascript and serverside - without
>> success.
>>>
>>> It would be great help if anyone has this kind of problem and
> solution
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
>>> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Table-Question-tp18742553p18772014.html
>> Sent from the Project Woodstock - Users mailing list archive at
>> Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
>> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
>> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Table-Question-tp18742553p18774069.html
> Sent from the Project Woodstock - Users mailing list archive at
> Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
>

-- 
View this message in context: http://www.nabble.com/Table-Question-tp18742553p18808796.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.