Author: lfryc(a)redhat.com
Date: 2011-01-19 12:42:35 -0500 (Wed, 19 Jan 2011)
New Revision: 21092
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/matrix.xhtml
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/a4jRepeat/TestMatrix.java
Log:
a4j:repeat - Matrix sample - removed resolved issue tracking - fixed the sample with
rerendering also the inputs
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/matrix.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/matrix.xhtml 2011-01-19
17:41:40 UTC (rev 21091)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/matrix.xhtml 2011-01-19
17:42:35 UTC (rev 21092)
@@ -57,15 +57,15 @@
</h:inputText>
<h:commandLink id="clearLink"
action="#{cell.clearValueAction}" value="C">
- <a4j:ajax
render="#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
+ <a4j:ajax render="valueInput
#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
</h:commandLink>
<h:outputText value=" / " />
<h:commandLink id="increaseLink"
action="#{cell.increaseValueAction}" value="+">
- <a4j:ajax
render="#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
+ <a4j:ajax render="valueInput
#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
</h:commandLink>
<h:outputText value=" / " />
<h:commandLink id="decreaseLink"
action="#{cell.decreaseValueAction}" value="-">
- <a4j:ajax
render="#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
+ <a4j:ajax render="valueInput
#{rich:clientId('a4jRepeatRows')}:a4jRepeatColumns:#{cellStatus.index}:valueInput
#{rich:clientId('outputRows')}:#{rowStatus.index}:outputColumns:#{cellStatus.index}:output"
/>
</h:commandLink>
</h:panelGroup></td>
</a4j:repeat>
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/a4jRepeat/TestMatrix.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/a4jRepeat/TestMatrix.java 2011-01-19
17:41:40 UTC (rev 21091)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/a4jRepeat/TestMatrix.java 2011-01-19
17:42:35 UTC (rev 21092)
@@ -33,7 +33,6 @@
import org.jboss.test.selenium.locator.JQueryLocator;
import org.richfaces.tests.metamer.ftest.AbstractMetamerTest;
-import org.richfaces.tests.metamer.ftest.annotations.IssueTracking;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
@@ -41,7 +40,6 @@
* @author <a href="mailto:lfryc@redhat.com">Lukas Fryc</a>
* @version $Revision$
*/
-@IssueTracking("https://issues.jboss.org/browse/RF-9375")
public class TestMatrix extends AbstractMetamerTest {
Vector<Vector<Integer>> matrix;
Show replies by date