I try to create portlet, which act as \"web-service\", only on 开发者_运维知识库client. In other words:
I have a portlet that uses spring mvc and when the portal is in spanish and in the controller I try to use the messageSource.getMessage it returns latin characters as weird chars.
I\'m writing a JSR 286 portlet for IBM WebSphere Portal 6.1.I have the following code: @ProcessAction(name=\"processForm\")
I am trying to fetch user info in my portlet (JSR 286 portlet deployed in JBoss GateIn) like Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO);
is there a way to access UR开发者_如何转开发L parameters in a Jetspeed2 Portlet/Portal? like: www.bla.com/portal/page.psml?param=12345
I would like to implement or mimic the behaviour of the Portlet JSR286 spec and the Interportlet Communication feature using GWT only (without Google Gadget).
could please anybody tell me, what is the proper way of handling Multipart http requests, that are not supposed to be ActionRequest because of their asynchronous nature ?
I am now defining the architectural approach we\'ll use on a new project wi开发者_运维技巧th Websphere 6 + JSR86 portlets under a very known portal tool.
I\'m creating web-app using JSR286, Struts2 for portlets on WebSphere Portal 6.1.5 The problem is that I can\'t make work built in CookieInterceptor.
We\'ve been given a requirement that our new project be JSR 286 compliant so that it can eventually be hosted in SharePoint.But in the same breath we were told that we\'re not being asked to write a p