hi can any one please tell me how to insert a space character in the jsf field
like how we does it html by using ?
is there any tag in jsf?
thanks Suresh
|
|
|
If your using the RichFaces library you can also use the tag rich:spacer which will add an "invisible" image with a given length and height. Usually much easier and prettier than to add tons of nbsp;. Where you want your space to show you simply add:
|
|||||||
|
|
I found that the parser would complain if I used the
A side effect of this is that the resulting code (as seen by using the "view source" feature of a web browser) doesn't actually contain the More information here: http://java.net/jira/browse/JAVASERVERFACES-1576 |
||||
|
|
|
Eventually, you can try this one, if just using
(like Tom, I added a space between |
|||
|
|