Portlet 1 « Web « Spring Q&A





1. spring ioc and JSR168 Portlets    stackoverflow.com

Is it possible to do dependency injection using spring into a jsr168 Portlet?

2. spring 3.0 and JSRI68 support    stackoverflow.com

can anyone tell me if JSR168 is supported by Spring 3.0? I'm running into difficulties but cant find anywhere in the Spring documentation that says you have to move to Portlet2 ...

3. submitting a form in spring portlet using ajax    stackoverflow.com

Hi all when i'm submitting a form in portlet using ajax submit then the command object is not populating. i'm getting null values in command object. if any one know resolution ...

4. Custom Dojo Widget for Spring portlet    stackoverflow.com

I am trying to develop a custom dojo widget for a spring portlet application to be deployed on my liferay tomcat server. All the Dojo related dependencies are resolved from the ...

5. How to use c:import in spring based url?    stackoverflow.com

As in by below code

<c:forEach var="order" items="<%=orders%>" varStatus="loop">
   <c:set var="tdstyle" value="odd"/>
   <c:if test="${(loop.index % 2) == 0 }">
      <c:set var="tdstyle" value=""/>
 ...

6. Support for Portlet 1.0 in Spring 3    forum.springsource.org

Support for Portlet 1.0 in Spring 3 I am upgrading a portlet application from Spring 2.0 to Spring 3.0. As a part of our application, we have a couple of classes ...

7. @ResponseBody in Portlet Environment    forum.springsource.org

@ResponseBody in Portlet Environment Hi All, Presently, I am trying to get JSON data from the server under portlet environment. I am using resource url to make the call from the ...

8. Portlets - Handling Multipart request that is not Action request ?    forum.springsource.org

Portlets - Handling Multipart request that is not Action request ? Hi, I've been thinking if it is possible to handle Multipart request that is not an Action request. There is ...

9. Using RequestMapping in Portlet    forum.springsource.org

Hi, I'm trying to use RequestMapping annotation at the type level as in this example. Code: @Controller @RequestMapping(value="VIEW", params={"param1=val1"} class ControllerClass1 extends ControllerClassBase{ ... @ResourceMapping("resourceID") public void resourceHandler()... } I want ...





10. portlets    forum.springsource.org

portlets Hi, not sure whether this is the correct area to post this. I am using spring portlets 286 at the moment. what we want to do is to store cookies ...

11. Invoking structs Portlet with spring portlet    forum.springsource.org

Hello Folks, We have a requirment in our project where we have two portlets one developed with spring portlet MVC and another in Structs Portlet MVC. When a user clicks on ...

12. Tiles: Cannot find TilesRequestContextFactory class org.apache.tiles.portlet.context    forum.springsource.org

Tiles: Cannot find TilesRequestContextFactory Hi Experts, I encountered a Warning while trying to use Tiles 2 with Spring 2.5. WARNING: Cannot find TilesRequestContextFactory class org.apache.tiles.portlet.context.PortletTilesReque stContextFactory Can you please help me. ...

13. Portlet development status and information?    forum.springsource.org

Hi gang, I attended the Toronto JUG topic on Spring Framework recently and there was mention of a portlet development project in Spring. However, I can't find any more information on ...

14. Retrieving a cloned spring portlet's preference    forum.springsource.org

Retrieving a cloned spring portlet's preference Deploying on IBM Websphere 6.1, I am making copies of a spring portlet and trying to read their preferences in the mapped render method through ...

15. Portlet- spring-sandbox - Patch???    forum.springsource.org

Portlet- spring-sandbox - Patch??? Hi katentim, I am describing my exact problem here.. I m tying with the PortletSample.zip available in http://opensource.atlassian.com/proj...browse/SPR-317 I am facing the following errors.. In the priceIncrease.jsp- ...

16. Refining ResourceMapping for portlets?    forum.springsource.org

Hi, In an attempt to somehow reduce the number of Resource URLs I'll need for my portlet app's Ajax features, I tried to combine RequestMapping and ResourceMapping together - the code ...





17. Failed to perform multipart cleanup for portlet request    forum.springsource.org

Failed to perform multipart cleanup for portlet request I have create new Portlets in liferay using Spring MVC for user registration and there I have an option to add an user ...

18. Portlet Minimize Not Working    forum.springsource.org

I am using Spring 3.0.7. When I click the minimize button of the portlet in my portlet container (Vignette), the portlet does not minimize. I have several other portlets that are ...

19. How do I write a WSRP portlet?    forum.springsource.org

20. Integrating Spring IoC with Portlets and Tags    forum.springsource.org

Integrating Spring IoC with Portlets and Tags I didn't see any discussions on this topic in this forum or in the Core Container forum, so apologies in advance if I am ...

21. What is the best unbiased open-source framework for portlets    forum.springsource.org

What is the best unbiased open-source framework for developing portlets? Does anyone have any opinions. Please consider beta releases and their current state wrt the stability of the current release. I'm ...

23. When is Spring 1.3 Release - Portlet Support?    forum.springsource.org

Hi, When would be spring 1.3 released ? I believe this would have portlet support and iam interested specifically in WebSphere Portal Server Support. Regards, Deviprasad K

24. Portlet support    forum.springsource.org

I understand that Portlet support is avaialbe in release 1.3 of Spring framework. Is there any round about way to use spring framework in portlets.

25. PortletModeHandlerMapping getting invoked for all portlets.    forum.springsource.org

PortletModeHandlerMapping getting invoked for all portlets. I am facing a issue where I do see that PortletModeHandlerMapping's handler gets called all the time before it decided the correct handler of PortletModeParameterHandlerMapping. ...

26. recuring crash upon portlet re-deployment    forum.springsource.org

Jan 24th, 2006, 03:45 PM #1 rotty View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Posts 1 recuring crash upon portlet re-deployment I'm having a re-occuring ...

27. Spring portlets in Jetspeed2    forum.springsource.org

Spring portlets in Jetspeed2 I have been having some problems using some Spring Services I have developed for Jetspeed2 in my portlets which are also using Spring.. I am using 2.0M2. ...

28. spring portlet locale change    forum.springsource.org

Hi: I m implementing a locale change page, on which I have 2 portlets. On clicking on the link on one of the portlet, the locale of the page changes to ...

29. Inspecting a JSR168 portlet    forum.springsource.org

I need an advice on how or whether there is a way to inspect methods of a JSR168 portlet when the source of the portlet is not available. I can change ...

30. Inspecting a JSR168 portlet    forum.springsource.org

I need an advice on how or whether there is a way to inspect methods of a JSR168 portlet when the source of the portlet is not available. I can change ...

31. portlet(s) packaging    forum.springsource.org

portlet(s) packaging Hi All, Hi All, Trying to generate some discussion here: What are the norms, if any, for packaging portlet(s) - not tied to a particular application server. What are ...

32. Portlet support    forum.springsource.org

Hi All, I'm very much new to Spring framework. Can anybody help me with finding proper documentation detailing the various features supported by Spring framework. We've a portal for our organization ...

33. [Spring Portlet] Requirement ?    forum.springsource.org

34. Mock objects for portlets    forum.springsource.org

35. spring portlet and ajaxtags    forum.springsource.org

I try to user ajaxtag's select tag with spring portlet ,but how whitch baseUrl shoul I use? In servlet enviroment I should user ="${pageContext.request.contextPath}/GetCarModel.view". Or can dwr can be deployed under ...

36. Error using spring with portlets    forum.springsource.org

Error using spring with portlets Hi, The spring documentation says that spring portlet MVC directly reuses all view technologies from spring web MVC, but when the spring portlet initializes I get ...

37. Render external content (jsp's) in a portlet    forum.springsource.org

Render external content (jsp's) in a portlet Hi I have implemented a portlet using the Spring portlet framework, to render the view using JSP and the configuration below.

51. help needed on deploying a application as a portlet    forum.springsource.org

help needed on deploying a application as a portlet hi i am trying to deploy a struts application as a portlet on JBoss 2.4.0.GA Portal server.however while deploying i get the ...

52. registering a custom editor via myPortlet-portlet.xml    forum.springsource.org

I have (unsuccessfully) played around using a couple different samples and different methods to try to move the below block of code to be configured via myPortlet-portlet.xml. My end target is ...

53. Portlet actionURL and spring FORM: tags / JSP    forum.springsource.org

Hi Folks - I'm sure I'm just being dense, but how do I set the action of a form using the spring form tag to the action URL of the portlet: ...

54. Can anyone help me pleaseeeeeee! trouble submitting form on portlet    forum.springsource.org

Can anyone help me pleaseeeeeee! trouble submitting form on portlet Hello friends, iam sure many of you are working with spring mvc portlet framework. iam having trouble figuring out where to ...

55. Keeping a list of results from a search inside AquaLogic portlet?    forum.springsource.org

Keeping a list of results from a search inside AquaLogic portlet? If anyone is familiar with BEA AquaLogic UI and can answer this question please help An actor (user) search a ...

56. Issue with processFinish when switching from servlet to portlet    forum.springsource.org

Issue with processFinish when switching from servlet to portlet We have implemented an AbstractWizardFormController in our servlet. processFinish gets fired when the user clicks Search. Since our results are displayed on ...

57. Servlet Portlet Communication    forum.springsource.org

Servlet Portlet Communication Hi, I have to send data across to servlet from a portlet. In my application i have to render an image based on some information in a bean. ...

58. Redirection to different portlet controlles    forum.springsource.org

Hi, I have portlet with 4 tabs in Page 2. Each tab is controlled by a controller. I have to create a link in page 1 which will invoke say tab ...

59. Intercepting requests to all Portlets in a Page    forum.springsource.org

Hi, I need to populate a bean which is commom for all portlets in a page and across page. Further i have to check whether the user is authorized or not ...

60. Portlet and Spring (on JetSpeed2)    forum.springsource.org

I deployed the petportal sample portlet on JetSpeed 2.1 (The WAR and PSML file) The "pets" portlet is working, but not the "Description Upload" portlet -> it doesn't send/upload the file! ...

61. Portlet Namespace    forum.springsource.org

Hi, I have few queries regarding namespace. 1. How is the namespace created for a portlet by the portlet container ? 2. How unique is it ? Is is unique for ...

62. Multilanguage in portlets?    forum.springsource.org

Multilanguage in portlets? Hi, is it possible to get multilanguage system work with portlets? I've been checked carefully the document: http://www.springframework.org/docs/reference/mvc.html There I found these settings for xml file. -----------piece of ...

63. Portlet IoC    forum.springsource.org

Portlet IoC Hello, I'm sorry if this is an obvious question. If I create a spring portlet application with multiple portlets within it, do they share the objects created within the ...

64. portlet and servlet sharing config    forum.springsource.org

Hi, Can I set up a spring webapp where the spring configured beans are shared across the portlets and the servlet? For example, I'd like to set some data directly from ...

65. Portlet Alternative for Form:input, hidden tag    forum.springsource.org

Hi Actually we are moving an Spring Web Application into Vignette portal server using Spring Portal MVC, the problem i am facing is with Form tag library ... the previous folks ...

66. Portlet: Implementing "Save And New"    forum.springsource.org

Portlet: Implementing "Save And New" Hello! I have a Controller, which extends SimpleFormController, that is used to save changes of an Element object. Usually on success, the user is "forwarded" to ...

67. multi portlet    forum.springsource.org

I need to display multi portlet in a single page for a single request ie one page contain many portlets. eg: User will click vie wreports, then report page need to ...

68. Unable to change portlet mode from a jsp    forum.springsource.org

Unable to change portlet mode from a jsp Hello, I am new to Spring MVC Portlets, and I have a problem changing the portlet mode from a JSP....this ar my files: ...

69. Sharing Spring context between portlets    forum.springsource.org

Sharing Spring context between portlets Hello, I have 10 Web applications (WAR) that contains multiple IBM portlets. Each webapp contains a WEB-INF/lib folder containing many jars files: struts, hibernate, spring, ...plus ...

70. Portlet Render Problem    forum.springsource.org

Portlet Render Problem I am having a problem with portlets. I have a Controller that extends SimpleFormController. When the portlet first loads I get my formView (as I should). When I ...

71. get Portlet Namespace    forum.springsource.org

get Portlet Namespace I wrote a Portlet URL class which will let us send render parameters to other portlets for our particular portal. I have to know the individual portlet's namespaces... ...

72. portlet onsubmit render    forum.springsource.org

73. Portlets and relative path for a resource    forum.springsource.org

Portlets and relative path for a resource Hi, I have a validator class that checks if a user id valid by talking to an external web application. It sends an XML ...

74. Servlets vs Portlets (Should Servlets be Deprecated?)    forum.springsource.org

I am not quite clear about Portlets, although I see that they manage a page refresh better than a Servlet would. Should I no longer be writing Servlets? Are there any ...

75. Portlet _finish submit question    forum.springsource.org

Portlet _finish submit question I have a simple wizard (AbstractWizardFormController) that goes through 2 pages. On the second page, I have a submit button with "_finish". This triggers the processFinish() method ...

76. change mode during render phase of Portlet interceptor    forum.springsource.org

change mode during render phase of Portlet interceptor Hi, this is what I'm trying to do: create an interceptor for a portlet. this interceptor performs some specific permission checking, and prevents ...

77. Portlet Interceptor and Redirect    forum.springsource.org

Portlet Interceptor and Redirect I have a portlet which accesses a third party service to display content. For other (non-spring) portlets that do similar things we use an XML file to ...

78. creating a JSP only portlet    forum.springsource.org

How can I set up a dispatcher portlet that lets me specify a jsp in the config... without having to write a controller? I have seen an example of this before, ...

79. Portlets And Configuration Parameters.    forum.springsource.org

Hi, I am developing portlets using SpringFramework. I have a question regarding how to make a portlet configurable for each instance of a specific portlet. Is this doable when developing portal ...

80. Use of with Spring Form tag library    forum.springsource.org

Use of with Spring Form tag library We are developing a portlet using the Spring Portlet MVC. Within our JSPs, we are trying to use the tag to ensure ...

82. Spring Portlets or JetSpeed by Apache    forum.springsource.org

Spring Portlets or JetSpeed by Apache Hi Just bit confused at this stage. Can someone please point me in the right direction. I need to write some portal pages and since ...

83. Portlet Parameter Handling issue with Spring 2.5    forum.springsource.org

Portlet Parameter Handling issue with Spring 2.5 In Spring 2.5 my portlet handlers don't work as they did in 2.06. I am using the following handler mapping Code: ...

84. Portlet MCV + Common Validator?    forum.springsource.org

85. Portlet Preferences not loading in the portlet    forum.springsource.org

Hi, I am trying to load the the portlet preferences in the portlet,the preferences are not loading for the first time, when the portal is loaded.but when i click the edit ...

86. Setting the default Portlet WindowState    forum.springsource.org

Setting the default Portlet WindowState Hi, I am relatively new to the Spring Portlet MVC framwork, and would like to display my spring portlet with windowstate set to maximized when it ...

87. portlet.xml error    forum.springsource.org

portlet.xml error I have following portlet.xml: ...... And I got the following errors: 11:09:12,929 ERROR - [servlet.DispatcherServlet.initServletBean] Context initial ization failed ...

88. spring portlet    forum.springsource.org

spring portlet It seems to me that my portlet.xml file is NEVER read by the spring frame work/web application. I put some wrong tags in the file but I NEVER got ...

89. spring portlet    forum.springsource.org

Are there anyone who can help me to start app with spring portlet? I created a simple one but it never worked. And it seems to me that portlet.xml file was ...

90. Portlet InvalidURLException The provided portlet url is invalid.    forum.springsource.org

Portlet InvalidURLException The provided portlet url is invalid. Hi, Iam developing a spring portlet application. Iam facing a problem like on every portlet request Iam getting an Invalid url exception and ...

91. Portlet container recommendations?    forum.springsource.org

Are you really looking for a portlet-container or for a portal? Take a look at this FAQ entry if you're not sure of the difference. Historically, Pluto was the only project ...

92. portlet dispatch    forum.springsource.org

portlet dispatch I had following code and worked just fine without Spring-portlet: public class HelloPortlet extends GenericPortlet { @Override public void processAction(ActionRequest request, ActionResponse response) throws PortletException, IOException { } @Override ...

93. Adding Portlets to existing Spring WebMVC    forum.springsource.org

Adding Portlets to existing Spring WebMVC Hello, Let me first state that this is my first go at portlets, so I apologize in advance for my ignorance. I have an existing ...

94. Spring Portlet Settings    forum.springsource.org

When using the Spring Portlet MVC is there a way to default the portlet to minimized? I need to be able to do this with the project I am working on ...

95. DI in Portlets    forum.springsource.org

Hello, What kind of possibilities do i have to use DI in Portlets? Can I manage a standard JSR168 portlet in the BeanFactory, so that i could e.g inject a Service ...

96. Problem with use of ActionResponse.sendRedirect in Spring Portlet    forum.springsource.org

Problem with use of ActionResponse.sendRedirect in Spring Portlet We have a portlet application using Spring 2.0.8 and running on Oracle Application Server. We are trying to use the ActionResponse.sendRedirect method in ...

97. Spring Portlet Interceptor Error    forum.springsource.org

I am getting an exception in Spring MVC Portlet: javax.portlet.PortletException: No adapter for handler [com.hteinc.c2g.kr.spring.controllers.portlet.Accou ntsController 12db7c]: Does your handler implement a supported interface like Controller? This exception is thrown when ...

98. JCaptcha and portlets with spring    forum.springsource.org

Hi all, I tried to present a captcha in a porlet. No problem to define the beans concerned with captcha in the applicationContext.xml and define the captcha service in my controller. ...

99. Portlet form problem    forum.springsource.org

Portlet form problem Hi, I am developing a custom search portlet for Liferay portal using Spring MVC and Spring (I have just started to use it). The main view is a ...

100. portlet:renderURL & ParameterMappingInterceptor    forum.springsource.org

I looking at the book example. Can someone please explain how the insert action got capture by the ParameterMappingInterceptor which redirects it to the InsertController list.jsp Code: java2s.com  | © Demo Source and Support. All rights reserved.