Wiring a PORTLET INCLUDE?

This is a new one for me…

Is it possible to wire a portlet that’s inside a portlet include control? There’s no way to get to the nested portlet’s preference/wiring page … that I know of.

Thanks for any help,

Lucas

No. You’ll need to pass params from the parent view in order to perform this ‘wiring’.

I think wiring would work, but it is probably more convenient to pass params from the parent view as mark has suggested.

You can go directly to the wiring page of the portlet with a URL like this:

http://[host:port]/your.nested.portlet.alias.here?layout=wiring

Thanks guys. I wanted to avoid pushing parameters around because 1) there’s a couple layers of nesting happening and 2) the wiring is for LDAP user data and it (seems) more secure this way.

I’ll give it a whirl.

Thanks,

Lucas.