RE: [jira] Commented: (MYFACES-453) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2005-09-16 Thread Stan Silvert
Is there anyone on the Tomahawk team who is willing to take ownership of this one? Right now some Tomahawk components can't be used with portlets because somebody did something bad: HttpServletRequest request = (HttpServletRequest)facesContext.getExternalContext().getRequest(); The ExternalConte

Re: [jira] Commented: (MYFACES-453) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2005-09-16 Thread Martin Marinschek
OK, I went through the occurences in source-code, and there are just three problems: -AddResource -HtmlFileUploadRenderer -AjaxPhaseListener I marked all these three occurences with: //todo: fix this to work in PortletRequest as well Stan, can you have a short look on this - I am sure you'll

RE: [jira] Commented: (MYFACES-453) Tomahawk's use of HttpServletRequest breaks JSF Portlets

2005-09-17 Thread Stan Silvert
ent > Subject: Re: [jira] Commented: (MYFACES-453) Tomahawk's use of > HttpServletRequest breaks JSF Portlets > > OK, > > I went through the occurences in source-code, and there are just three > problems: > > -AddResource > -HtmlFileUploadRenderer > -AjaxPhas