hey danny thanx a lot. that totally worked :)

On 7/20/05, Danny Mandel <[EMAIL PROTECTED]> wrote:
> 
> Hi Muhariz. This is not accomplished inside your listener method.
> Instead, use a PopupLinkRenderer in your link that invokes the listener:
> 
> For example:
> 
> <a jwcid="@ExternalLink" page="EditPage"
> parameters="ognl:accessoryPageId"
> renderer="ognl:beans.editLinkRenderer">edit</a>
> 
> And then in a .page file:
> 
> <bean class="org.apache.tapestry.contrib.link.PopupLinkRenderer"
> name="editLinkRenderer">
> <set-property name="windowName" expression="'editWindow'"/>
> <set-property name="features" expression="'width=800,
> height=500, scrollbars=yes, resizable=yes'"/>
> </bean>
> 
> Good luck,
> Danny
> 
> Muhariz Jabeer wrote:
> 
> >hey guys, i was trying to figure out a way to make the newly activated 
> page
> >open a new window.
> >
> >ie:
> >SomePage page = cycle.getPage("SomePage");
> >page.setSomeParam(param);
> >
> >cycle.activate(page); <-- how can i make this new page come up in a new
> >window???
> >
> >
> >-thanx
> >Muhariz.
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
In a long enough timeline,
every moment will feel like deja vu.
-Muhariz.

Reply via email to