Re: popup LinkSubmit

2006-08-17 Thread Mael Caldas
I'm thinking about use the DirectLink, passing the entity id as the parameter on each link, and them retrieve the entity from database on the listener, like I said... will be easier.. Thanks Jesse! On 8/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: You'll probably have to change the forms

Re: popup LinkSubmit

2006-08-16 Thread Jesse Kuhnert
You'll probably have to change the forms target back to what it was previously - after opening the popup..(I think it's called _self ? ) There's probably a more elegant way to do it in javascript but I'm just reciting what I saw recently on another tap3 based project that did exactly what you des

Re: popup LinkSubmit

2006-08-16 Thread Mael Caldas
The problem is that there are another links that submits the same form, but I don't want to pop up in these another links. Just in one. The case is, I have some Entities, listed by name, with links to edit, remove e show details (Using AjaxDirectLink, like the flags on Tacos), and a link called

Re: popup LinkSubmit

2006-08-16 Thread Jesse Kuhnert
You can change the target of the form temporarilySomething like: Something like that, you'll have to google the details...Just make sure you call IRequestCycle.activate() on the other page to be sure it gets rendered out to the popup. On 8/16/06, Mael Caldas <[EMAIL PROTECTED]> wrote: Hi