Re: [uportal-dev] Render parameters in CONFIG mode

2011-05-02 Thread Eric Dalquist
Pretty much all the code is in the org.jasig.portal.portlet.delegation package. For some background the way pluto works is when a portlet action is executing pluto creates a portlet render URL for the portlet via PortalCallbackServiceImpl.getPortletURLProvider and then sets the window state,

Re: [uportal-dev] Render parameters in CONFIG mode

2011-05-02 Thread Steve Swinsburg
Yep 3.2.4 On 02/05/2011, at 10:39 PM, Eric Dalquist wrote: > This is in 3.2 right? > > On 5/1/11 11:36 PM, Steve Swinsburg wrote: >> >> This has come up in another portlet we are working on and it's something we >> want to get addressed. Eric, can you send through the details of where in >> t

Re: [uportal-dev] Render parameters in CONFIG mode

2011-05-02 Thread Eric Dalquist
This is in 3.2 right? On 5/1/11 11:36 PM, Steve Swinsburg wrote: This has come up in another portlet we are working on and it's something we want to get addressed. Eric, can you send through the details of where in the code this is handled and we *might* be able to take a look. cheers, Steve

Re: [uportal-dev] Render parameters in CONFIG mode

2011-05-01 Thread Steve Swinsburg
This has come up in another portlet we are working on and it's something we want to get addressed. Eric, can you send through the details of where in the code this is handled and we *might* be able to take a look. cheers, Steve On 02/03/2011, at 3:51 PM, Steve Swinsburg wrote: > It's probabl

Re: [uportal-dev] Render parameters in CONFIG mode

2011-03-01 Thread Steve Swinsburg
It's probably not a huge issue since it's only for administrators but if I get a chance (or a local bug report) I'll follow up. thanks, Steve On 02/03/2011, at 3:43 PM, Eric Dalquist wrote: > It is likely a bug in the delegation support. CONFIG mode is a bit of a hack > where Portlet A gets

Re: [uportal-dev] Render parameters in CONFIG mode

2011-03-01 Thread Eric Dalquist
It is likely a bug in the delegation support. CONFIG mode is a bit of a hack where Portlet A gets a custom delegation dispatcher object to delegate requests to Portlet B. Portlet A can still render content around what portlet B renders and for every action/render portlet B executes portlet A is

[uportal-dev] Render parameters in CONFIG mode

2011-02-28 Thread Steve Swinsburg
Hi all, It doesn't look like the CONFIG mode passes through render parameters on the ActionResponse, is this true? Because I am setting them when validation fails on portlet preferences and it's refreshing the page back to the same mode, but not sending through the error message I want to rende