I've build an aplication that works in jboss portal. I acess the application with this url:
http://localhost:8080/portal/auth/portal/BEM-Portal/Acidentes The problem is that, in the firefox browser, when i submit an event, the page jumps to the current url. But in Internet Explorer, the page goes to http://localhost:8080/portal/auth/portal/BEM-Portal/, which is incorrect. Has anyone have problems regarding the browser? How can i solve my problem? Here is the URL of my page, obtained from the browser: | <form name="listForm" method="post" action="/portal/auth/index.html?ctrl:cmd=action&ctrl:mode=view&ctrl:window=BEM-Portal.Acidentes.EventsListPortletWindow&action=view"> | Here is the real line in the jsp file: | <c:set var="addRowURL"> | <portlet:actionURL portletMode="view"> | <portlet:param name="action" value="view"/> | </portlet:actionURL> | </c:set> | . | . | . | <form name="listForm" method="post" action="${addRowURL}"> | </form> | Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935127#3935127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935127 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
