| Author |
request for not supported mode
|
siva prakash
Ranch Hand
Joined: Aug 24, 2004
Posts: 80
|
|
Hi, what happens when portlet was invoked in mode (which was not mentioned in deployment descriptor) Thanks, Prakash
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
Can you give me the scenario? If it's not in the deployment descriptor, the associated icon won't be available, so it won't be a client navigation thing. If it's done programattically (shame on you), I believe you get the PortletModeException
public class PortletModeException extends PortletException The PortletModeException is thrown when a portlet tries to use or set a portlet mode that is not supported by the current runtime environment.
Similarly, there's a WindowStateException -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: request for not supported mode
|
|
|