El sáb, 17-10-2009 a las 14:56 +0200, Joe Hudson escribió:
> Hello,
> 
> I need a component to have an html id that I set in markup because I'm 
> referencing it in other places.  I also need to have the 
> setOutputMarkupId(true) on the component because I need to support ajax 
> behaviors.  The problem that I am facing is that when I call 
> setOutputMarkupId(true) it overrides the static id I set in the markup.  Is 
> there any way I can deal with this?  Thanks.
> 
> Joe
call setMarkupId("theSameId") in .java
you could remove the one in .html if you wish


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

Reply via email to