<screen name="ConditionalScreen">
<section>
<condition>
<if-compare field="parameters.show" operator="equals" value="widgets"/>
</condition>
<actions>
<set field="name" value="madhi"/>
</actions>
<widgets>
<label text="Condition Passed. showing widget element. name is :
${name}"></label>
</widgets>
<fail-widgets>
<label text="Condition failed! Showing Fail-widgets element. name is :
${name}"></label>
</fail-widgets>
</section>
</screen>
I,m new to ofbiz...not able to get the value of name in the else part?...
Thanks in advance.