Re: action class that responds to javascript request from another domain

2005-10-04 Thread Michael Jouravlev
http://struts.apache.org/api/org/apache/struts/action/Action.html#execute(org.apache.struts.action.ActionMapping,%20org.apache.struts.action.ActionForm,%20javax.servlet.http.HttpServletRequest,%20javax.servlet.http.HttpServletResponse) Basically, take HttpResponse from execute() arguments, write t

action class that responds to javascript request from another domain

2005-10-04 Thread Jeff Thorne
I am trying to allow users of my site to incorporate some of my sites content in their blog. I am letting them paste the following code in their site: http://mysite.com/blog/mypostings.jsp?id=23330";> I need my action class to send the following back to the javascript request.