Feeds:
Posts
Comments

Archive for January, 2008

JSF has some great form validation features, but what if you want to add some style for the erroneous form fields? There are no standard ways to accomplish that.
Luckily for us, we can do just that with the help of PhaseListener, using the RENDER_RESPONSE phase id. What we need to do is:

get client ids [...]

Read Full Post »

In Oracle ADF, sometimes you might want to use an ApplicationModule programmatically from a backing bean. You might need such behavior to create some AJAX functionality or just for your own convenience. It’s rather simple to accomplish, you just need to retrieve an ApplicationModule from the BindingContext.
The BindingContext is available during each web page request, [...]

Read Full Post »

So, I’m starting my own blog. Why? First of all because I want to improve my writing skills. Second – sometimes I find out good things that I forget about, so if I write them down, they are saved.
Sometimes I search for some solution and can’t find it. So if I solve my problem I [...]

Read Full Post »