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 JSF [...]
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 [...]
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 component in [...]