convert « Facelets « JSF Q&A





1. Facelet does not convert formatted currency correctly    stackoverflow.com

I have the follwing code inside a facelet page:

<h:inputNumber value="bean.property">
    <f:convertNumber type="currency" />
</h:inputNumber
The converter is because there can be a kind of default value inside the input field, ...

2. Date error when converting time with f:convertDateTime    stackoverflow.com

I have problem with f:convertDateTime, that it seems to use the error message *javax.faces.converter.DateTimeConverter.DATE_detail* when I convert time (i.e. it should use *javax.faces.converter.DateTimeConverter.TIME_detail*). The issue, I'm guessing, is that I use a ...

3. Issues with converting a jsf project to facelets 2.0    stackoverflow.com

I'm having an issue with converting a project from what I think is jsf 1.1 or 1.2, to jsf 2.0 using facelets. I've read many Q's on SO about how to ...

4. Converters in facelets    coderanch.com

5. Converters in facelets    coderanch.com