I'm stuck on simple JSF2 question:
XHTML:
Composite component is supposed to pass "12345" to backing bean and do some output:
How do I pass `identifier` value, '12345' in my case, to bean's `getTestOutput(String arg)` method?
以上就是JSF 2 composite component, passing attributes to backing bean的详细内容,更多请关注web前端其它相关文章!