Hi
I am using jenia4faces popupFrame ( which requires a parent <h:form>) inside a myfaces:panelTabbedPane. But due to some reason I am not able to open the popup.
Looking at the html source of the generated page i can see that panelTabbedPane generates a form and inside that form resides the form which jenia4faces requires.
So form inside a form.
Also in the source the following _javascript_ is generated
function clear_tabportfoliosummary_3A_5Fid22() {
var f = document.forms['tabportfoliosummary:_id22'];
f.elements['__jeniaPopupFrame'].value='';
f.elements['tabportfoliosummary:_id22:_link_hidden_'].value='';
f.target='';
}Now because the tabportfoliosummary:_id22 form (the jenia4faces popupFrame parent) is inside the tabbed pane form the _javascript_ code generates error at var f = document.forms['tabportfoliosummary:_id22'];
Has anybody encountered anything like this before? Is there any solution to it?
Best Regards
Hassnain

