Re: wickert:id changes to attribute

2010-10-06 Thread Jeremy Thomerson
You probably have two shoptalk marks after your equals sign. Jeremy Thomerson http://wickettraining.com -- sent from my smart phone, so please excuse spelling, formatting, or compiler errors On Oct 4, 2010 7:49 PM, Jered Myers jer...@maplewoodsoftware.com wrote: My markup looks like this: ...

Re: wickert:id changes to attribute

2010-10-06 Thread Jeremy Thomerson
That should be quotation marks Jeremy Thomerson http://wickettraining.com -- sent from my smart phone, so please excuse spelling, formatting, or compiler errors On Oct 6, 2010 5:24 PM, Jeremy Thomerson jer...@wickettraining.com wrote: You probably have two shoptalk marks after your equals sign.

Re: wickert:id changes to attribute

2010-10-06 Thread Jered Myers
Good catch! I must have looked at that line 20 times! The problem was a missing end quote on a parent container attribute. On 10/6/2010 3:25 PM, Jeremy Thomerson wrote: That should be quotation marks Jeremy Thomerson http://wickettraining.com -- sent from my smart phone, so please excuse

wickert:id changes to attribute

2010-10-04 Thread Jered Myers
My markup looks like this: ... td div wicket:id=canvasPanelstuff/div /td ... When I render the code and swap in another panel via canvasPanel.replaceWith(newPanel);, the page source looks like this: ... td canvasPanel= new panel markup /td ... Any ideas on why this would happen? I looked

Re: wickert:id changes to attribute

2010-10-04 Thread James Carman
Show some code On Mon, Oct 4, 2010 at 8:48 PM, Jered Myers jer...@maplewoodsoftware.com wrote:  My markup looks like this: ... td div wicket:id=canvasPanelstuff/div /td ... When I render the code and swap in another panel via canvasPanel.replaceWith(newPanel);, the page source looks like

Re: wickert:id changes to attribute

2010-10-04 Thread Altuğ Bilgin Altıntaş
Quickstart please 2010/10/5 James Carman ja...@carmanconsulting.com Show some code On Mon, Oct 4, 2010 at 8:48 PM, Jered Myers jer...@maplewoodsoftware.com wrote: My markup looks like this: ... td div wicket:id=canvasPanelstuff/div /td ... When I render the code and swap in