> Script components must be contained within a Body > component. > component: >
As the error message points out, instead of using the usual html <body>, you must use the tapestry body component. http://jakarta.apache.org/tapestry/doc/ComponentReference/Body.html Shing --- [EMAIL PROTECTED] wrote: > Hi everybody.. > > I'm building a contrib:Table component. In one of > the columns, I need to > embed a link which would popup another window to > give some further details > pertaining to that row. I know of the > contrib:PopupLink that could be used here. > > I have the .html file having: > <td><span jwcid="popupLink"/></td> > > and the corresponding .page file: > <component id="popupLink" type="contrib:PopupLink"> > <binding name="href" expression="CDRPopup.html" > /> > </component> > > But I get an ApplicationRuntimeException saying: > > Script components must be contained within a Body > component. > component: > [EMAIL PROTECTED]/alerts.popupLink.popoutScript] > > > > Guess I have missed out some thing here.. Could > someone help me out > please? > > Thanks And Regards, > Shubhra Home page : http://uk.geocities.com/matmsh/index.html ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
