Fragment: Failed to change hyperlink text

Hi,

On header fragment, I have some Hyperlinks and StaticTexts. On some action I want to change hyperlink's text.

I am using code

someHyperLink.setText("New Text");

This doesn't seem to have any effect.

However, these works fine

someStaticText.setText("new text");

someHyperLink.setVisible(false);

Though if link is on a page instead on a fragment, I am able to change its text programmatically.

Any idea whats I am doing wrong or some bug?

Thanks.

[519 byte] By [ndzpac] at [2007-11-26 9:07:08]
# 1
Made it working.Moved hyperlink on a grid panel in fragment. But why it works now, is a mystery to me, may be a possible bug.
ndzpac at 2007-7-6 23:21:36 > top of Java-index,Development Tools,Java Tools...