Hello Erik,
thank you very much for this hint. It was still not perfekt,
but gave me a thread to solve my problem. My constructor
is now like this:
IModel model = new Model(userModel);
setTitleModel(new ResourceModel("confirmation.title"));
setSummaryModel(new StringResourceModel("confirmation.summary",
this, model));
setModel(new CompoundPropertyModel(model));
add(new Label("userName"));
and corresponding StaticContentStep html page like this:
<wicket:panel wicket:id="content">
<table>
<tr>
<td>
<span wicket:id="userName"/>
</td>
</tr>
</table>
</wicket:panel>
Thank you very much,
Maciej
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user