>> Yuri,
>>    instead of using the /FIleReceiver URL, do construct a URL by using
>> component resources in your page, e.g.

>> FileReceiver...:

>> public String getUploadUrl() {
>>         return
>> componentResources.createEventLink("fileUploaded").toAbsoluteURI();
>>     }

>> in your page template, use something like this to pass the URL to your
>> applet:

>> <applet .....>
>>    <param name="uploadUrl" value="${uploadUrl}" />
>> </applet>

> URL("http://localhost:8080"; + getParameter("uploadUrl"), where
> uploadUrl is "/addfiles:fileUploaded" and passed as you proposed,
> triggers just addfiles page (at least, onActivate), but not the event
> fileUploaded. I don't know why.

> Actually, it is no difference in URLs, as the one i did was the same, but
> sure that's more appropriate way.

    Sorry, after few more tries, it worked. Thanks for help and
    attention!


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

Reply via email to