[richfaces-svn-commits] JBoss Rich Faces SVN: r300 - trunk/richfaces/tabPanel/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 6 07:15:12 EDT 2007


Author: nbelaevski
Date: 2007-04-06 07:15:12 -0400 (Fri, 06 Apr 2007)
New Revision: 300

Modified:
   trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-78 fixed. Missing "name" attribute restored

Modified: trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx
===================================================================
--- trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx	2007-04-06 08:43:14 UTC (rev 299)
+++ trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx	2007-04-06 11:15:12 UTC (rev 300)
@@ -36,21 +36,26 @@
 				<td align="#{component.headerAlignment}"><f:call
 					name="utils.encodeBeginFormIfNessesary" />
 
-				<table border="0" cellpadding="0" cellspacing="0">
-					<tr>
-						<td><img src="#{spacer}" width="2" height="1" alt=""
-							border="0" /></td>
-						<f:call name="encodeTabs" />
-						<td><img src="#{spacer}" width="1" height="1" alt=""
-							border="0" /></td>
-					</tr>
-				</table>
-				<c:if test="#{clientSide}">
-					<div style="display: none;"><input type="hidden"
-						id="#{clientId}_input" 
-						value="#{this:getValueAsString(context, component)}" /> <f:call
-						name="encodeTabsScript" /></div>
-				</c:if> <f:call name="utils.encodeEndFormIfNessesary" /></td>
+					<table border="0" cellpadding="0" cellspacing="0">
+						<tr>
+							<td><img src="#{spacer}" width="2" height="1" alt=""
+								border="0" /></td>
+							<f:call name="encodeTabs" />
+							<td><img src="#{spacer}" width="1" height="1" alt=""
+								border="0" /></td>
+						</tr>
+					</table>
+					<c:if test="#{clientSide}">
+						<div style="display: none;">
+							<input type="hidden"
+							id="#{clientId}_input" 
+							name="#{clientId}"
+							value="#{this:getValueAsString(context, component)}" /> 
+							<f:call	name="encodeTabsScript" />
+						</div>
+					</c:if> 
+					<f:call name="utils.encodeEndFormIfNessesary" />
+				</td>
 			</tr>
 			<tr>
 				<vcp:body>




More information about the richfaces-svn-commits mailing list