Thanks,
I have a question about how to encode the data when sumbit data by YUI.
Like below,
var postData = "username=anonymous&userid=0";
function makeRequest(){
var request = YAHOO.util.Connect.asyncRequest('POST', sUrl, callback,
postData);
}
How can I encode the postData?
--
I want to write a demo using S2+YUI+JSON. And I got an issue about async call
struts2 action.
In my jsp file, there is call struts action. I want to submit same data to
sever and the server return the json result. But I fount the json plugin
can't populate the parameter form request to action.
Thanks you again for reply my question.
I got another question,
For YUI + struts2, do you prefer to use YUI plugin for struts2 or just use
YUI directly? Do we need to use DWR to transfter data?
Ted, I looked through your sample struts-pim.war. In that sample, you don't
use YUI plugin for strut
3 matches
Mail list logo