1. Rendering JSP in ALLOY DIALOG stackoverflow.comI am using ALLOY DIALOG in Liferay 6.0.5 as follows: function countPopup(){
|
2. how to render from one jsp page to other jsp page in plugins liferay.com |
3. How to return a rendered JSP in response to an Ajax call? liferay.comI know different response types such as XML, JSON, and HTML snippet can be returned in response to an Ajax call. Currently, I want to return an HTML snippet, but I don't like HTML snippet coded inside the Java Action class, which, I believe, is a bad programming style, specially in case of large HTML snippets. I prefer to render a ... |