Why don't you use PropertySelection? Geoff
On 7/22/05, tapestrycn <[EMAIL PROTECTED]> wrote: > 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] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
