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