text « Facelets « JSF Q&A





1. How to get a newline in JSF (plain text)?    stackoverflow.com

I am using JSF to generate text and need newlines to make the text easier to read. I have an HTML version which works great, I hacked it together using ...

2. How do I generate a number of text boxes depending on a stored value?    stackoverflow.com

I need to create a number of input boxes depending on a value in a backing bean. If the product allows 5 users I need 5 sets of input fields. The ...

3. XML or text declaration not at start of entity    stackoverflow.com

Sorry being a bit daft. But I come to understand (my lack of knowledge) that it's not possible to forward to another page, if you want use RichFaces components on that ...

4. JSF: How to repeat output of text (simple 'for' loop in facelets) ?     stackoverflow.com

How to repeat output of some content in JSF using only standard tags (ui:, h: etc) ? In other words - how to do equivalent to PHP code below in JSF ...