You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Kent Tong <ke...@cpttm.org.mo> on 2010/04/30 19:33:50 UTC

Wicket page test 1.4 is now available

Dear all,

Wicket page test 1.4 is now available. It is a library allowing you
to unit test your Wicket pages easily, supporting AJAX and
Javascript without changes to your pages.

New features implemented in this version:

* Provide a super easy way to locate a DOM element with the Wicket ID. For
example, to locate the <input> element generated by a TextField with
wicket:id="productName", just use wicket=//productName as the locator. To
locate such element in the 3rd form with wicket:id="myForm", use
wicket=//myForm[3]//productName.

Get it from maven as described in http://wicketpagetest.sourceforge.net/



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org