imho,

a wicket component is both the javacode and markup. especially in
wicket 2.0where part of component's initialization can be reading
attributes off
markup.

so turning off markup doesnt really make sense.

-igor


On 11/7/06, craigdd <[EMAIL PROTECTED]> wrote:


I'm starting to use the WicketTester to unittest a new Page.  What I'm
finding is that when running the test via the WicketTester it looks for
the
markup (html file).

I sort of have an issue with this behavior, to me I think developers
should
not have to worry about having the markup available at the time where you
just want to test the behavior of an object (Page or Form).  What are
people's thoughts?  Is there a way to turn this off?
--
View this message in context:
http://www.nabble.com/WicketTester-turn-off-finding-markup-tf2592710.html#a7231166
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Reply via email to