Hi Michael,

Michael Heinen wrote:
> Ok, thanks for the hint. 
> Then I'll try this also with a custom renderer.
> 
> Would it not be a nice extension to allow nested content in the message
> tag, that will be only rendered if there is an existing message for a
> field?
> 
> E.g.
> <t:message for="field" showDetail="false"
> showSummary="false">*</t:message>
> 
> I am only working with JSF for 2 weeks now and I did not develop my own
> renderers so far, but would the above be possible with another custom
> renderer?
> Could someone evaluate the above theoretically?

No, this is not possible by just replace the renderer. The content is
not available there. You need at least also to replace the tag class to
fetch the content or, which is less to change, add a additional
attribute like 'replaceSummary="*"'.

Regards,
  Volker
-- 
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.

Reply via email to