ID attribute in JSF components
862305May 16 2011 — edited May 18 2011Hello,
I have a question about the id attribute on JSF 2 components.
The document says, that it should be a String. Does that mean
String constant or could it also be a el-expression resulting to a String.
Actually I can use el-expression for id, but am not sure because of the documentation.
Any infos about that would be great!