Hi,

I'm trying to call an actionlink from a javascript, but i'm getting:

Remote server closed the connection before sending response header

and I never see the pop up dialog in the javascript,

any idea how to avoid errors like this? Thanks.

A.C.

sample code:

in java:

public String getUpdateItem() {
        return resources.createActionLink("updateItem", false).toURI()
}


Object onUpdateItem() {
   return new TextStreamResponse("text/html", "ok");
}

in javascript:

jQuery.post(updateItem(), { item_no : ino  }, function(data){
   alert("Data Loaded: " + data);
  });
-- 
View this message in context: 
http://www.nabble.com/t5%3A-calling-action-link-from-a-javascript-tp25849523p25849523.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to