Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Willie Howell   on Dec 31 In Java Category.

  
Question Answered By: James Evans   on Dec 31

Here is my experience hope that helps:
I was developing Struts base web application and looking for an Suggest feature of Ajax frame work. I found that Struts-Layout support this feature very easily, it provides a simple action so you can extend it and code it. It will take just 10 line of codes on action and one jsp tag.
struts.application-servers.com/suggest/index.html
Advantages:
Fully integrated with Struts
It supports UTF-8 chars
I have tested in IE 5.0+ and Fire Fox 1.1 and it worked fine
Disadvantages:
If you are not using Struts then it is not worth to use it.
Only supports Suggest Feature, may be enough for many form base applications but it is still the limitation.

Share: