IceFaces/Seam/Facelets & duplicates basic html elements
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
IceFaces/Seam/Facelets & duplicates basic html elements  XML
Forum Index -> JBoss Seam Integration
Author Message
Gabcia

Joined: 22/11/2006 00:00:00
Messages: 16
Offline


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
 
Forum Index -> JBoss Seam Integration
Go to:   
Powered by JForum 2.1.7ice © JForum Team