I am using Spring MVC + tiles + webflow. All the transitions are in embedded mode and using spring js + tiles to partially render the page on transitions.
Is there any possible way to trigger ajax transitions manually, meaning not having to physically click on button or a tag?


Reply With Quote