* Johan Compagner:
> we fixed this in 1.3 so that you can use your own application
> class, So in 1.2 there isn't really a right way to reuse your
> webapplication object
Indeed, users that need this feature will have to backport
MockWebApplication and WicketTester on their 1.2.x ve
i think this was a problem in 1.2
we fixed this in 1.3 so that you can use your own application class,
somebody please correct me if i am mistaken here
So in 1.2 there isn't really a right way to reuse your webapplication object
johan
On 5/30/07, tma tma <[EMAIL PROTECTED]> wrote:
Hi
I am n
Hi
I am not native English speaker.
sorry for poor English.
I use wicket 1.2.6 .
I have question to use WicketTester.
i want to make Global object ,create instance in WebApplication Class and
create method to access the instance.
In WebPage class ,access the instance like this
SingleClass clas