On 02/04/2011 05:02 AM, msj121 wrote:
Well I think that all of the markup ids being output are based off of the
<name>  in "wicket:id=<name>". If memory serves correct so the "easiest" (ie:
less obtrusive) solution is to simply change your tags.

this is only true for development mode. in deployment, id generation differs (it generates "id1","id2"...)

Of course tedious if
you already had completed your project, so perhaps overriding the code that
generates the markup id. Not sure, but an interesting question.

overriding is not an option due to this method being on Component. i do not want to use "own" components in my code. imagine smth like
add(new TextField(...){
 public String getMarkupId(boolean create){
  ...
  }
});

yuck ;)

cu uwe

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

Reply via email to