Re: Generate JSP by dojo

2007-05-10 Thread Musachy Barroso
If you can use the tags that Struts already provides, then it is very easy, check this for examples: http://struts.apache.org/2.x/docs/ajax-tags.html if not, you can use dojo.bind in a normal fashion, just passing the url of your action as the url to use, and set the innerHTML when the request r

Generate JSP by dojo

2007-05-10 Thread Michał Letyński
Hi. I want to invoke the action from dojo (the result of action is a jsp) and then innerHtml this generated page. Is it possible ? If yes, how to get this generated jsp ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio