1 2 Previous Next 21 Replies Latest reply on Jul 16, 2009 3:22 AM by vidda

    Error in Editor Component.

    tony.herstell1

       

      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Error - An error occurred during conversion seam text to html</title>
      <style type="text/css">
      body, div, span, td, th, caption { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-size: small; }
      ul, li, pre { padding: 0; margin: 0; }
      h1 { color: #900; }
      h2, h2 span { font-size: large; color: #339; }
      h2 a { text-decoration: none; color: #339; }
      .grayBox { padding: 8px; margin: 10px 0; border: 1px solid #CCC; background-color: #f9f9f9; }
      #error { color: #900; font-weight: bold; font-size: medium; }
      #trace, #tree, #vars { display: none; }
      code { font-size: medium; }
      #tree dl { color: #006; }
      #tree dd { margin-top: 2px; margin-bottom: 2px; }
      #tree dt { border: 1px solid #DDD; padding: 4px; border-left: 2px solid #666; font-family: "Courier New", Courier, mono; font-size: small; }
      .uicText { color: #999; }
      table { border: 1px solid #CCC; border-collapse: collapse; border-spacing: 0px; width: 100%; text-align: left; }
      td { border: 1px solid #CCC; }
      thead tr th { padding: 2px; color: #030; background-color: #F9F9F9; }
      tbody tr td { padding: 10px 6px; }
      table caption { text-align: left; padding: 10px 0; font-size: large; }
      </style>
      <style type="text/css" media="print">
      #trace, #tree, #vars { display: block; }
      </style>
      <script language="javascript" type="text/javascript">
      function faceletstoggle(id) {
       var style = document.getElementById(id).style;
       if ("block" == style.display) {
       style.display = "none";
       document.getElementById(id+"Off").style.display = "inline";
       document.getElementById(id+"On").style.display = "none";
       } else {
       style.display = "block";
       document.getElementById(id+"Off").style.display = "none";
       document.getElementById(id+"On").style.display = "inline";
       }
      }
      </script>
      </head>
      <body>
      <h1>An Error Occurred:</h1>
      <div id="error" class="grayBox" style="border: 1px solid #900;">An error occurred during conversion seam text to html</div>
      
      <h2><a href="#" onclick="faceletstoggle('trace'); return false;"><span id="traceOff">+</span><span id="traceOn" style="display: none;">-</span> Stack Trace</a></h2>
      <div id="trace" class="grayBox"><pre><code>javax.faces.convert.ConverterException: An error occurred during conversion seam text to html
       at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:91)
       at org.ajax4jsf.util.InputUtils.getConvertedStringValue(InputUtils.java:114)
       at org.richfaces.renderkit.EditorRendererBase.getFormattedComponentStringValue(EditorRendererBase.java:106)
       at org.richfaces.renderkit.html.EditorRenderer.doEncodeEnd(EditorRenderer.java:234)
       at org.richfaces.renderkit.html.EditorRenderer.doEncodeEnd(EditorRenderer.java:305)
       at org.ajax4jsf.renderkit.RendererBase.encodeEnd(RendererBase.java:135)
       at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:861)
       at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:286)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:124)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:67)
       at org.ajax4jsf.renderkit.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:115)
       at org.ajax4jsf.renderkit.AjaxContainerRenderer.encodeAjax(AjaxContainerRenderer.java:123)
       at org.ajax4jsf.component.AjaxViewRoot.encodeAjax(AjaxViewRoot.java:677)
       at org.ajax4jsf.component.AjaxViewRoot.encodeChildren(AjaxViewRoot.java:548)
       at javax.faces.component.UIComponent.encodeAll(UIComponent.java:930)
       at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
       at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
       at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
       at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
       at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
       at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
       at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
       at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
       at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
       at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
       at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
       at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
       at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
       at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
       at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
       at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
       at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
       at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
       at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
       at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
       at java.lang.Thread.run(Thread.java:595)
      Caused by: line 1:98: Invalid URI
       at org.jboss.seam.text.SeamTextParser$DefaultSanitizer.createSemanticException(SeamTextParser.java:403)
       at org.jboss.seam.text.SeamTextParser$DefaultSanitizer.validateLinkTagURI(SeamTextParser.java:271)
       at org.jboss.seam.text.SeamTextParser.link(SeamTextParser.java:1547)
       at org.jboss.seam.text.SeamTextParser.plain(SeamTextParser.java:1118)
       at org.jboss.seam.text.SeamTextParser.line(SeamTextParser.java:1001)
       at org.jboss.seam.text.SeamTextParser.paragraph(SeamTextParser.java:772)
       at org.jboss.seam.text.SeamTextParser.text(SeamTextParser.java:711)
       at org.jboss.seam.text.SeamTextParser.startRule(SeamTextParser.java:632)
       at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:86)
       ... 66 more
      </code></pre></div>
      <h2><a href="#" onclick="faceletstoggle('tree'); return false;"><span id="treeOff">+</span><span id="treeOn" style="display: none;">-</span> Component Tree</a></h2>
      <div id="tree" class="grayBox"><code><dl><dt><AjaxViewRoot id="_viewRoot" immediate="false" locale="en" renderKitId="HTML_BASIC" renderRegionOnly="false" rendered="true" selfRendered="false" submitted="true" transient="false" viewId="/richfaces/editor.xhtml"></dt><dd><dl><dt class="uicText"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" ></dt></dl></dd><dd><dl><dt class="uicText"><html xmlns="http://www.w3.org/1999/xhtml">
      
      <head>
      <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"/>
      
      <title></dt></dl></dd><dd><dl><dt class="uicText">RichFaces - Open Source Rich JSF Components - Editor component</dt></dl></dd><dd><dl><dt class="uicText"></title>
      <link rel="STYLESHEET" type="text/css" href="${facesContext.externalContext.requestContextPath}/css/common.css"/></dt></dl></dd><dd><dl><dt class="uicText"><style type="text/css">
      body{
       background-image : url(${facesContext.externalContext.requestContextPath}/images/page_bg.gif);
      }
      li{
       list-style : outside url(${facesContext.externalContext.requestContextPath}/images/bullet_arrow.gif);
      }
      .top_navbar td{
       background-image : url(${facesContext.externalContext.requestContextPath}/images/top_nav_bg.gif);
      }
      .panel_menu{
       background-image : url(${facesContext.externalContext.requestContextPath}/images/menu_bg.gif);
      }
      .content_tab {
       background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tabpanel_bg.jpg);
      }
      .active_tab {
       background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tab_unactive_bg.gif);
      }
      .inactive_tab {
       background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tab_active_bg.gif);
      }
      h1.hsample {
       font-size:19px;
      }
      div.esample {
       border-right: #CCCCCC 1px solid;
       padding-right: 8px;
       border-top: #CCCCCC 1px solid;
       padding-left: 8px;
       padding-bottom: 0px;
       border-left: #CCCCCC 1px solid;
       padding-top: 0px;
       border-bottom: #CCCCCC 1px solid
      }
      p {
       font-family : verdana;
       font-size : 11px;
       line-height : 150%;
      }
      a {
       color : #ACBECE
      }
      p.note {
       padding : 15px 15px 15px 85px;
       margin : 20px; border : 1px solid #ACBECE;
       background: url(${facesContext.externalContext.requestContextPath}/images/note_bg.gif) top left no-repeat #F0F3F7
      }
      </style></dt></dl></dd><dd><dl><dt class="uicText"></head>
      
      <body></dt></dl></dd><dd><dl><dt class="uicText"><div class="page_brick"/>
      <table class="top_navbar" cellpadding="0" cellspacing="0" border="0">
      <tbody>
       <tr>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id7" rendered="true" transient="false" value="http://labs.jboss.com/portal/jbossrichfaces/downloads"></dt><dd><dl><dt class="uicText">Download</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id10" rendered="true" transient="false" value="http://jboss.com/index.html?module=bb&op=viewforum&f=261"></dt><dd><dl><dt class="uicText">Support</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id13" rendered="true" transient="false" value="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/index.html"></dt><dd><dl><dt class="uicText">Developer Guide</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
      
      </tbody>
      </table></dt></dl></dd><dd><dl><dt><HtmlForm enctype="application/x-www-form-urlencoded" id="j_id16" prependId="true" rendered="true" submitted="false" transient="false"></dt><dd><dl><dt class="uicText"><table class="skin_chooser" cellpadding="0" cellspacing="0" border="0">
      <tbody>
       <tr>
       <td>
       <strong>Skins:</strong>
       </td>
       <td></dt></dl></dd><dd><dl><dt><HtmlTogglePanel id="skin_chooser" immediate="false" localValueSet="true" rendered="true" required="false" stateOrder="s,b" switchType="ajax" transient="false" valid="true" value="s"></dt><dd class="uicFacet"><span>b</span><dl><dt><HtmlPanelGroup id="j_id42" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table class="skin_line" cellpadding="0" cellspacing="0" border="0">
       <tbody>
       <tr>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id44" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Laguna</dt></dl></dd><dd><dl><dt><UIParameter id="j_id46" name="s" rendered="true" transient="false" value="laguna"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id48" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Glass-X</dt></dl></dd><dd><dl><dt><UIParameter id="j_id50" name="s" rendered="true" transient="false" value="glassX"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id52" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Dark-X</dt></dl></dd><dd><dl><dt><UIParameter id="j_id54" name="s" rendered="true" transient="false" value="darkX"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id56" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">BlueSky</dt></dl></dd><dd><dl><dt><UIParameter id="j_id58" name="s" rendered="true" transient="false" value="blueSky"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id60" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Classic</dt></dl></dd><dd><dl><dt><UIParameter id="j_id62" name="s" rendered="true" transient="false" value="classic"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id64" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Ruby</dt></dl></dd><dd><dl><dt><UIParameter id="j_id66" name="s" rendered="true" transient="false" value="ruby"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id68" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Wine</dt></dl></dd><dd><dl><dt><UIParameter id="j_id70" name="s" rendered="true" transient="false" value="wine"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id72" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">DeepMarine</dt></dl></dd><dd><dl><dt><UIParameter id="j_id74" name="s" rendered="true" transient="false" value="deepMarine"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id76" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">EmeraldTown</dt></dl></dd><dd><dl><dt><UIParameter id="j_id78" name="s" rendered="true" transient="false" value="emeraldTown"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id80" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Sakura</dt></dl></dd><dd><dl><dt><UIParameter id="j_id82" name="s" rendered="true" transient="false" value="japanCherry"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id84" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Plain</dt></dl></dd><dd><dl><dt><UIParameter id="j_id86" name="s" rendered="true" transient="false" value="plain"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id88" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Default</dt></dl></dd><dd><dl><dt><UIParameter id="j_id90" name="s" rendered="true" transient="false" value="DEFAULT"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
      
       <td class="control"></dt></dl></dd><dd><dl><dt><HtmlToggleControl ajaxSingle="false" bypassUpdates="false" for="skin_chooser" id="j_id92" ignoreDupResponses="false" immediate="false" limitToList="false" rendered="true" requestDelay="-2147483648" style="" styleClass="" timeout="-2147483648" transient="false" value="...less"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd class="uicFacet"><span>s</span><dl><dt><HtmlPanelGroup id="j_id18" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table class="skin_line" cellpadding="0" cellspacing="0" border="0">
       <tbody>
       <tr>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id20" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">BlueSky</dt></dl></dd><dd><dl><dt><UIParameter id="j_id22" name="s" rendered="true" transient="false" value="blueSky"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id24" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Laguna</dt></dl></dd><dd><dl><dt><UIParameter id="j_id26" name="s" rendered="true" transient="false" value="laguna"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id28" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Glass-X</dt></dl></dd><dd><dl><dt><UIParameter id="j_id30" name="s" rendered="true" transient="false" value="glassX"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id32" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Dark-X</dt></dl></dd><dd><dl><dt><UIParameter id="j_id34" name="s" rendered="true" transient="false" value="darkX"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id36" rendered="true" transient="false" value="/richfaces-demo/richfaces/editor.jsf"></dt><dd><dl><dt class="uicText">Classic</dt></dl></dd><dd><dl><dt><UIParameter id="j_id38" name="s" rendered="true" transient="false" value="classic"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td class="control"></dt></dl></dd><dd><dl><dt><HtmlToggleControl ajaxSingle="false" bypassUpdates="false" for="skin_chooser" id="j_id40" ignoreDupResponses="false" immediate="false" limitToList="false" rendered="true" requestDelay="-2147483648" style="" styleClass="" timeout="-2147483648" transient="false" value="more..."/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dt></HtmlTogglePanel></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
      
      </tbody>
      </table></dt></dl></dd><dt></HtmlForm></dt></dl></dd><dd><dl><dt class="uicText"><table class="left_menu" cellpadding="0" cellspacing="0" border="0">
      <tbody>
       <tr>
       <td></dt></dl></dd><dd><dl><dt><HtmlPanel bodyClass="rich-laguna-panel-no-header" id="j_id96" rendered="true" styleClass="panel_documents" transient="false"></dt><dd><dl><dt class="uicText"><strong>#{componentNavigator.currentComponent.name}</strong>
       <ul>
       <li></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id98" rendered="true" target="_blank" transient="false" value="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/editor.html"></dt><dd><dl><dt class="uicText">Developers Guide</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></li>
       <li></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id101" rendered="true" target="_blank" transient="false" value="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/tlddoc/rich/editor.html"></dt><dd><dl><dt class="uicText">Tld Documentation</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></li>
       <li></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id104" rendered="true" target="_blank" transient="false" value="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIEditor.html"></dt><dd><dl><dt class="uicText">Component Class Documentation</dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></li>
       </ul></dt></dl></dd><dt></HtmlPanel></dt></dl></dd><dd><dl><dt class="uicText"><div class="menu_separator">
      
       </div></dt></dl></dd><dd><dl><dt><HtmlPanel bodyClass="rich-laguna-panel-no-header" id="j_id108" rendered="true" styleClass="panel_menu" transient="false"></dt><dd><dl><dt><HtmlPanelBar contentStyle="background:none;" headerStyle="" headerStyleActive="" height="670px" id="j_id109" immediate="false" localValueSet="false" onclick="" onitemchange="" onmousemove="" onmouseout="" onmouseover="" rendered="true" required="false" selectedPanel="richInputs" style="width: auto;" switchType="client" transient="false" valid="true" width="100%"></dt><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="ajaxSupport" label="auto generated label" name="ajaxSupport" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id110" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id112" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Ajax Support"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id114" ismap="false" rendered="true" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@10fd299" first="0" id="j_id117" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id119" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id120" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id122" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id124" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id125" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="ajaxResources" label="auto generated label" name="ajaxResources" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id128" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id130" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Resources/Beans Handling"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id132" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@1cb687d" first="0" id="j_id135" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id137" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id138" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id140" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id142" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id143" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richValidators" label="auto generated label" name="richValidators" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id146" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id148" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Ajax Validators"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id150" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@138f5d3" first="0" id="j_id153" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id155" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id156" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id158" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id160" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id161" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="ajaxOutput" label="auto generated label" name="ajaxOutput" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id164" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id166" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Ajax Output"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id168" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@92fa87" first="0" id="j_id171" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id173" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id174" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id176" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id178" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id179" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="ajaxMisc" label="auto generated label" name="ajaxMisc" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id182" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id184" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Ajax Miscellaneous"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id186" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@17ddd5e" first="0" id="j_id189" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id191" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id192" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id194" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id196" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id197" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richDataIterators" label="auto generated label" name="richDataIterators" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id200" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id202" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Data Iteration"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id204" ismap="false" rendered="true" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@d255fc" first="0" id="j_id207" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id209" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id210" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id212" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id214" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id215" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richDragDrop" label="auto generated label" name="richDragDrop" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id218" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id220" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Drag-Drop Support"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id222" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@10b222c" first="0" id="j_id225" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id227" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id228" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id230" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id232" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id233" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richMenu" label="auto generated label" name="richMenu" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id236" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id238" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Menu"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id240" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@1f091e8" first="0" id="j_id243" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id245" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id246" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id248" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id250" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id251" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richTree" label="auto generated label" name="richTree" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id254" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id256" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Trees"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id258" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@fb4ebb" first="0" id="j_id261" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id263" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id264" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id266" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id268" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id269" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richOutputs" label="auto generated label" name="richOutputs" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id272" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id274" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Output"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id276" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@edfe79" first="0" id="j_id279" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id281" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id282" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id284" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id286" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id287" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richInputs" label="auto generated label" name="richInputs" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id290" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id292" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Input"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id294" ismap="false" rendered="true" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@ddbd7c" first="0" id="j_id297" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id299" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id300" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id302" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id304" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id305" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richSelect" label="auto generated label" name="richSelect" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id308" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id310" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Selects"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id312" ismap="false" rendered="true" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@1c352ce" first="0" id="j_id315" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id317" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id318" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id320" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id322" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id323" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dd><dl><dt><HtmlPanelBarItem contentStyle="" expanded="false" headerStyle="" headerStyleActive="" id="richMisc" label="auto generated label" name="richMisc" onenter="" onleave="" rendered="true" transient="false"></dt><dd class="uicFacet"><span>label</span><dl><dt><HtmlPanelGroup id="j_id326" layout="block" rendered="true" transient="false"></dt><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" width="100%">
       <tbody>
       <tr valign="middle">
       <td width="100%" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlOutputText escape="true" id="j_id328" rendered="true" style="font-family:Arial,Verdana,sans-serif; font-size:11px;" transient="false" value="Rich Miscellaneous"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       <td align="right" valign="middle"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage id="j_id330" ismap="false" rendered="false" transient="false" url="/images/icons/ico_new_group.gif" value="/images/icons/ico_new_group.gif"/></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
       </tbody>
       </table></dt></dl></dd><dt></HtmlPanelGroup></dt></dl></dd><dd><dl><dt class="uicText"><table border="0" cellpadding="0" cellspacing="1">
       <tbody></dt></dl></dd><dd><dl><dt><HtmlAjaxRepeat componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@717109" first="0" id="j_id333" rendered="true" rowIndex="-1" rows="0" transient="false" var="component"></dt><dd><dl><dt class="uicText"><tr class="#{component.current?'active':'unactive'}" onmouseover="this.className='active'" onmouseout="this.className='#{component.current?'active':'unactive'}'">
       <td class="ico"><div style="width: 16px;height: 16px;"></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="16" id="j_id335" ismap="false" rendered="true" transient="false" width="16"/></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="10" id="j_id336" ismap="false" rendered="false" style="position:relative; top:-6px; left:10px;" transient="false" url="/images/icons/ico_new_item.gif" value="/images/icons/ico_new_item.gif" width="10"/></dt></dl></dd><dd><dl><dt class="uicText"></div></td>
       <td class="text #{component.newComponent?'bold':''}" width="100%"></dt></dl></dd><dd><dl><dt><HtmlOutputLink disabled="false" id="j_id338" rendered="true" style="display:block;height:20px" transient="false"></dt><dd><dl><dt class="uicText"><span style="display:block;padding-top:3px;text-decoration : none; color : #000000;">
       #{component.name}
       </span></dt></dl></dd><dd><dl><dt><UIParameter id="j_id340" name="c" rendered="true" transient="false"/></dt></dl></dd><dd><dl><dt><UIParameter id="j_id341" name="tab" rendered="true" transient="false"/></dt></dl></dd><dt></HtmlOutputLink></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr></dt></dl></dd><dt></HtmlAjaxRepeat></dt></dl></dd><dd><dl><dt class="uicText"></tbody>
      
      </table></dt></dl></dd><dt></HtmlPanelBarItem></dt></dl></dd><dt></HtmlPanelBar></dt></dl></dd><dt></HtmlPanel></dt></dl></dd><dd><dl><dt class="uicText"></td>
       </tr>
      </tbody>
      </table></dt></dl></dd><dd><dl><dt><HtmlGraphicImage alt="" height="40" id="j_id345" ismap="false" rendered="true" styleClass="component_name" transient="false" url="/images/cn_Editor.gif" value="/images/cn_Editor.gif"/></dt></dl></dd><dd><dl><dt class="uicText"><table cellpadding="0" cellspacing="0" border="0" class="content_container" width="100%">
      <tbody>
       <tr>
       <td>
       <div class="content_container_left_brick"/>
       </td>
       <td width="100%" class="content_container_pdddings">
      <!-- tabpanel begin --></dt></dl></dd><dd><dl><dt><HtmlTabPanel activeTabClass="active_tab" contentClass="content_tab" headerAlignment="left" headerClass="header_tabs_class" headerSpacing="1px" id="tabber" immediate="false" inactiveTabClass="inactive_tab" localValueSet="false" ontabchange="" rendered="true" renderedValue="usage" required="false" selectedTab="usage" styleClass="top_tab" switchType="server" transient="false" valid="true" value="usage" valueChangeListener="#{componentNavigator.tabPanelSwitched}"></dt><dd><dl><dt><HtmlTab active="false" ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id347" ignoreDupResponses="false" immediate="false" label="Usage" limitToList="false" name="usage" ontabenter="" ontableave="" rendered="true" requestDelay="-2147483648" timeout="-2147483648" transient="false"></dt><dd><dl><dt class="uicText"><p>
       <b>RichFaces Editor</b> component provides possibility to use <b>tinyMCE
       widget </b>as first class citizen within JSF environment.
       </p>
       <p>
       It has almost all the properties and features of original widget
       and adds next additional features:
       </p>
       <ul>
       <li>
       Seam text supported out of the box using built-in converter.
       </li>
       <li>
       RichFaces skinnability
       </li>
       <li>
       Manageable configurations mechanism implemented.
       </li>
       </ul>
      
       <fieldset class="demo_fieldset">
       <legend class="demo_legend">Editor demo</legend>
       <div class="sample-container"></dt></dl></dd><dd><dl><dt class="uicText"><style>
      .column {
       width: 400px;
       vertical-align: top;
      }
      
      </style></dt></dl></dd><dd><dl><dt><HtmlForm enctype="application/x-www-form-urlencoded" id="form" prependId="true" rendered="true" submitted="true" transient="false"></dt><dd><dl><dt><HtmlPanelGrid border="-2147483648" columnClasses="column,column" columns="2" id="j_id350" rendered="true" transient="false" width="100%"></dt><dd><dl><dt><HtmlPanelGroup id="j_id351" layout="block" rendered="true" style="height:320px;width:400px;" transient="false"></dt><dd><dl><dt><HtmlEditor autoResize="false" configuration="/org/richfaces/demo/editor/simple" converter="org.richfaces.convert.seamtext.DefaultSeamTextConverter@8d9223" dialogType="modal" height="300" id="editor" immediate="false" localValueSet="false" onchange="if (! document.getElementById('form:editorvalue')) return false;;A4J.AJAX.Submit('_viewRoot','form',event,{'parameters':{'form:j_id352':'form:j_id352','ajaxSingle':'form:editor'} ,'actionUrl':'/richfaces-demo/richfaces/editor.jsf','similarityGroupingId':'form:j_id352','control':this,'implicitEventsQueue':'form:j_id352','requestDelay':1000} )" readonly="false" rendered="true" required="false" style="" styleClass="" transient="false" type="TinyMCE" useSeamText="true" valid="true" value="
      
      + sdf dfsdf s
      `df`<address>sdf </address>
      
      ++ sdf
       sdf sdfsdf
      
      ^sdfsdfsdfsdf^
      
      sdfsdfsdfsdf
      
      [=>null][fdsdfsdf=>http://www.selwynequestriancentre.co.nz]


        1 2 Previous Next