p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: ASP.NET AJAX Programmer's Reference : with ASP.NET 2.0 or ASP.NET 3.5 ISBN: 978-0-470-10998-4
This is the forum to discuss the Wrox book ASP.NET AJAX Programmer's Reference: with ASP.NET 2.0 or ASP.NET 3.5 by Dr. Shahram Khosravi ; ISBN: 978-0-470-10998-4

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET AJAX Programmer's Reference : with ASP.NET 2.0 or ASP.NET 3.5 ISBN: 978-0-470-10998-4 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old October 7th, 2008, 08:31 AM
Registered User
 
Join Date: Dec 2007
Location: Pune, Maharastra, India.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Calling java Servlet from ascx page

Hi,

I want to implement this Autocomplete feature on a text box. This autocomplete i have to implement on a Sharepoint site using the webpart(usercontrol). The existing Autocomplete is on java portal which is user a servlet to get the backend dsml(xml)file using the java servlet. I want to use this servlet to feed by AJAX component. Can somebody help we with this approach. The code snippet is as follow :-
<script type="text/javascript">
new AjaxJspTag.Autocomplete("/portal/autocomplete.view",
{indicator: "indicator",
minimumCharacters: "3",
parameters: "service=autocomplete,searchParameter=searchtextOn Page,searchType={autosearchtype}",
postFunction: redirectQuickSearchURL,
parser: new ResponseXmlToHtmlTableParser(),
target: "quickSearchValue",
className: "autocomplete",
source: "searchtextOnPage"});
</script>

Here "autocomplete.view" which is servlet which is feeding the page with the xml data. Thansk.

Pradeep Nair

paddy
__________________
paddy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in calling classes in simple Servlet sanna231 J2EE 4 February 7th, 2008 11:27 PM
calling a java servlet from a asp.net page dub_beat ASP.NET 2.0 Basics 0 April 2nd, 2007 09:31 PM
calling a servlet by clicking a menu? pandian Servlets 1 February 4th, 2006 10:28 AM
Calling a command from a servlet emirant1 Servlets 1 December 23rd, 2005 11:33 AM
calling java servlet from javascript bearfacts Javascript How-To 1 August 26th, 2004 05:57 PM



All times are GMT -4. The time now is 06:41 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc