Am Freitag, 17. Februar 2006 13:38 schrieb Łukasz Pachciarek: > Hello > > first... > I am new in tapestry :) > I created html template, it contains left-frame and right-frame > left-frame is menu frame, > right frame is data view frame (it contain table, only data in table > will change) > what element should I use (DirectLink, PageLink, ...) in menu in > left-frame to > refresh right-frame to fill the table new data? > > best regards
hi you can simply add a "target"-attribute to the link. if you have to pass an ID (or something) to your page in the right-frame use a DirectLink <span jwcid="@DirectLink" listener="listener:showMyData" parameters="ognl:id" target="right_frame">myLink</span> lukas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
