Author: nbelaevski
Date: 2007-03-26 16:02:55 -0400 (Mon, 26 Mar 2007)
New Revision: 168
Modified:
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx
trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx
Log:
Extra name="#{clientId}" attributes removed from DIVs
Modified:
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx
===================================================================
---
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx 2007-03-26
19:24:34 UTC (rev 167)
+++
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx 2007-03-26
20:02:55 UTC (rev 168)
@@ -25,7 +25,7 @@
onmouseover="this.className='dr-menu-label dr-menu-label-select
rich-menu-label rich-menu-label-select'"
onmouseout="this.className='dr-menu-label dr-menu-label-unselect
rich-menu-label rich-menu-label-unselect'">
<span class="dr-label-text-decor
rich-label-text-decor">#{component.attributes['value']}</span>
- <div id="#{clientId}" name="#{clientId}"
+ <div id="#{clientId}"
style="width: #{component.attributes['popupWidth']};"
class="dr-menu-list-border dr-menu-list-position
rich-menu-list-border rich-menu-list-position">
<div class="dr-menu-list-bg rich-menu-list-bg">
Modified:
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx
===================================================================
---
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx 2007-03-26
19:24:34 UTC (rev 167)
+++
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx 2007-03-26
20:02:55 UTC (rev 168)
@@ -13,7 +13,7 @@
<f:clientid var="clientId"/>
- <div id="#{clientId}" name="#{clientId}"
class="dr-menu-separator rich-menu-separator">
+ <div id="#{clientId}" class="dr-menu-separator
rich-menu-separator">
</div>
</f:root>
\ No newline at end of file
Modified: trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx
===================================================================
--- trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx 2007-03-26 19:24:34 UTC (rev
167)
+++ trunk/richfaces/tabPanel/src/main/templates/tabPanel.jspx 2007-03-26 20:02:55 UTC (rev
168)
@@ -47,7 +47,7 @@
</table>
<c:if test="#{clientSide}">
<div style="display: none;"><input type="hidden"
- id="#{clientId}_input" name="#{clientId}"
+ id="#{clientId}_input"
value="#{this:getValueAsString(context, component)}" /> <f:call
name="encodeTabsScript" /></div>
</c:if> <f:call name="utils.encodeEndFormIfNessesary"
/></td>
Show replies by date