On Oct 22, 2005, at 6:21 PM, Stefan Arentz wrote:
Forget this part: Not sure from what paste-buffer that came, but it
is wrong :-)
public class HelloWorld extends WebPage
{
public HelloWorld()
{
add(new Label("message", "Hello World!"));
}
private HelloWorldService mHelloWorldService;
public HelloWorldService getHelloWorldService()
{
return mHelloWorldService;
}
public void setHelloWorldService(HelloWorldService
helloWorldService)
{
mHelloWorldService = helloWorldService;
}
}
S.
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user