-
JSF tag - easy way to do an HTML line break? (6 messages)
- Posted by: Scott Moore
- Posted on: December 16 2004 19:39 EST
Is there an easier way to generate an HTML line break tag (<br/>) than:
<h:outputText value="<br/>" escape="false"/>
?
Thanks,
ScottThreaded Messages (6)
- Just <br/> tag? by Vladimir Bezugliy on January 04 2005 10:12 EST
- Okay - thanks by Scott Moore on January 24 2005 17:08 EST
-
f:subview by George Papas on August 11 2005 04:25 EDT
-
html tags in subview by Maulin Shah on October 02 2005 09:46 EDT
- HTML in subviews by Jon Onstott on March 24 2009 05:09 EDT
-
html tags in subview by Maulin Shah on October 02 2005 09:46 EDT
-
f:subview by George Papas on August 11 2005 04:25 EDT
- Okay - thanks by Scott Moore on January 24 2005 17:08 EST
- Add line breaks to rich:message by Deepa Kharbanda on August 05 2010 13:26 EDT
-
Just <br/> tag?[ Go to top ]
- Posted by: Vladimir Bezugliy
- Posted on: January 04 2005 10:12 EST
- in response to Scott Moore
Why you do not use simple old good html <br/> tag???
Vladimir Bezugliy,
JSF step by step,
http://jsf.iatp.org.ua -
Okay - thanks[ Go to top ]
- Posted by: Scott Moore
- Posted on: January 24 2005 17:08 EST
- in response to Vladimir Bezugliy
Hmm, for some reason I thought mixing JSF and HTML tags was not a good idea or didn't work. But I tried simply putting a <br/> where I wanted a break and it works fine.
Thanks! -
f:subview[ Go to top ]
- Posted by: George Papas
- Posted on: August 11 2005 16:25 EDT
- in response to Scott Moore
Hi,
I am having that problem -- but in an f:subview.
It appears I can't place a <br> tag in an <f:subview
anyone know anything about this?
I'm new to JSF if this is a stupid question..
Thanks -
html tags in subview[ Go to top ]
- Posted by: Maulin Shah
- Posted on: October 02 2005 21:46 EDT
- in response to George Papas
myfaces: <t:htmlTag value="br" /> -
HTML in subviews[ Go to top ]
- Posted by: Jon Onstott
- Posted on: March 24 2009 17:09 EDT
- in response to Maulin Shah
In subviews, mixing HTML and JSF tags can be troublesome. It seems like you have to put all plain HTML tags into tags or some other JSF tag. -
Add line breaks to rich:message[ Go to top ]
- Posted by: Deepa Kharbanda
- Posted on: August 05 2010 13:26 EDT
- in response to Scott Moore
Is there a way to add line breaks to a rich:message. Here is a sample:
This entry is invalid. Please try again. Enter up to 10 numeric characters. When fewer than 10 characters are entered, the field will be pre filled with zeroes.
Needs to look like the text below:
This entry is invalid. Please try again.
Enter up to 10 numeric characters. When fewer than 10 characters are entered, the field will be pre filled with zeroes.