jsf – is there a way to pass input attributes “cleaner”?
I implemented a way of doing validation in JSF using the strategy pattern, but this means that for each field in each HTML file I have to specify attributes to apply the right one.
Is there a way of doing it with less <f:attribute/>
or none at all?