In general, if you want to construct a URL in Tapestry, it is best to
create an instance of ILink and then get the URL from that. Assuming
the service for which you have instantiated the iLink takes
parameters, it should be fairly self explanatory how to get the Link
to include those parameters i
Istvan Szucs a écrit :
The question is wrong.
The problem is solved.
I found this: http://lombok.demon.co.uk/tapestry4Demo/TestPopupSource.html
Hi,
I don't know it it can help, but there are some components on Tassel :
http://equalitylearning.org/Tassel/app?service=external/ViewComponent&sp
The question is wrong.
The problem is solved.
I found this: http://lombok.demon.co.uk/tapestry4Demo/TestPopupSource.html
Stef
> Hello!
>
> I have a page, with a javascript:
> function openPopup(startValue){
> var win2=window.open("./app/ListValues&startValue="+startValue,"Listed
> Values","width
Hello!
I have a page, with a javascript:
function openPopup(startValue){
var win2=window.open("./app/ListValues&startValue="+startValue,"Listed
Values","width=600px, height=600px, resizable=yes, center=yes, menubar=no,
scrollbars=yes, status=yes, minimize=no, maximize=no, help=no")
win2.creator=