|
Ajax custom input taglib ver. 1.4 JSP custom taglib for UI development. This taglib lets you create a text input field
(like a normal HTML input tag) with some associated list of predefined values. So
your users will be able not only type a value but also select it from the some list. Tag is similar to
our Custom input taglib but lets you obtain the predefined values
trough the separate call to your server-side. For example:
<script language="JavaScript" src="cjajax.js"></script>
<%@ taglib uri="taglib.tld" prefix="ac" %>
Product:
<ac:acinput name="a" url="getHelp.jsp" listBackground="white">
</ac:acinput>
Try It Out: http://www.servletsuite.com/servlets/acinputtag.htm
|