<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: condition for selectOneMenu not working on edit tab in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315974#M2975</link>
    <description>&lt;P&gt;Thank you [Greg Drayon](https&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 10:28:36 GMT</pubDate>
    <dc:creator>ITShine_</dc:creator>
    <dc:date>2016-01-18T10:28:36Z</dc:date>
    <item>
      <title>condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315968#M2969</link>
      <description>&lt;P&gt;I'm using the following code to display some drop down lists based on condition , it's working fine when creating a document but when trying to modify the documents , the select doesn't change i keep getting the first value . I'm using Nuxeo 7.10
Here is the code i'm using :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div xmlns="http://www.w3.org/1999/xhtml"
  xmlns:f="http://java.sun.com/jsf/core"
  xmlns:h="http://java.sun.com/jsf/html"
  xmlns:c="http://java.sun.com/jstl/core"
  xmlns:t="http://myfaces.apache.org/tomahawk"
  xmlns:ui="http://java.sun.com/jsf/facelets"
  xmlns:nxu="http://nuxeo.org/nxweb/util"
  xmlns:nxd="http://nuxeo.org/nxweb/document"
  xmlns:nxh="http://nuxeo.org/nxweb/html"
  xmlns:nxdir="http://nuxeo.org/nxdirectory"
  xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"&amp;gt;
&amp;lt;h:head&amp;gt;

&amp;lt;/h:head&amp;gt;
&amp;lt;h:form &amp;gt;
  
      
	 &amp;lt;h:selectOneMenu id="thekeywords" value="#{field}"&amp;gt;
		&amp;lt;f:selectItem itemLabel="Sélectionner une valeur" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Techniques de l’entreprise" itemLabel="Techniques de l’entreprise" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Développement du dirigeant" itemLabel="Développement du dirigeant" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Environnement de l’entreprise" itemLabel="Environnement de l’entreprise" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Management" itemLabel="Management" /&amp;gt;
        &amp;lt;f:ajax render="tables" /&amp;gt;
      &amp;lt;/h:selectOneMenu&amp;gt;
      &amp;lt;h:panelGroup id="tables"&amp;gt;
      &amp;lt;h:outputLabel for="#{widget.id}_tech" rendered="#{field == 'Techniques de l’entreprise'}" &amp;gt;Nature &amp;lt;/h:outputLabel&amp;gt;
     
	 &amp;lt;h:selectOneMenu id="#{widget.id}_tech" value="#{field_1}" rendered="#{field == 'Techniques de l’entreprise'}"&amp;gt;
		&amp;lt;f:selectItem itemLabel="Sélectionner une valeur" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Stratégie" itemLabel="Stratégie" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Ressources Humaines" itemLabel="Ressources Humaines" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Marketing" itemLabel="Marketing" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Commercial" itemLabel="Commercial" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Nouvelles Technologies" itemLabel="Nouvelles Technologies" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Finance et Fiscalité" itemLabel="Finance et Fiscalité" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Gouvernance" itemLabel="Gouvernance" /&amp;gt;
        &amp;lt;f:ajax render="tables" /&amp;gt;
      &amp;lt;/h:selectOneMenu&amp;gt;
    
    &amp;lt;h:outputLabel for="#{widget.id}_dev" rendered="#{field == 'Développement du dirigeant'}"&amp;gt;Nature &amp;lt;/h:outputLabel&amp;gt;
     
	 &amp;lt;h:selectOneMenu id="#{widget.id}_dev" value="#{field_1}" rendered="#{field == 'Développement du dirigeant'}"&amp;gt;
		&amp;lt;f:selectItem itemLabel="Sélectionner une valeur" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Connaissance de soi" itemLabel="Connaissance de soi" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Développer ses savoirs faire" itemLabel="Développer ses savoirs faire" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Développer son Équilibre personnel" itemLabel="Développer son Équilibre personnel" /&amp;gt;
		&amp;lt;f:ajax render="tables" /&amp;gt;
      &amp;lt;/h:selectOneMenu&amp;gt;
	 
    &amp;lt;h:outputLabel for="#{widget.id}_env" rendered="#{field == 'Environnement de l’entreprise'}"&amp;gt;Nature &amp;lt;/h:outputLabel&amp;gt;
    
	  &amp;lt;h:selectOneMenu id="#{widget.id}_env" value="#{field_1}" rendered="#{field == 'Environnement de l’entreprise'}"&amp;gt;
		&amp;lt;f:selectItem itemLabel="Sélectionner une valeur" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Changement et Transformation" itemLabel="Changement et Transformation" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Géopolitique" itemLabel="Géopolitique" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Prospective" itemLabel="Prospective" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Culture Générale" itemLabel="Culture Générale" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Créativité" itemLabel="Créativité" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Innovation" itemLabel="Innovation" /&amp;gt;
        &amp;lt;f:ajax render="tables" /&amp;gt;
      &amp;lt;/h:selectOneMenu&amp;gt;

	 &amp;lt;h:outputLabel for="#{widget.id}_mng" rendered="#{field == 'Management'}"&amp;gt;Nature &amp;lt;/h:outputLabel&amp;gt;
     
    &amp;lt;h:selectOneMenu id="#{widget.id}_mng" value="#{field_1}" rendered="#{field == 'Management'}"&amp;gt;
		&amp;lt;f:selectItem itemLabel="Sélectionner une valeur" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Comportement" itemLabel="Comportement" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Leadership" itemLabel="Leadership" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Organisation" itemLabel="Organisation" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Négociation" itemLabel="Négociation" /&amp;gt;
		&amp;lt;f:selectItem itemValue="Changement" itemLabel="Changement" /&amp;gt;
        &amp;lt;f:ajax render="tables" /&amp;gt;
      &amp;lt;/h:selectOneMenu&amp;gt;
    &amp;lt;/h:panelGroup&amp;gt;
    
 &amp;lt;/h:form&amp;gt;


  


  

  


  


  
&amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the console i'm getting those errors :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;
Failed to load resource: the server responded with a status of 404 (Introuvable)
'webkitMovementX' is deprecated. Please use 'movementX' instead. :8080/ged/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.0.Alpha3/PackedCompressed/org.richfaces/jquery.js:78 
'webkitMovementY' is deprecated. Please use 'movementY' instead. :8080/ged/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.0.Alpha3/PackedCompressed/org.richfaces/jquery.js:78 
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check &lt;A href="http://xhr.spec.whatwg.org/" target="test_blank"&gt;http://xhr.spec.whatwg.org/&lt;/A&gt;. :8080/ged/javax.faces.resource/jsf.js.faces?ln=javax.faces:1 
default.js:6043 Uncaught TypeError: jQuery(...).initTipsy is not a function
(program):3 Uncaught TypeError: jQuery(...).focusFirst is not a function
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Update&lt;/P&gt;
&lt;P&gt;Here is the code i'm using to display the select widget :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;widget name="rubrique" type="template"&amp;gt;
        &amp;lt;labels&amp;gt;
          &amp;lt;label mode="any"&amp;gt;
            Rubrique 
          &amp;lt;/label&amp;gt;
          
        &amp;lt;/labels&amp;gt;
        
        &amp;lt;translated&amp;gt;true&amp;lt;/translated&amp;gt;
        &amp;lt;fields &amp;gt;
          &amp;lt;field&amp;gt;rens:rubrique&amp;lt;/field&amp;gt;
          &amp;lt;field&amp;gt;rens:nature&amp;lt;/field&amp;gt;
        &amp;lt;/fields&amp;gt;
        &amp;lt;properties mode="any"&amp;gt;
          &amp;lt;property name="template"&amp;gt;
            /widgets/select_flavor_widget_temp.xhtml
          &amp;lt;/property&amp;gt;
           
          
        &amp;lt;/properties&amp;gt;
      &amp;lt;/widget&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2016 17:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315968#M2969</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-15T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315969#M2970</link>
      <description>&lt;P&gt;Have you tried to display the values of field and field_1? Maybe their value or their type isn't right.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 13:53:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315969#M2970</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-17T13:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315970#M2971</link>
      <description>&lt;P&gt;Hi [Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:53:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315970#M2971</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T08:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315971#M2972</link>
      <description>&lt;P&gt;Yes. But have you tried to display #{field_1}" and #{field}" in your page in creation AND in edition?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 09:40:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315971#M2972</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315972#M2973</link>
      <description>&lt;P&gt;[Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 09:53:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315972#M2973</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315973#M2974</link>
      <description>&lt;P&gt;You should try to display them directly, without an h&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:07:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315973#M2974</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315974#M2975</link>
      <description>&lt;P&gt;Thank you [Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315974#M2975</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T10:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315975#M2976</link>
      <description>&lt;P&gt;I would first check the class of the field value (#{field.class} and #{field_1.class}). Then, as it &lt;STRONG&gt;should&lt;/STRONG&gt; be a String, according to your example, and if it has one of the values you want it to have (either "Techniques de l’entreprise", "Développement du dirigeant", "Environnement de l’entreprise" or "Management"), I would then try the "eq" operator in my EL instead of "==". No sure it would solve your problem, but maybe worth it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:54:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315975#M2976</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T10:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315976#M2977</link>
      <description>&lt;P&gt;[Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:11:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315976#M2977</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T11:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315977#M2978</link>
      <description>&lt;P&gt;If it is, then if you don't see you dropdown list in your page, you should check the page code source (CRTL + U, if you use Firefox). As the rendition of the page code source is calculated server side, you should appear inside, even if the displayed page itself doesn't show the drop down list. If it doesn't appear in the page code source, then JS is not involved. One again, I would check in the page itself the values and class of field and field_1. Not through a summary layout or any other page, but from the edition form itself. But that's just me.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:20:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315977#M2978</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T11:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315978#M2979</link>
      <description>&lt;P&gt;[Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:28:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315978#M2979</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T11:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315979#M2980</link>
      <description>&lt;P&gt;OK, I clearly missed the hint. So you want the 2nd dropdown list to change when you change the value of the 1st one, without reloading the page nor saving the document? Like with some Ajax process?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:33:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315979#M2980</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315980#M2981</link>
      <description>&lt;P&gt;[Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:37:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315980#M2981</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315981#M2982</link>
      <description>&lt;P&gt;Got it. Yes, it won't do. When you create the document, the "field_1" has no value. Whe you save, the value is registered and you can see the second drop down list in the edition form because it is calculated to be displayed server side. I guess if you set a news value in the first drop down list, then save, then try to edit again, the second drop down list if correctly updated? If so, it's because the new value is not sent to the server before your sabing, and the page is not recalculated. You should check [this page](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:39:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315981#M2982</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T11:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315982#M2983</link>
      <description>&lt;P&gt;[Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:48:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315982#M2983</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315983#M2984</link>
      <description>&lt;P&gt;It can. But there is no Ajax in your given code.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:34:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315983#M2984</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T12:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315984#M2985</link>
      <description>&lt;P&gt;Can you try getting rid of the h&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315984#M2985</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2016-01-18T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315985#M2986</link>
      <description>&lt;P&gt;My bad, I hadn't seen the "f&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:43:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315985#M2986</guid>
      <dc:creator>Greg_Drayon</dc:creator>
      <dc:date>2016-01-18T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315986#M2987</link>
      <description>&lt;P&gt;Thank you [Greg Drayon](https&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:49:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315986#M2987</guid>
      <dc:creator>ITShine_</dc:creator>
      <dc:date>2016-01-18T12:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: condition for selectOneMenu not working on edit tab</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315987#M2988</link>
      <description>&lt;P&gt;Can you please share what you had to change to make it working?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:05:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/condition-for-selectonemenu-not-working-on-edit-tab/m-p/315987#M2988</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2016-01-18T13:05:58Z</dc:date>
    </item>
  </channel>
</rss>

