Hello,
I have IceFaces components on my page, and Seam <s:link component like a href component.
when i click on link and after that page is reloaded all basic html elements like
<img/<href/ simle string are duplicated, but if i create my img using <ice: cpomnent everythink is ok.
After few page reloadings i got more than one copy of all htmls.
Can anyone tell me what is going on, and why does this happen?
Example:
Code:
<s:link action="#{questionsAction.selectQuestion}" value="#{questions.topic}" id="questionTopic"/>
this is not duplicated
Code:
<a href="#" id="questionValue" onclick="javascript:changeFavourite(#{questions.idQuestion})">
this is duplicated x-times on page