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