We're using Ajax with the portal. We see examples of how to use servlets to handle Ajax requests and got that working, but we would prefer to have Ajax just call the associated portlet's actionURL and have the portlet generate the little HTML fragment we want our div tag to be populated with.
Right now, the doView method send us to the .jsp file we want, but it includes all the extra portal wrapper HTML around it, such as the header portion of the page. We get a portal-within-a-portlet-within-a-portal effect. This is expected because of the default rendering model. Is there a way to have the doView() method sometimes just forward to the wanted .jsp file results so that only that .jsp-generated content is sent back? i.e. just don't add the rest of the portal-provided decorations. I think there may be tools in the portal code that can do things we need, but am struggling with knowing what options/features are available because there is a lack of documentation linking it all together. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938512#3938512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938512 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
