struts « Page « JSF Q&A





1. Why do pages flicker in JSF 1.1 with struts for template    stackoverflow.com

I am using JSF 1.1 with struts. Pages flicker while navigation. Is there any solution for that. I used the below code to avoid

<meta http-equiv="Page-Enter" content="BlendTrans(Duration=.01)" />
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=.01)" />
is it ...

2. JSF Page not rendering in Ajax tabbed panel    struts.1045723.n5.nabble.com

3. Struts 2.1.8 and JSF-Plugin different result page    struts.1045723.n5.nabble.com

Hi all, i'm using struts 2 with jsf-plugin on jboss 4.2.3-GA. When I run some dummy examples everything goes well, following the example at: http://struts.apache.org/2.x/docs/jsf-plugin.htmlmy configuration is: struts.xml ----- ...