Anyone else encounter this problem? Do I need to change something if I put this in a component?
Thanks --- Derek Brown <[EMAIL PROTECTED]> wrote: > In my home page I have something like: > > <form jwcid="@Form"> > <span jwcid="@PropertySelection" > model="ognl:@[EMAIL PROTECTED]" > > value="ognl:currentSelection" > onchange="literal:javascript:this.form.events.submit();"/> > </form> > > This code works fine when its on the home page. If I > move it into another component and then include the > component in the Home page, I always get the error, > component ($Form) not found in home page. > > Any Ideas? > > Component [EMAIL PROTECTED] does not > contain > a component $Form. > org.apache.tapestry.AbstractComponent.getComponent(AbstractComponent.java:344) > org.apache.tapestry.AbstractPage.getNestedComponent(AbstractPage.java:229) > org.apache.tapestry.engine.DirectService.service(DirectService.java:101) > > Thanks > > > > __________________________________ > Start your day with Yahoo! - Make it your home page! > > http://www.yahoo.com/r/hs > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
