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

Reply via email to