There isn't much information in your request so I'm not going to write
a book guessing every possible thing you might be talking about.

If you know the parameters that you want to pass when you are
rendering the page that opens the popup then you can use something
like:
@Inject
PageRenderLinkSource linkSource;

public String getPopupLink() {
  return linkSource.createPageRenderLinkWithContext(pagename, param1,
param2); // to create the link
}

<script>
window.open('${popuplink}');
</script>

I haven't compiled/run this code so please forgive typos etc.

Josh

On Tue, Jan 11, 2011 at 3:58 AM, Argo Vilberg <wilps...@gmail.com> wrote:
> hi,
>
> How to add parameters into Tapetstry page java object if i open page with
>  javascript pop-up windows ?
>
>
> Argo
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to