There was a thread on this in just the last couple of weeks.

I believe (will let you look it up) that the method is protected, and thus
not available to your local page class.


-- Curt Springer, Team ND

At 02:24 PM 7/13/99 -0400, [EMAIL PROTECTED] wrote:
>I have an HREF with a dynamic label.  I want to send the label to the
>next page called (via the HREF web event)
>I am trying to use the getHtmlLabelText field and am having trouble.
>The code I am using is the following:
>
>       CSpHref hfUnitName      = (CSpHref)
>getDisplayField("*hfUnitName");
>       CSpDisplayAttributes attrTest = new
>CSpDisplayAttributes(CSpVisual.FREE_FORM_DISPLAY_TYPE);
>       String sLabel           = hfUnitName.getHtmlLabelText(attrTest);
>
>I keep getting the following compile error
>       No method matching
>getHtmlLabelText(spider.visual.CSpDisplayAttributes) found in class
>spider.visual.CSpHref
>
>When I check the online docs, there is a getHtmlLabelText for a CSpHref,
>taking in a CSpDisplayAttributes as a parameter.
>
>Has anyone seen this?  Any help would appreciated
>
>Thanks
>Bob Eovine
>General Cinema
>[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]
> 
_________________________________________________________________________

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