0
votes
1answer
219 views

How to handle ViewExpiredException by showing JavaScript alert?

I've read the question Handle ViewExireException/ajax and display a Primefaces dialog and the answer from BalusC. I'd want to handle the ViewExpiredException by showing the alert with information to ...
0
votes
0answers
34 views

Varied response times on partial updates dependent on last activity

I have noticed for some time now that the response time on partial updates is a lot longer when there has been a time lapse since the last server request. As an example: I request a page and ...
0
votes
1answer
70 views

f:ajax calls incorrect listeners when javascript disabled [closed]

I am using MyFaces 2.1, and have various buttons to manipulate an image, all using h:commandButton and f:ajax. Each one has its own listener. When javascript is enabled, everything works great, but ...
1
vote
1answer
87 views

JSF 'Tab' bean scope

I need create webapp with two pages and one backing bean for both pages. I tried @SessionScoped, but when I open other tab in a browser, I see the same data as in previous tab. I tried to use MyFaces ...
0
votes
0answers
120 views

Does CDI @Inject in FacesConverter with CODI's @Advanced work with AJAX requests?

We use FacesConverters and annotate them with CODI's @Advanced annotation in order to be able to use CDI injection. This works with normal requests. But on AJAX requests the injected CDI beans are ...
0
votes
2answers
161 views

Apache myfaces renders datatable before processing ajax event

I have a selectOneMenu which controls what should be shown in the datatable. The code is as below (I have removed all unnecessary staff): <ui:composition ...
0
votes
1answer
464 views

f:ajax does not update t:dataTable on complete

I have a JSF search command button and a tomahawk dataTable that showing the result from a search. When clicking on the command button, the dataTable should output the search result. Anyway, since I ...
0
votes
1answer
369 views

myfaces+ajax+IE - problems on page loading

After I added f:ajax tag to one of my pages, tomcat automatically inserted jsf.js script into header: <script type="text/javascript" ...
1
vote
1answer
161 views

What is a basic setup of MyFaces Trinidad on a JSF 2.0 Project?

I have a JSF 2.0 project with MyFaces Trinidad 2.0.1 components, i have created some forms using trinidad components, but some components that use ajax don't render as expected or like in the showcase ...
1
vote
0answers
674 views

ui:include in richfaces 4 only gets updated on second click

I am new to Richfaces4 and JSF2 and having lots of issues. Same code start to work suddenly and then it breaks. Currently I have a ui:include tag that update the page when the a4j:commandLink is ...
0
votes
1answer
443 views

jsf - a4j action firing, but after page rendering logic fires

Using richfaces 3.1.5 with myfaces/jsf and notice when I invoke an a4j action, before it executes, the entire facelet it is on is getting rerendered - I'm remote debugging and when I click the a4j ...
0
votes
1answer
146 views

How do you switch backing bean objects in JSF?

Suppose I several tags, text input, radios, etc referencing one instance object. I would like to use a dropdown on that page to switch the references mentioned before to another instance of the ...
1
vote
3answers
2k views

'A4J' is undefined

hello i have a problem with ajax4jsf library on ie7 it give me error 'A4J is undefined' but this error not appear on firefox and chrome library which i used myfaces1.1.5 and ajax4jsf1.1 Here is my ...