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
>