CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    2

    Struts with Ajax combination

    I am developing an application in struts framework , where i am trying to display some content to the div tag in jsp when a option is selected in drop down box in a <html:form>

    i can do this in jsp using onchange=this.form.submit() but i dont want to use this method as it effects the performance of the page display,

    So i want to know is there is any other process to develop it

    Can any one tell me how to use ajax for this application

    Please provide me the information,

    Thanks in advance

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Struts with Ajax combination

    There is lots of Ajax info out there, including examples and tutorials, for example Sun's Ajax page and Mozilla's Getting Started with Ajax. Wikipedia has a good section with links, and search engines will find you plenty more.

    The highest reward for a person's toil is not what they get for it, but what they become by it...
    J. Ruskin
    Please use &#91;CODE]...your code here...&#91;/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured