Sep 16, 2009 10:08 PM
Template JTPL is not working when panel dialog is included
I have RAD 7.1 and I am using page-encoding ‘UTF-8'.
I am using a template with extension .JTPL and it is working , except when I included an Enhanced component like menu bar or panel dialog.
I had notice the by doing this the program include a tag in the template <hx: script collector >, before the tag <f:form>
This new inclusion tag is giving a warning error in all the pages that this format is being used. This tag cannot be nested within the <h:form> tag. And any functionality stops working in the pages.
What do I need to do in order to resolve this issue?
Second question: How I could get the component list from viewRoot.findComponent ?