Re: Portlet Can not call encodeNamespace() error

2006-07-05 Thread John Singleton
. Should I be submitting a JIRA issue for this with a patch? John - Original Message From: John Singleton [EMAIL PROTECTED] To: users@myfaces.apache.org Sent: Monday, 3 July, 2006 1:01:12 PM Subject: Portlet Can not call encodeNamespace() error I have a simple page (using facelets but I

Re: Portlet Can not call encodeNamespace() error

2006-07-05 Thread Mike Kienenberger
On 7/5/06, John Singleton [EMAIL PROTECTED] wrote: FYI I managed to work round this by changing the PortletExternalContextImpl.encodeNamespace to return null when called during an action request, instead of throwing an IllegalStateException. My page now works, and it appears that the

Portlet Can not call encodeNamespace() error

2006-07-03 Thread John Singleton
I have a simple page (using facelets but I think its a faces problem). xmlns:f=http://java.sun.com/jsf/core; xmlns:h=http://java.sun.com/jsf/html; h:form h:outputLabel for=listfoo/h:outputLabel h:selectOneMenu value=${booleanTest.choice} id=listf:selectItems