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,
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
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="
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"
<%@ 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"
5 matches
Mail list logo