java class in AjaxTags application in
JDeveloper. The input.jsp has the input form, the ajax:htmlContent
tag to validate input field Catalog Id, and ajax:updateField tag to
update form fields for a Catalog Id that already has a catalog entry. JSP
input.jsp is listed below.
<%@ taglib uri=???http://ajaxtags.org/tags/ajax???
prefix=???ajax???%>
AJAXTagsForm for Catalog Entry
source=???catalogId???
target=???validationMessage???
parameters=???catalogId={catalogId}???/>baseUrl=???formupdateservlet???
source=???catalogId???
124 6 Ajax without JavaScript ??“ AjaxTags
target=???journal,publisher,edition,title,author???
action=???updateForm???
parser=???new ResponseXmlParser()???
parameters=???catalogId={catalogId}???/>
Copy input.
Pages:
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123