Re: actionlink pass combobox value.

2009-03-10 Thread DH
Yes, that's it. I always learn from jumpstart.

Thanks

DH


- Original Message - 
From: "Tan cyb...@n" Sent: Tuesday, March 10, 2009 8:11 PM
Subject: Re: actionlink pass combobox value.


> http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/input/linksubmits1
> 
> On Tue, Mar 10, 2009 at 8:04 PM, Tan cyb...@n 
> wrote:
> 
>> hi DH,
>>
>> Do you have any example?
>> Thank you
>>
>> Regards,
>> Tan
>>
>>
>> On Tue, Mar 10, 2009 at 7:50 PM, DH  wrote:
>>
>>> If you are not limited on actionlink, have a try with LinkSubmit
>>> component, it can post form.
>>>
>>> Or else you need js to help post the value back.
>>>
>>> Thanks
>>>
>>> DH
>>>
>>> Sent: Tuesday, March 10, 2009 4:47 PM
>>> Subject: actionlink pass combobox value.
>>>
>>>
>>> > Hi all,
>>> >
>>> > I have my a combo box. getCombovalue() always get null value when i
>>> clicked
>>> > on actionlink button.
>>> > ( This is due to the form no post back that cause it retrieved a null
>>> > value.)
>>> >
>>> > *remark this is using zone and block.
>>> > @injectpage
>>> > private SecondPage secondpage;
>>> >
>>> > Object onActionFrombtnClick()
>>> > {
>>> > secondpage.setHeaderID("my combo value");
>>> > return secondpage
>>> > }
>>> >
>>> > how am i going to get the combobox value when i click on actionlink
>>> button
>>> > without post back the form?
>>> > Thank you.
>>> >
>>> > Regards,
>>> > Tan
>>> >
>>>
>>
>>
>

Re: actionlink pass combobox value.

2009-03-10 Thread Tan cyb...@n
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/input/linksubmits1

On Tue, Mar 10, 2009 at 8:04 PM, Tan cyb...@n wrote:

> hi DH,
>
> Do you have any example?
> Thank you
>
> Regards,
> Tan
>
>
> On Tue, Mar 10, 2009 at 7:50 PM, DH  wrote:
>
>> If you are not limited on actionlink, have a try with LinkSubmit
>> component, it can post form.
>>
>> Or else you need js to help post the value back.
>>
>> Thanks
>>
>> DH
>>
>> Sent: Tuesday, March 10, 2009 4:47 PM
>> Subject: actionlink pass combobox value.
>>
>>
>> > Hi all,
>> >
>> > I have my a combo box. getCombovalue() always get null value when i
>> clicked
>> > on actionlink button.
>> > ( This is due to the form no post back that cause it retrieved a null
>> > value.)
>> >
>> > *remark this is using zone and block.
>> > @injectpage
>> > private SecondPage secondpage;
>> >
>> > Object onActionFrombtnClick()
>> > {
>> > secondpage.setHeaderID("my combo value");
>> > return secondpage
>> > }
>> >
>> > how am i going to get the combobox value when i click on actionlink
>> button
>> > without post back the form?
>> > Thank you.
>> >
>> > Regards,
>> > Tan
>> >
>>
>
>


Re: actionlink pass combobox value.

2009-03-10 Thread Tan cyb...@n
hi DH,

Do you have any example?
Thank you

Regards,
Tan

On Tue, Mar 10, 2009 at 7:50 PM, DH  wrote:

> If you are not limited on actionlink, have a try with LinkSubmit component,
> it can post form.
>
> Or else you need js to help post the value back.
>
> Thanks
>
> DH
>
> Sent: Tuesday, March 10, 2009 4:47 PM
> Subject: actionlink pass combobox value.
>
>
> > Hi all,
> >
> > I have my a combo box. getCombovalue() always get null value when i
> clicked
> > on actionlink button.
> > ( This is due to the form no post back that cause it retrieved a null
> > value.)
> >
> > *remark this is using zone and block.
> > @injectpage
> > private SecondPage secondpage;
> >
> > Object onActionFrombtnClick()
> > {
> > secondpage.setHeaderID("my combo value");
> > return secondpage
> > }
> >
> > how am i going to get the combobox value when i click on actionlink
> button
> > without post back the form?
> > Thank you.
> >
> > Regards,
> > Tan
> >
>


Re: actionlink pass combobox value.

2009-03-10 Thread DH
If you are not limited on actionlink, have a try with LinkSubmit component, it 
can post form.

Or else you need js to help post the value back.

Thanks

DH

Sent: Tuesday, March 10, 2009 4:47 PM
Subject: actionlink pass combobox value.


> Hi all,
> 
> I have my a combo box. getCombovalue() always get null value when i clicked
> on actionlink button.
> ( This is due to the form no post back that cause it retrieved a null
> value.)
> 
> *remark this is using zone and block.
> @injectpage
> private SecondPage secondpage;
> 
> Object onActionFrombtnClick()
> {
> secondpage.setHeaderID("my combo value");
> return secondpage
> }
> 
> how am i going to get the combobox value when i click on actionlink button
> without post back the form?
> Thank you.
> 
> Regards,
> Tan
>

actionlink pass combobox value.

2009-03-10 Thread Tan cyb...@n
Hi all,

I have my a combo box. getCombovalue() always get null value when i clicked
on actionlink button.
( This is due to the form no post back that cause it retrieved a null
value.)

*remark this is using zone and block.
@injectpage
private SecondPage secondpage;

Object onActionFrombtnClick()
{
 secondpage.setHeaderID("my combo value");
 return secondpage
}

how am i going to get the combobox value when i click on actionlink button
without post back the form?
Thank you.

Regards,
Tan