<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem with ice:dataTable and ice:popup"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/15.page</link>
		<description><![CDATA[Latest messages posted in the topic "Problem with ice:dataTable and ice:popup"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Hi, 

I think I've found a bug using datatable and popup together...

look at this:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
	&lt;ice:form&gt;
		&lt;ice:dataTable id="pessoas" value="#{sortdb.list}" var="person"
			columnClasses="tableCol"&gt;
			&lt;ice:column&gt;
				&lt;ice:rowSelector value="#{person.select}" multiple="false"
					selectionListener="#{sortdb.rowSelection}" /&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Nome" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{person.nome}" /&gt;
			&lt;/ice:column&gt;
			&lt;ice:column&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Idade" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{person.idade}" /&gt;
			&lt;/ice:column&gt;
			&lt;ice:column&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Email" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{person.email}" /&gt;
			&lt;/ice:column&gt;
		&lt;/ice:dataTable&gt;


		&lt;ice:dataTable id="selectList" value="#{sortdb.selectedl}"
			var="select" columnClasses="tableCol"&gt;
			&lt;ice:column&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Nome" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{select.nome}" /&gt;
			&lt;/ice:column&gt;
			&lt;ice:column&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Idade" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{select.idade}" /&gt;
			&lt;/ice:column&gt;
			&lt;ice:column&gt;
				&lt;f:facet name="header"&gt;
					&lt;ice:outputText value="Email" /&gt;
				&lt;/f:facet&gt;
				&lt;ice:outputText value="#{select.email}" /&gt;
			&lt;/ice:column&gt;
		&lt;/ice:dataTable&gt;
                		&lt;ice:panelPopup id="popup" visible="true" rendered="true"
			style="z-index:1001; width: 300px;"&gt;
			&lt;f:facet name="header"&gt;
				&lt;ice:panelGrid width="100%" cellpadding="0" cellspacing="0"
					columns="2" style="text-align: center;"&gt;
					&lt;ice:outputText style="color: #FFFFFF;" value="Entrada de dados" /&gt;
				&lt;/ice:panelGrid&gt;
			&lt;/f:facet&gt;

			&lt;f:facet name="body"&gt;
				&lt;ice:panelGrid width="100%" cellpadding="0" cellspacing="0"
					columns="1"&gt;

					&lt;ice:dataTable id="edit" value="#{sortdb.selectedl}" var="items"&gt;
						&lt;ice:column&gt;
							&lt;f:facet name="header"&gt;
								&lt;ice:outputText value="Name" /&gt;
							&lt;/f:facet&gt;
							&lt;ice:inputText value="#{items.nome }" /&gt;
						&lt;/ice:column&gt;
						&lt;ice:column&gt;
							&lt;f:facet name="header"&gt;	
								&lt;ice:outputText value="idade" /&gt;
							&lt;/f:facet&gt;
							&lt;ice:inputText value="#{items.idade }"	/&gt;
						&lt;/ice:column&gt;		
					&lt;/ice:dataTable&gt;
				&lt;/ice:panelGrid&gt;
			&lt;/f:facet&gt;

		&lt;/ice:panelPopup&gt;
	&lt;/ice:form&gt;


</pre>
		</div>

So, when I click in a row the popup updates, but when I click and another row, the value of the previous row, pass to this one... Confusing isn't it?
this only happen, using a DataTable with a Popup... 

anyone have any idea of what could it be? In the beggining I thought that was a Seam issue, and try it with IceFaces alone... but the problem continues... 

I will attach my backing beans... and the .jspx page... 

Thanks!
 

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16274</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16274</link>
				<pubDate><![CDATA[Tue, 23 Jan 2007 08:40:05]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Did someone found any solution? or even got the same thing as me?


Thanks!]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16325</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16325</link>
				<pubDate><![CDATA[Wed, 24 Jan 2007 06:16:48]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Mhh i see only the tables. No entries appear, can you post your managed-bean properties in faces-config.xml?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16372</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16372</link>
				<pubDate><![CDATA[Thu, 25 Jan 2007 03:53:37]]> GMT</pubDate>
				<author><![CDATA[ ratondeau]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Sorry... I think I've sended the wrong SortDataTable.java, now I'm sending the right one... I tested now and It's working, but the bug in the dataTable continues... 


<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>&lt;managed-bean&gt;
		&lt;managed-bean-name&gt;sortdb&lt;/managed-bean-name&gt;
		&lt;managed-bean-class&gt;
			test.SortDataTable
		&lt;/managed-bean-class&gt;
		&lt;managed-bean-scope&gt;session&lt;/managed-bean-scope&gt;
	&lt;/managed-bean&gt;		</pre>
		</div>
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16379</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16379</link>
				<pubDate><![CDATA[Thu, 25 Jan 2007 05:59:17]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ I've found a way =D and now It's fixed... 
just had to refresh the FacesState!

this is my solution:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>PersistentFacesState state = PersistentFacesState.getInstance&#40;&#41;;	
		
		try {
			state.render&#40;&#41;;
		} catch &#40;RenderingException e&#41; {
			e.printStackTrace&#40;&#41;;
		}
</pre>
		</div>

Thanks!]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16383</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16383</link>
				<pubDate><![CDATA[Thu, 25 Jan 2007 07:31:51]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ now it works.

same behavior as described , don't know exactly why this happens cause I'm quite new to jsf and icefaces but i suppose the popup inputtext values overwrite the list somehow...]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16384</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16384</link>
				<pubDate><![CDATA[Thu, 25 Jan 2007 07:34:11]]> GMT</pubDate>
				<author><![CDATA[ ratondeau]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ I'm having a behavior where the "state.render()" doesn't act as expected...

got this StackTrace below when calling state.render()
and I've read something about calling render directly is dangerous, and IceFaces has more secure methods to use like RenderManager(I tried  RenderManger but I had no luck...)

I try to follow the TimeZone demo to make ajax push, but I couldn't... 

So, Does someone have another solution for this DataTable bug?


<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>05:49:49,479 ERROR &#91;TxPolicy&#93; IllegalStateException while setting transaction for rollback only
java.lang.IllegalStateException: Transaction has terminated TransactionImpl:XidImpl&#91;FormatId=257, GlobalId=exit/30, BranchQual=, localId=30&#93;
at org.jboss.tm.TransactionImpl.lock&#40;TransactionImpl.java:834&#41;
at org.jboss.tm.TransactionImpl.setRollbackOnly&#40;TransactionImpl.java:669&#41;
at org.jboss.aspects.tx.TxPolicy.setRollbackOnly&#40;TxPolicy.java:212&#41;
at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx&#40;Ejb3TxPolicy.java:87&#41;
at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx&#40;TxPolicy.java:130&#41;
at org.jboss.aspects.tx.TxInterceptor$Required.invoke&#40;TxInterceptor.java:201&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.aspects.tx.TxPropagationInterceptor.invoke&#40;TxPropagationInterceptor.java:76&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke&#40;StatefulInstanceInterceptor.java:83&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.aspects.security.AuthenticationInterceptor.invoke&#40;AuthenticationInterceptor.java:77&#41;
at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke&#40;Ejb3AuthenticationInterceptor.java:131&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.ejb3.ENCPropagationInterceptor.invoke&#40;ENCPropagationInterceptor.java:47&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke&#40;AsynchronousInterceptor.java:106&#41;
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext&#40;MethodInvocation.java:101&#41;
at org.jboss.ejb3.stateful.StatefulContainer.localInvoke&#40;StatefulContainer.java:203&#41;
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke&#40;StatefulLocalProxy.java:98&#41; </pre>
		</div>

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16439</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16439</link>
				<pubDate><![CDATA[Fri, 26 Jan 2007 07:42:38]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Hi,

I've logged a bug for this. Thanks for bringing it to our attention. 

It's not recommended to use PersistentFacesState.render() directly. You should probably use the AJAX Push api for this instead. Make your bean implement Renderable, set the renderManager property in the faces-config.xml and then call renderManager.requestRender() instead of PersistentFacesState.render(). The timezone has an example of using this api.

Thanks,
Philip]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16449</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16449</link>
				<pubDate><![CDATA[Fri, 26 Jan 2007 10:24:50]]> GMT</pubDate>
				<author><![CDATA[ philip.breau]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Hello,

I believe that it's work fine, see timezone7 tutorial.

But using with the Seam, the renderManager object is not setted in bean.

For details, I posted in Seam forum:
<a href='http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100284' target='_new' rel="nofollow">http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100284</a>

Thanks]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16553</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16553</link>
				<pubDate><![CDATA[Tue, 30 Jan 2007 11:01:39]]> GMT</pubDate>
				<author><![CDATA[ wilson.almeida]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ RenderManager is setting in bean by components.xml in Seam.

But, when rendermanager invokes the render method the of PersistentFacesState, the object lifecycle of the class is org.apache.myfaces.lifecycle.LifecycleImpl and not it's com.sun.faces.lifecycle.LifecycleImpl.

That cause the following error:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
11:30:00,430 ERROR &#91;PhaseListenerManager&#93; Exception in PhaseListener RENDER_RESPONSE&#40;6&#41; beforePhase.
java.lang.IllegalStateException: No active application scope
        at org.jboss.seam.core.Init.instance&#40;Init.java:75&#41;
        at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsBeforePhase&#40;TransactionalSeamPhaseListener.jav
a:22&#41;
        at org.jboss.seam.jsf.SeamPhaseListener.beforePhase&#40;SeamPhaseListener.java:45&#41;
        at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore&#40;PhaseListenerManager.java:70&#41;
        at org.apache.myfaces.lifecycle.LifecycleImpl.render&#40;LifecycleImpl.java:373&#41;
        at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render&#40;PersistentFacesState.java:180&#41;
        at com.icesoft.faces.async.render.RunnableRender.run&#40;RunnableRender.java:89&#41;
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask&#40;ThreadPoolExecutor.java:650&#41;
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run&#40;ThreadPoolExecutor.java:675&#41;
        at java.lang.Thread.run&#40;Thread.java:595&#41;
11:30:00,430 ERROR &#91;D2DFaceletViewHandler&#93; Problem in renderResponse: No Factories configured for this Application. This happ
ens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessa
ry for a basic faces application and that all the necessary libs are included. Also check the logging output of your web appl
ication and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not
support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
A typical config looks like this;
&lt;listener&gt;
  &lt;listener-class&gt;org.apache.myfaces.webapp.StartupServletContextListener&lt;/listener-class&gt;
&lt;/listener&gt;

java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does
not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and
that all the necessary libs are included. Also check the logging output of your web application and your container for any ex
ceptions!
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not
support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
A typical config looks like this;
&lt;listener&gt;
  &lt;listener-class&gt;org.apache.myfaces.webapp.StartupServletContextListener&lt;/listener-class&gt;
&lt;/listener&gt;

        at javax.faces.FactoryFinder.getFactory&#40;FactoryFinder.java:90&#41;
        at javax.faces.component.UIComponentBase.getRenderer&#40;UIComponentBase.java:742&#41;
        at javax.faces.component.UIComponentBase.encodeBegin&#40;UIComponentBase.java:509&#41;
        at com.icesoft.faces.application.D2DViewHandler.renderResponse&#40;D2DViewHandler.java:576&#41;
        at com.icesoft.faces.application.D2DViewHandler.renderResponse&#40;D2DViewHandler.java:583&#41;
        at com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse&#40;D2DFaceletViewHandler.java:273&#41;
        at com.icesoft.faces.application.D2DViewHandler.renderView&#40;D2DViewHandler.java:149&#41;
        at org.apache.myfaces.lifecycle.LifecycleImpl.render&#40;LifecycleImpl.java:384&#41;
        at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render&#40;PersistentFacesState.java:180&#41;
        at com.icesoft.faces.async.render.RunnableRender.run&#40;RunnableRender.java:89&#41;
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask&#40;ThreadPoolExecutor.java:650&#41;
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run&#40;ThreadPoolExecutor.java:675&#41;
        at java.lang.Thread.run&#40;Thread.java:595&#41;
11:30:01,682 INFO  &#91;STDOUT&#93; Erro no manter
11:30:01,682 ERROR &#91;STDERR&#93; com.icesoft.faces.webapp.xmlhttp.TransientRenderingException: transient render failure for viewNu
mber 1001
11:30:01,682 ERROR &#91;STDERR&#93;     at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render&#40;PersistentFacesState.java:194
&#41;
11:30:01,682 ERROR &#91;STDERR&#93;     at com.icesoft.faces.async.render.RunnableRender.run&#40;RunnableRender.java:89&#41;
11:30:01,682 ERROR &#91;STDERR&#93;     at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask&#40;ThreadPoo
lExecutor.java:650&#41;
11:30:01,702 ERROR &#91;STDERR&#93;     at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run&#40;ThreadPoolExe
cutor.java:675&#41;
11:30:01,702 ERROR &#91;STDERR&#93;     at java.lang.Thread.run&#40;Thread.java:595&#41;
11:30:01,702 ERROR &#91;STDERR&#93; Caused by: java.lang.NullPointerException
11:30:01,702 ERROR &#91;STDERR&#93;     at com.icesoft.faces.context.DOMResponseWriter.enhanceAndFixDocument&#40;DOMResponseWriter.java:3
93&#41;
11:30:01,712 ERROR &#91;STDERR&#93;     at com.icesoft.faces.context.DOMResponseWriter.writeDOM&#40;DOMResponseWriter.java:313&#41;
11:30:01,712 ERROR &#91;STDERR&#93;     at com.icesoft.faces.application.D2DViewHandler.renderView&#40;D2DViewHandler.java:161&#41;
11:30:01,712 ERROR &#91;STDERR&#93;     at org.apache.myfaces.lifecycle.LifecycleImpl.render&#40;LifecycleImpl.java:384&#41;
11:30:01,712 ERROR &#91;STDERR&#93;     at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render&#40;PersistentFacesState.java:180
&#41;
11:30:01,712 ERROR &#91;STDERR&#93;     ... 4 more
</pre>
		</div>

Someone have any solution?

Sorry my bad english! :P




]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#16587</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#16587</link>
				<pubDate><![CDATA[Wed, 31 Jan 2007 07:49:36]]> GMT</pubDate>
				<author><![CDATA[ wilson.almeida]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Hi there,

I'm having trouble replicating this bug. Are you selecting from one list and then populating another in a popup?

Thanks
Rob]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#17773</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#17773</link>
				<pubDate><![CDATA[Thu, 8 Mar 2007 15:47:34]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ I'm goin' to explain, 

I have a dataTable with rowSelector, when I select something on this dataTable, a panelPopup appear, with the details of the selected row.
when I try to click on another row, the value of the previous selected row is passed to this one, and if I click on another, It'll be copied for that row too. 

just ask me, if you still couldn't reproduce this, I can make a exemplo for you, or maybe you can download the file that I've attached in the head of this topic.

Thanks! ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#17776</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#17776</link>
				<pubDate><![CDATA[Thu, 8 Mar 2007 16:15:04]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Sorry for the delay, I've been out of the office for the past few weeks.

I have an example, but I can not reproduce the problem. Please see the attached sample.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#18330</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#18330</link>
				<pubDate><![CDATA[Tue, 27 Mar 2007 11:40:49]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ Hi <b>rmayhew</b>, 

on the popup, just change:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;ice:panelGroup&gt;
            &lt;ice:outputText value="#{row.value}"/&gt;
        &lt;/ice:panelGroup&gt;</pre>
		</div>

to: 

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>&lt;ice:panelGroup&gt;
            &lt;ice:inputText value="#{row.value}"/&gt;
        &lt;/ice:panelGroup&gt;</pre>
		</div>

It seems that the problem doesn't occur with the outputText, but if you change it to inputText, you'll see that the inputText on the popup gets frozen, and that bugs the dataTable's values too...

Thanks!]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#18335</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#18335</link>
				<pubDate><![CDATA[Tue, 27 Mar 2007 14:26:46]]> GMT</pubDate>
				<author><![CDATA[ Andreh]]></author>
			</item>
			<item>
				<title>Re:Problem with ice:dataTable and ice:popup</title>
				<description><![CDATA[ The problem is in the scope of the form. Each time you click a row in the table the form is submitted. This is setting the value of the clicked row to the value of the last clicked row.

The quickest fix is to place the popup panel in its own form. Or you could make the popup modal (Stopping someone from clicking on another row)

Try to keep your form size as small as possible. And divide the display into multiple forms when possible.

Rob ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3508.page#18344</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3508.page#18344</link>
				<pubDate><![CDATA[Tue, 27 Mar 2007 17:22:46]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
	</channel>
</rss>
