Page currentPage = (Page)request.getAttribute(
PortalReservedParameters.PAGE_ATTRIBUTE);
       List<Fragment> childFragments = currentPage.getRootFragment
().getFragments();

I cycle on childFragments till I find my fragment, then I set the state to
Normal.
Now, why this attribute is not used?? Before imposing the state I want, I
print out the original one, but it's null, even if the fragment is that I
want, I print the id and it match with that present on page, and portlet
remains minimized. I force status on doEdit method of another portlet, so
when page is reloaded should use the new state, but obviously it did not.
Any idea????

Reply via email to