My first pass at a new Ajax enabled JSF front end for Oddjob is complete.
Continue reading
Category Archives: JSF
Oddjob Struts to JSF 2
The initial migration of the Oddjob Webapp from Struts to Java Server Faces is complete. Functionally the new JSF app is an exact match for it’s old Struts counterpart.
Continue reading
JSF Mojarra Action Failing
I’m about a week into my JSF Oddjob conversion and I’ve hit my first big frustration. The control panel for a job has buttons for the job actions Run, Stop etc. This all looks like it should be really easy with JSF’s method actions on backing beans so I code it up and press my button and nothing happens.
Continue reading
A JSF Expression Language Scratchpad
Being not very familiar with JSF and Expression Language I was looking for some kind of on-line try it out thing. I didn’t find one, so I made my own…
Continue reading
A JSF tree using ui:include
I’m in the process of converting Oddjob’s Web App from Struts 1 to JSF 2.1. The left panel is a job tree that consists of nested unordered lists. In Struts this was achieved using Nested Taglib functionality but how should I do the same in JSF? Googling didn’t find an example so here’s mine.
Continue reading