Hi,
I am using spring webflow 2 with the portal framework.
I would like to read the portlet preferences and set to the request so that I access the preferences using the JSTL tags in the JSP as I don't want add all the preference attributes to the backing bean.

Could someone please suggest the best practice for doing this?

I tried extending the DispatcherPortlet and override doRenderService method to read all the preferences and set in the request. But I am getting an exception as follows.

Code:
13:59:17,953 INFO  [STDOUT] 13:59:17,953 WARN  [PageNotFound] No mapping found for current request in DispatcherPortlet with name 'QuickLive Webflow Login Portlet', mode 'view', type 'render', session '77B0C3B3434E9F9CFAAD0A53428FFAC0', user 'null'
13:59:17,953 INFO  [STDOUT] 13:59:17,953 ERROR [LoginPortlet] Could not complete request
javax.portlet.UnavailableException: No handler found for request
        at org.springframework.web.portlet.DispatcherPortlet.noHandlerFound(DispatcherPortlet.java:951)
        at org.springframework.web.portlet.DispatcherPortlet.doRenderService(DispatcherPortlet.java:792)
        at uk.co.portaltech.quicklive.portal.QuickliveWebflowPortlet.doRenderService(QuickliveWebflowPortlet.java:41)
        at uk.co.portaltech.quicklive.checkout.portlets.LoginPortlet.doRenderService(LoginPortlet.java:30)
        at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:483)
Thanks in Advance.

Regards,
Raja