Hello all,

I've been doing a bit of MyFaces development this week and enjoying it for the most part. I have a couple questions about <h:outputLabel>:

1. Is there anyway to modify h:outputLabel to add an asterisk for required fields? Do I have to subclass the existing JSP Tag to do this?
2. Is it possible to auto-add a colon? I'm able to do this pretty easily with a custom taglib and Commons Validator, but it seems difficult with MyFaces? With Tapestry, I can subclass the existing component and add my own suffix (including a space before the colon for the French locale).


Thanks,

Matt



Reply via email to