dev@jsftemplating.java.net

customized tag

From: Senthil Chidambaram <cchidamb_at_sun.com>
Date: Mon, 09 Oct 2006 19:09:29 -0700

Can we write out own tag/component in jsftemplating. This is what I'm
trying to do,
<sun:localizedHelpFile>keyName</sun:localizedHelpFile>

When this tag is rendered, I want to read the value for the keyName from
the properties file, and render it as a value for the html type hidden.

I'm just thinking, is the above approach better than calling
beforeCreate in <sun:hidden>.

thx
Senthil