> And if i use so then Sign.class is some as priavte Sign sign.
> WHY ?
@InjectPage grabs the page from a request level cache. This means that
no matter how many times or in how many components you inject a page
you get the same instance for the entire request (within the same
thread). When the Pa
Thank you this works...
Sorry i am stupid in java advance class usage,
but what abaout strange behaviour
@InjectPage
private Sign sign;
sign.setReturnPage("Failid");
sign.setSeisund("FAILID");
return linkSource.createPageRenderLink(Sign.class);
And if i use so then Sign.class is some as priav
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
PageRenderLinkSourc
hi,
How to add parameters into Tapetstry page java object if i open page with
javascript pop-up windows ?
Argo