Mikko,

Your web event method

public int hr_something_onWebEvent(CSpWebEvent event)

is a member of the page object, so yes, the keyword 'this' works.

[EMAIL PROTECTED]
Team NetDynamics

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 05, 1999 9:25 AM
> To:   [EMAIL PROTECTED]
> Subject:      [ND] How to get a reference to page's other componets in
> href's onWebEvent method???
> 
> Hi,
> 
> How can I get a reference to page's other visual components in page's
> hrefs onWebEvent method?
> For example:
> 
>       public int hr_something_onWebEvent(CSpWebEvent event)
>       {
>                    CSpButton rb_      = (CSpButton)
> thisPage.getDisplayField("rb_button");                        
>                         
>                            /* rb_ points to somewhere, but where
> exactly???????? */
>       }                               
> 
> In buttons onWebEvent method this works?
> What is wrong with href????
> 
> Regards
> 
> Mikko
>                    
> _________________________________________________________________________
> 
> 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]
_________________________________________________________________________

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