But I have seen some code in ClayViewHandler that casts the response to
ServletResponse. This is in RenderView method. The code is as follows:

ServletResponse response = (ServletResponse) context.getExternalContext
().getResponse();

Following this line, the ServletResponse is used to get Character encoding
by invoking getCharacterEncoding().

How would this work with portal environment?


On 4/10/06, Ryan Wynn <[EMAIL PROTECTED]> wrote:
>
> I have used Clay with WebSphere Portal 5.1 and the MyFaces JSR-168
> portlet without any changes to clay.  In fact, because the MyFaces
> portlet is a bridge, I can run the same clay app in either a portlet
> or web environment without any changes.
>
> I can't speak to weblogic, but I guess it should work the same.
>
>
> On 4/10/06, Phanidhar Adusumilli <[EMAIL PROTECTED]> wrote:
> > Can Clay be used in portlets as it is or do we need to customize it.? we
> > would like to use it weblogic portal environment.
> >
> >
>

Reply via email to