portlet 2 « MVC « Spring Q&A





1. Portlet MVC:How to annotate a method for render or action    forum.springsource.org

Portlet MVC:How to annotate a method for render or action I am puzzled by the example petportal that demonstrates Spring's portlet mvc feature. The controllers are annotated and the binding between ...

2. Spring 3 MVC Portlet form validation with annotations    forum.springsource.org

@ActionMapping(params = "action=register") public void doRegister(@Valid RegistrationForm form, BindingResult result, ActionRequest request, ActionResponse response) throws IOException, { .... }

3. Any Plan for Spring Portlet MVC add-on ?    forum.springsource.org

Hi, Is there any plan for supporting portlet development using Roo ? Given that Roo is generic in nature it can be used for developing any application type, like mobile applications, ...

4. Version petportal Spring Portlet MVC    forum.springsource.org

5. Spring mvc portlet and flex -not rendering    forum.springsource.org

Spring mvc portlet and flex -not rendering I am working on spring mvc portlets and flex where flex is on ui ... For a base application ive used simpleformcontroller.I am able ...

6. Spring mvc portlet : How to start and how to use with flex    forum.springsource.org

Spring mvc portlet : How to start and how to use with flex Hi All, I am new to spring portlet MVC (rather m new to spring) ....I am finding very ...

7. Sprint Portlet MVC and AspectJ    forum.springsource.org

Sprint Portlet MVC and AspectJ Hello, I am newbie in Spring. I use Spring Portlet MVC with liferay portal. I tried to do Aspectj interseption with controller. I have own annotation ...

8. Spring MVC Portlet 3.0 - Vignette 7.4    forum.springsource.org

Jul 29th, 2010, 11:26 AM #1 xmarch View Profile View Forum Posts Private Message Junior Member Join Date Jul 2010 Posts 1 Spring MVC Portlet 3.0 - Vignette 7.4 Hi, We ...

9. Spring 3 Portlet MVC stay on same page on error.    forum.springsource.org

Spring 3 Portlet MVC stay on same page on error. I was working with doing form validation and realized that there doesn't seem to be an easy way to return back ...





10. Spring portlet mvc set event in resource handling    forum.springsource.org

Spring portlet mvc set event in resource handling I am working on spring mvc portlet with flex integration. While integrating flex and spring portlet we found out the only way to ...

11. Portlet MVC / PortletModeParameterHandlerMapping / Annotations    forum.springsource.org

Portlet MVC / PortletModeParameterHandlerMapping / Annotations I am starting to work with the Annotated controllers, I have a lot of experience with the old controllers. I always used the PortletModeParameterHandlerMapping before ...

12. SimpleMappingExceptionResolver not working for form posts using Portlet MVC Framework    forum.springsource.org

SimpleMappingExceptionResolver not working for form posts using Portlet MVC Framework I am creating a portlet that is using the Spring Portlet MVC Framework with Annotations v2.5.6 and I am trying to ...

13. Inter Portlet Communication Using Spring 3.0 MVC and Eventing    forum.springsource.org

Sep 29th, 2010, 08:47 AM #1 MandarChatufale View Profile View Forum Posts Private Message Junior Member Join Date Sep 2010 Posts 1 Inter Portlet Communication Using Spring 3.0 MVC and Eventing ...

14. Spring 3.0 MVC + Portlets + Ajax?    forum.springsource.org

Hi, has anyone ever tried to combine these technics without the prior used DWR? I have read the available stuff for servlet-based modern ajax usage with 3.0 MVC, but I couldn't ...

15. Portlet MVC: Forward from a render handler to another render handler    forum.springsource.org

Hi, Does anyone knows how I can forward from an render handler (annotated by @RenderMapping), to another render handler? My use case is: I have a Controller with a handler that ...

16. Individual context files for non Spring portlet MVC portlets    forum.springsource.org

Individual context files for non Spring portlet MVC portlets Hello I've read quite a bunch of docs talking about spring portlet mvc. I've tried to configure individual context files specific to ...





17. Spring mvc portlet with freemarker    forum.springsource.org

Dec 14th, 2010, 05:25 PM #2 younes View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 4 Hi Pankaj, Have you managed to get Freemarker works ...

18. Portlet not updating model    forum.springsource.org

Portlet not updating model Hi all. I have a portlet that displays a list of data on a table. On each row, I have a button that calls an action to ...

19. Spring Portlet MVC 3.x : ModelAttribute not reloaded on page refresh    forum.springsource.org

Hello, I'am coding a portlet and on a delete record user action, the current page is reloaded so as to refresh the whole displayed list (minus 1 element then). The refresh ...

20. Spring Portlet MVC with Freemarker    forum.springsource.org

Spring Portlet MVC with Freemarker Dears, I'm trying a basic "Hello Freemarker Portlet" with no luck. The deployment of the portlet in Liferay 6.0 goes fine. But when I'm trying to ...

21. Spring MVC App to Portlet    coderanch.com