Messages posted by sdelvalle
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: sdelvalle  XML
Profile for sdelvalle -> Messages posted by sdelvalle [4]
Author Message
Hi, I have same problem and created an issue report in JIRA with the key ICE-2113, please vote for it so they solve it.

Thanks
What I did was add this code after closing the body tag:

Code:
<script type="text/javascript">
   document.getElementById('loginForm:userName').focus();
 </script>


I think IExplorer 7 is case sensitive when it comes to javascript, so you need to use getElementById and not getelementbyid or any other variation. Also, you cannot use the property onload for the body tag, because this would disable all the checkings ICEFaces does periodically, like connection heartbeat and session status.

Hope this helps.
Ok, never mind, was an stupid question.
Hi all,

This is driving me crazy, I followed the instructions for installing the ICEfaces integration module 2.0.1 for Netbeans. It installs fine, but whenever I want to enable ICEfaces in any Visual Web Application, I always get the same message "Please Add ICEfaces Component Library ...". The procedure I followed is:

* Installed com-icesoft-ide-netbeans-libs-module.nbm 1.6.0
* Installed icefaces-webui.complib 1.6.0
* Installed com-icesoft-faces-vwp-ide.nbm 2.0.1

I've tried both Netbeans 5.5 and 5.5.1, getting same result.

Thanks in advance
 
Profile for sdelvalle -> Messages posted by sdelvalle [4]
Go to:   
Powered by JForum 2.1.7ice © JForum Team