this works in firefox but not in netscape and IE I was not able to get this working in Netscape 9 and IE 6. I have no errors it just does not disable the first choice. In Firefox is ok. Where could be the problem?
Prepopulating selectmanycheckbox from database Say I have 4 roles and this player has 2 of those roles when I present his data. How to I check the checkboxes of the two roles he alreay has when I'm loading from a database using a list. Here's an example: public ArrayList<SelectItem> getRole
thanks! just a small correction unlcosed quote on last item causes error... options.add(option); option = new SelectItem("ch5", "choice5); options.add(option);
Hi!how get current select option in next jsf page? Thanks
Why disable.this works in fireFox but n ot IE Why disable.this works in fireFox but n ot IE When I put this line of code in my program, it works beautifully in firefox, but does not submit when using IE <input type="submit" id="9" value="Generate Report" onclick
JSF 1.2 Features 6 or 7, Netscape and Firefox New Features in JSF 1.2 The Java Server... Linux Software Requirements The latest version of JSF, JSF 1.2 works...JSF 1.2 Features  
Drop Down reload in IE loads to 1 which is first value..This is the problem im facing in IE but it works well in Firefox..How to overcome this IE issue? thx in advance
Text box size varying in IE 7 but ok in firefox - Java Beginners Text box size varying in IE 7 but ok in firefox I have problem with the size of text field which varies in IE 7 only but its fixed in Firefox( I... longer only in IE).Expecting a fast solution,Im sharing the piece of code
javascript error in IE - JSP-Servlet javascript error in IE Please Help me, I have an urgent requirement i.e. JavaScript prompt box is not working in IE. It Works firefox,safari,--- etc. ********Actually my requirement is without changing setting
html dropdown not working firefox html dropdown not working firefox I am writing a Dropdown code in HTML which is not working in firefox. What could be the reason as it's perfectly working in IE and Crome. Thanks
JSF selectItems Tag JSF selectItems Tag  ... of writing many selectItem tag for choices, you can use selectItems tag... Description : <%@ taglib uri="http://java.sun.com/jsf/html" prefix
JSF - Java Server Faces Tutorials ; JSF selectItems Tag This tag is used to add a set of items...JSF - Java Server Faces Tutorials Complete Java Server Faces (JSF) Tutorial - JSF Tutorials. JSF Tutorials at Rose India covers
PHP header IE - PHP PHP header IE I tried the given code in PHP which is working for firefox header('Content-type: '.$theMimeType); ob_clean(); // clean output...; but this is not working for IE. any Idea
Opening IE from Java Swing Application in Kiosk mode Opening IE from Java Swing Application in Kiosk mode Hi All, I want to open a URL in IE from my Java Swing application running in Wiindows. I am...){ e.printStackTrace(); return false; } return true; } As per the above code, IE