Tagged Questions
3
votes
1answer
99 views
Custom renderer for PrimeFaces component works fine in Tomcat, but not in Websphere
I'm using MyFaces 2.1.9 and PrimeFaces 3.5. I've implemented a custom renderer for <p:inputText>. This works fine at home with Tomcat. But this does not work at work with Websphere. I've placed ...
0
votes
1answer
64 views
Why client state saving works faster for single user?
I'm using PrimeFaces 3.4 with MyFaces 2.0.7 on WebSphere 7. I've noticed that saving state to client result in about 2 times faster request processing than server saving state. When client saving ...
0
votes
1answer
98 views
MyFaces: exceeding maximum Paramaters allowed per request
The application I'm involved in was deployed to test server (WebSphere 7) from where we're getting errors we've never seen before:
This is the message about exceeding maximum number of parameters ...
1
vote
0answers
169 views
ClassNotFoundException: ClassUtils when trying to use MyFaces 2.1.10 with IBM WebSphere 7.0
Because of PrimeFaces bug with p:messages I've tried to upgrade the MyFaces version used with IBM WebSphere 7.0 from 2.0.7 to 2.1.10.
Unfortunatelly, the myfaces-impl jar I've downloaded from myFaces ...
0
votes
1answer
88 views
What is the newest version of MyFaces that can be used with IBM WebSphere 7.0
I'm using IBM WebSphere 7.0 with MyFaces 2.0.7 installed as shared library.
Because there are issues with PrimeFaces (for example, p:messages autoUpdate not working) I'm considering the upgrade to ...
2
votes
2answers
258 views
Disable oam.Flash.RENDERMAP.TOKEN
I am using Apache MyFaces 2.0. I notice that a cookie oam.Flash.RENDERMAP.TOKEN is getting created for each view, even though I am not using Flash scope and I have set ...
0
votes
0answers
134 views
Websphere 8.0 Server with JSF MyFaces implementation and JSF Facelets doesn't work
I have troubles migrating from Facelets 1.x to Facelets 2.x using the myfaces implementation of the websphere 8.0 Server.
The main problem is the <ui:insert> Tag in an <ui:composition>.
...
1
vote
2answers
1k views
How to force WebSphere AS 8 to use a specific JSF implementation?
I have an old enterprise application that was developed using WAS 6.1, now my company is trying to perform the implementation of that application in WAS 8. But I am having troubles rendering the JSF ...
4
votes
1answer
901 views
JSF Session management and tunning
All,
I am doing some investigation into how to shrink the amount of session memory our JSF application is consuming on a per user basis.
We are using MyFaces 1.1.7 and Tomahawk 1.1.5 running on IBM ...
-4
votes
5answers
322 views
Help me otherwise I will be fired. Faces(MyFaces, Tomahack) retruning .xhtml source page instead of home page
I have a STRUTS+SPRING+FACES (MyFaces,Tomahack) application that ‘s working perfect on ENVIRONMENT-1. But when the same is deployed on ENVIRONMENT-2; instead of returning the home page; it returns the ...
0
votes
3answers
876 views
Access another managed Bean in JSF2.1 with Servlet 2.4
We have recently upgraded from JSF 1.2 to 2.1. We are running on WebSphere 6.1 which has Servlet 2.4
We are using the following libraries:
myfaces 2.1.1
el-api-2.2
Now the only problem we have is ...
3
votes
4answers
2k views
Myfaces Trinidad JSF: Ajax problem when sending Non US-ASCII Characters
The Issue:
We have a Java web application, based on Apache MyFaces Trinidad. We are facing some problems when trying to partial submit (that's it: via Ajax) a form, when a field contains some special ...
1
vote
0answers
390 views
WebSphere Portal 6.1 + WAS 6.1 + Myfaces Portlet Bridge
Does anyone know how to replace the IBM JSF Portlet Bridge with Myfaces Portlet Bridge 2.0? I want to set up a small local testing environment. Pluto + Tomcat + Myfaces Portlet Bridge.
My Portlets are ...