Re: Duplicate Markup Ids

2011-11-14 Thread Jered Myers
;> >>> On 11/14/2011 12:54 PM, Sven Meier wrote: >>> >>>> Do you have markup ids pre-defined in your html markup? >>>> >>>> Sven >>>> >>>> On 11/14/2011 09:39 PM, Jered Myers wrote: >>>> >>>&g

Re: Duplicate Markup Ids

2011-11-14 Thread Jeremy Thomerson
o I >>> think the answer is no. I end up with a markup id like "headerLabel8f". >>> >>> On 11/14/2011 12:54 PM, Sven Meier wrote: >>> >>>> Do you have markup ids pre-defined in your html markup? >>>> >>>> Sven &g

Re: Duplicate Markup Ids

2011-11-14 Thread Jered Myers
. I end up with a markup id like "headerLabel8f". On 11/14/2011 12:54 PM, Sven Meier wrote: Do you have markup ids pre-defined in your html markup? Sven On 11/14/2011 09:39 PM, Jered Myers wrote: I am getting components with duplicate markup ids in my label components. What can cau

Re: Duplicate Markup Ids

2011-11-14 Thread Jered Myers
kup? Sven On 11/14/2011 09:39 PM, Jered Myers wrote: I am getting components with duplicate markup ids in my label components. What can cause this to happen? I am letting Wicket set the markup ids. Only one user is setup in a manner that creates the problem, so in general there is not a d

Re: Duplicate Markup Ids

2011-11-14 Thread Jered Myers
stModel) { protected void populateItem(ListItem item) { // Here is where I see the duplicate markup ids log.debug(item.getModelObject().getLabelComponent().getMarkupId()); item.add(item.getModelObject().getLabelComponent()); } } ---

Re: Duplicate Markup Ids

2011-11-14 Thread Sven Meier
Do you have markup ids pre-defined in your html markup? Sven On 11/14/2011 09:39 PM, Jered Myers wrote: I am getting components with duplicate markup ids in my label components. What can cause this to happen? I am letting Wicket set the markup ids. Only one user is setup in a manner that

Duplicate Markup Ids

2011-11-14 Thread Jered Myers
I am getting components with duplicate markup ids in my label components. What can cause this to happen? I am letting Wicket set the markup ids. Only one user is setup in a manner that creates the problem, so in general there is not a duplication problem. As I understand it the markup id