Von Irian Blog
Datum
25.11.11 14:11
This blog post is about a problem which about 80% of all user problems regarding JSF Ajax in the MyFaces mailinglist revolve around. Namely how do I handle the JSF Ajax in a multiple form scenario.
JSF Ajax and multiple forms, a standard case, which should be easy right?
Let's have a small look at an example:
As we see here, two forms each updating a component in itself via...
Von Irian Blog
Datum
24.11.11 12:14
The entire story started when we got the request to encode everything in ISO-8859-1, including the Ajax cycle. Well first I thought it was easy just change the encoding on the Javascript side, let the server handle the rest.
The encoding was easily detectable on the Javascript side simply by checking the xhtmls encoding (the meta tag head encoding itself would have been another option, but...
Von Irian Blog
Datum
22.11.11 08:53
The slides (in german) and examples for both Irian W-JAX 2011 sessions are available.
Go Fullstack: Webanwendungen mit Java EE 6 bauen ( Slides | Examples )
JSF and JPA effizient kombinieren ( Slides | Examples )
Von Irian Blog
Datum
09.11.11 09:32
Irian will be at the W-JAX 2011 in Munich. Michael Kurz will do two sessions: Go Fullstack: Webanwendungen mit Java EE 6 bauen on 8th November 2011 and JSF and JPA effizient kombinieren on 9th November 2011.
Von Irian Blog
Datum
08.11.11 17:48
Introduction:
Why modular jsf.js includes, there is one jsf.js file, right?
Since the beginning of the introduction of jsf.js in JSF there has been only one jsf.js file which serves all Ajax needs. However, at least for Apache MyFaces there have been a lot of extensions added such as:
iframe ajax fileupload
html5 form detection
client side i18n...