Hellos,

 there are times i need these 2 versions of methods in wickettester,i
think these are usual use cases and can be added in wicketester .

1)  startcomponentInPage(component,pageparameters)
the parameters that can be added to the parameters of the  page
created for component by wickettester this will help in the case when
a component is trying to access parameters from the page

2) startcomponentinstatelesspage(component)/
startcomponentinstatelesspage(component,parameters)

currently wickettester creates a stateful page by default
(setStatelessHint(false) in constructor for the page) ,i think a new
derived class from statefulpage
with setStatelessHint(true) can be created for this usecase


-- 
thank you,

regards,
Vineet Semwal

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

Reply via email to