Posted By:
Anonymous
Posted On:
Wednesday, May 10, 2006 05:02 AM
Hi!!! Please resolve my problem ASAP I want to embed AJAX tags with struts application.Presently I am using following configuration: struts 1.2.7 ajaxtags.tld ajaxtags-1.1.5.js prototype-1.3.1.js scriptaculous.js overlibmws.js I want to update a list through a single text field,i.e., whenever I enter some value in the text field and click the ADD button ,then that value should be added to the list shown as dropdown. So I am using tag. baseUrl="AddEmailAction.do?actionId=2" source="emailDomain
More>>
Hi!!!
Please resolve my problem ASAP
I want to embed AJAX tags with struts application.Presently
I am using following configuration:
struts 1.2.7
ajaxtags.tld
ajaxtags-1.1.5.js
prototype-1.3.1.js
scriptaculous.js
overlibmws.js
I want to update a list through a single text field,i.e.,
whenever I enter some value in the text field and click the
ADD button ,then that value should be added to the list shown as dropdown. So I am using
tag.
baseUrl="AddEmailAction.do?actionId=2"
source="emailDomain"
target="mailid"
action="action"
parameters="emailDomain={emailDomain}"
/>
where emailDomain is the id for text field and mailId is the id for dropdown.
Problem which I am facing right now whenever I run my application. It is giving message:
"Unable to load class updateField"
Please help me , is this because of version problem.