[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-19 Thread henrik.lindberg
I have written a small sample that triggers the problem and attached them to a new issue in Jira. http://jira.jboss.org/jira/browse/JBSEAM-884?watch=true for ICEFaces integration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019079#4019079 Reply to the pos

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-19 Thread sherkan777
Hi Henry! I got same error using facelets, seam and PaneltabSet... When i start app, everythink works fine and after couple of minutes using app i got info about duplicate id's and my tabs fall down! Seam links works still fine but all icefaces components not. Previously had modal info with "Use

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-15 Thread henrik.lindberg
I used to return "null" from addSpace on all outcomes, but added strings to see if that made any difference - - - it didn't. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016966#4016966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-15 Thread henrik.lindberg
I am really stuck on this issue - maybe I am doing something wrong in the bean? Greatful for any feedback: | @Stateful | @Scope(CONVERSATION) | @Name("userSpaces") | @TransactionAttribute(REQUIRED) | public class UserSpacesAction implements UserSpacesLocal, Serializable | { | |

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-15 Thread henrik.lindberg
I have also tried to simplify the facelet - i.e. just the dataTable and the paginator (no, tabs, no form on tab 2 etc. Still having the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016963#4016963 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread henrik.lindberg
I added the two missing variables, and I still get the same error :-( I also have some other issues in this form because of the nested form. Being new to this I don't quite know how to handle the subform. When I remove all facets except one I get behaviour that is ok - I can add things to the

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread henrik.lindberg
Thanks for the tip - I will add the additional attributes on the dataPaginator that is giving me trouble and see what happens. And, yes - I have posted this issue on the ICEFaces forum too - (no comments so far). Will post here when I make some progress View the original post : http://www

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread [EMAIL PROTECTED]
This works for my page. See if adding in the other parameters kicks it into life. Have you psoted this on the icefaces forum ( they were really helpful to us Seamies.. gone a bit quiet now as hopefully they are getting a new release out for us :) ) | | |

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-14 Thread henrik.lindberg
Here is the full facelet xhtml: | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:f="http://java.sun.com/jsf/core"; | xm