Bug still exists with following snippet:

<select jwcid="@Select">
                <span jwcid="@Foreach" source="ognl:colorsList"  
value="ognl:synColor">
                        <span jwcid="@Option" label="ognl:synColor"   
selected="ognl:synSelected"/>
                </span>
     </select> 
 
   <select jwcid="@Select">
                <span jwcid="@Foreach" source="ognl:colorsList2" 
value="ognl:synColor2">
                        <span jwcid="@Option" label="ognl:synColor2"   
selected="ognl:synSelected2"/>
                </span>
     </select>   


The org.apache.hivemind.ApplicationRuntimeException always thrown with message:
Select components may not be nested.

I'm upgrading my project now,the problem is much more urgent!Can anybody help 
me?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to