Alexandru Artimon wrote:
> 
> The thing is that I'm coding my own tag <wicket:translate> and I use a 
> class that implements IComponentResolver in order to resolve it.
> Now the problem is that when I click on the AjaxEditableLabel (that took 
> place of my tag) it makes an Ajax request in order to hide the label and 
> show the editor, but wicket can't find the component in the page. 
> Probably because the component resolver is run on render and the ajax 
> request doesn't reach that point (or doesn't need to). So thats why I 
> try to resolve the RequestTarget myself for the AjaxRequest and this 
> involves the session stuff. I didn't find a better way yet. Maybe you 
> guys have other ideas ?

I think that the problem is in <wicket:translate> resolver. You should share
the code...

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Saving-a-component-in-session-tp2551649p2553241.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to