Wicket Renames my Form id

2010-03-15 Thread Steven Haines
Hi, I've noticed that wicket is renaming my form id, which has become problematic when our JavaScript developer makes use of the id for some of his behaviors. Is there a way to tell Wicket to preserve the form id in the HTML page? Here's what I'm doing: HTML: form wicket:id=step_1

Re: Wicket Renames my Form id

2010-03-15 Thread Major Péter
override http://wicket.apache.org/docs/1.4/org/apache/wicket/Component.html#getMarkupId() 2010-03-15 20:00 keltezéssel, Steven Haines írta: Hi, I've noticed that wicket is renaming my form id, which has become problematic when our JavaScript developer makes use of the id for some of his

Re: Wicket Renames my Form id

2010-03-15 Thread Igor Vaynberg
call form.setmarkupid() -igor On Mon, Mar 15, 2010 at 11:00 AM, Steven Haines lyg...@yahoo.com wrote: Hi, I've noticed that wicket is renaming my form id, which has become problematic when our JavaScript developer makes use of the id for some of his behaviors. Is there a way to tell