Thanks Aby, you understood my question.

So, this href problem is quite difficult.

My problem is precisely following:
- have a radio buttongroup in parent page
- user must select one of those radiobuttons
- after selection user can go to different page via couple of hrefs.
- in hrefs onWebEvent(in parent page) I tried to get the index of the
selected
  radiobutton  vie getting a reference to that radiobuttongroup object and
then send
  that parameter as an parameter(via method or sessionobject) to other page.
 (That index should tell the index of an list(or array) to be displayed)

BUT as I mentioned I did not get correct reference to that radiobuttongroup
object
so exception flow "into the air".

Of course I could use buttons instead, BUT one of our UI designers have
decided
that we should use hrefs instead of buttons ...

Any suggestions?

Regards

Mikko

PS. And thanks for the answer.

-----------------------------------------------------------

Mathew, Aby wrote in message
<[EMAIL PROTECTED]>...
> Mikko,
>
> I am not quite clear about your question. Pls ignore if I am not
>answering your question.
>
>> How can I get a reference to page's other visual components in page's
>> hrefs onWebEvent method?
>>
> Are you  trying to get the values of other components?  You can't
>(unless you do some special Javascript tricks) because..
>
> In buttons onWebEvent method this works?
> What is wrong with href????
>
> Buttons do Submit and takes all the values in the Form to the
>Server. Href doesn't.
>
>
> Regards,
>
> Aby


_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to