aspose file tools
The moose likes Portals and Portlets and the fly likes Ajax form submit using action URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Ajax form submit using action URL" Watch "Ajax form submit using action URL" New topic
Author

Ajax form submit using action URL

Mike Skit
Greenhorn

Joined: Feb 09, 2008
Posts: 23
Hi All,
I am trying to submit a form using xhrPost with actionUrl and expect part of the page to be updated with the reponse.
The problem is : Since the lifecycle goes thru doView, the whole page is rendered on the target div.
So what i have is a Complete view inside a already rendered view.

I dont want to use resourceurl for the above.

Basically, Is it possible to refresh a section of the already rendered porlet page with ajax call using actionURL ?

Thanks,
-Mike
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Ajax form submit using action URL
 
Similar Threads
How to set the focus or navigate to the top of the JSP after submit ?
can't acces fieldcontent Clicking on a actionUrl Link on a JSP
Struts Form With AJAX
Struts action class call from java script
Update a region with new content from Ajax response