advertisement

JSF: MultipleField Validations

At work we decided that we wanted all our validations on a page to happen within the validation phase of JSF. On trying this we got a lot of trouble from fields that had such a relation to other fields that you could only validate them as a whole. The problem here is that in [...] [...]

Finally JSF 1.2 and Facelets on Websphere 6.1.

Well today I re-tried to get JSF 1.2 and facelets to work on websphere 6.1 and after some struggling I finally got it to work. The things I mentioned in my last post where instability and some problems with validators with arguments. The first part must have been a class-loader problem, or maybe a problem [...] [...]

JSF 1.2, facelets and webspere: Can’t get it to work

I finally got it to work see the next post. Spent the last couple of days trying to get JSF 1.2 running on a websphere 6.1 installation with no luck so far. We really need this because we have a lot of trouble with the default jsf bundled with websphere (JSF 1.1_02). Especially the datatable [...] [...]