What are people using to replace an Editable JComboBox?

2007-02-08 Thread Michael Margozzi
What JSF component are people using where they would have used an editable JComboBox? For those that may be unfamiliar, a JComboBox is like a SelectOneMenu with the addition of being able to type in a value and have that be the selected one.

All, please read ...

2007-01-09 Thread Michael Margozzi
All, Threads like these always make me wish that the documentation of this stuff was better. I think the JDK documentation from sun should be a guide. Between the JavaDocs and the Tutorials that Sun provided, you could figure out anything. Documentation is sorely lacking, and not just on this pro

RE: Problem with and ajax4jsf

2006-10-20 Thread Michael Margozzi
way throws errors.I wrote that yesterday, I think. 2006/10/19, Michael Margozzi < [EMAIL PROTECTED]>: The Tomahawk inputDate component doesn't function properly with Ajax4jsf :-( <%@ page language="java" pageEncoding="UTF-8"%><%@ taglib uri="

Problem with and ajax4jsf

2006-10-19 Thread Michael Margozzi
The Tomahawk inputDate component doesn't function properly with Ajax4jsf :-( <%@ page language="java" pageEncoding="UTF-8"%><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%><%@ taglib uri="http://myfaces.apache.org/tomahawk"

Problem with and ajax4jsf

2006-10-13 Thread Michael Margozzi
<%@ page language="java" pageEncoding="UTF-8"%><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%><%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%><%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"