1. Accessing Liferay web content from inside a portlet? stackoverflow.comI have a Struts portlet being used in a Liferay Portal environment. I have been localizing my resource strings using standard resource files so far. I can access the message bundle ... |
2. How to change ContentURI in Weblogic Portlet? stackoverflow.comI am developing an application which uses Weblogic portlets and Struts. All I need to do is to load different jsp's in the same portlet based on the web browser that ... |
3. How to call particular method in action class from Portlets StrutsContent stackoverflow.comI am developing a web application which uses weblogic portlets and struts. This is what I have for now in the .portlet file.
|
4. Cannot call servlet from portlet using img tag struts.1045723.n5.nabble.comI have an imageservlet used to server dynamic images with the following mapping in the web.xml file: |
5. portlet with a servlet struts.1045723.n5.nabble.comHello, I have a struts2 portlet with a registration page that contains a captcha. The captcha i generate from a servlet that i declare in my web.xml and map to /captcha. The captcha's are identified by the session id of the request, and then are validated in my action using the ServletRequestAware interface and grabbing the session id from it. ... |
6. S2 portlet ajaxExample.jsp fix (?) struts.1045723.n5.nabble.comI am new to Struts 2 but have been a Struts bridge user for some time (and looking to migrate to Struts 2). I hope it is reasonable to expect that Struts2 portlets should work in "standalone" mode - i.e. not in a portlet container (a la Struts Bridge). I was having problems with ajaxExample.jsp from struts2-portlet-2.0.9. I ... |