Hi guys, I am using tomahawk <t:inputHtml> component in my application it is working fine with normal window. But when I use this component in popup window component throws java.lang.StringIndexOutOfBoundsException.
I have tried these ways to open a popup window
1. Using "target" attribute of command link
<h:commandLink target="popupWindow" action="#{sendMail.openPopup}" >
2. Using outputlink and javascript
Please help me to find workaround of this problem.
Thanks & Regards
Pavan Shahi

