onblur has the same outcome as onchange.

Updates to myString that grow it, or shrink it work fine as long as there is
something in the textarea field. Clearing the field retains the previous
value.

BTW, this is using 1.2.4

any other ideas?

On of my coworkers suggested overloading the setMyString method.

To this end, I created:

public void setMyString() {
      this.myString = null;
}

this had no affect.

On 1/23/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:

hmm can you try onblur instead of onchange, dont know if textarea supports
that event

-igor




--
Shawn Tumey
Cofounder
MT Web Productions LLC
www.mtwebproduction.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to