hi again,
so I really dont understand how to set hings up but I tried this yesterday
around midnight :] so please forgive me ...
let me explain again
I have simple webpage *DashboardPage* (1)
<body>
<a wicket:id="edit"><wicket:message key=""></w:m></a>
</body>
then I created a panel with a form *UserFormPanel*(2)
<body>
<wicket:panel>
<div class="popup">
<form wicket:id="userData">
<input ...... />
<input type="submit" />
</form>
<a wicket:id="cancel">go back</a>
</div>
</wicket:panel>
</body>
in *DashboardPage* I created AjaxLink for *edit* and tried to add *
UserFormPanel* to requestTarget when link is clicked, but in turn wicket
refused that saying the component has no outputMarkupID set to true (but it
doesnt tell on which component I should set that property).
the other thing is that I need to assign some wicket:id to
*UserFormPanel*created in link callback. but this id does not
correspond to any id in
markup so I get (think I get:) an exception.
how to set components right?
I really cannot find anything on the web about this! is this so rare
situation in wicket world???
pozdrawiam
Paweł Kamiński
[email protected]
[email protected]
______________________