We try to create a HTML form with web pages that includes a auto complete box. How can I process the AJAX request in the backend (e.g. if I want to fill the content of the box by a DB query)?

asked 21.08.2012 at 09:40

Thomas%20G%C3%BCnter's gravatar image

Thomas Günter
(suspended)
accept rate: 0%


For web page elements and AJAX we do have a open source demonstration in the IvySupplements project which shows nicely how to handle Ajax requests. Download the project from Sourceforge.

In the project there is a process named "poll" which implements a simple chat. Use this as base for your own implementation.

If you do not necessarily rely on web page elements in Ivy, we strongly recommend you to use the HTML User Dialogs that were introduced with Xpert.ivy 5.0. They are based on JSF and support AJAX out of the box.

link

answered 28.08.2012 at 04:50

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×11
×4

Asked: 21.08.2012 at 09:40

Seen: 2,355 times

Last updated: 21.08.2012 at 09:40