Marius Kreis wrote: > >>> [...] >>> When I remove the verbatim tag (by putting the f:view tags only around >>> the commandLink and panelGrid) everything seems to work fine. >>> >> >> >> I don't know the reason to put those html tags inside of verbatim, but i >> often see this. >> if i use html i wrote it directly into the jsp. >> >> @all: Is there a advantage for puting html into verbatim instead of >> direct? > > > Well I think can answer this question: > If you want to print HTML inside of an JSF Tag (eg. PanelGrid) you > should use the Verbatim tag because the HTML tags are (as far as i know) > according to the TLD not allowed to be subelements. And a JSF element > might have a problem rendering a HTML tag...? There's also a warning > message if you have HTML elements inside of JSF tags. > Please correct me if I'm wrong. >
Yes, your right, i just looked into the source and realized that html etc. needs to be enclosed by verbatim tags. An i'm wondering. But i don't have realy used jsf tags, in tobago it was possible, until we decided to don't support such client specific coding (HTML) in pages. -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

