|
-
October 6th, 2007, 12:30 AM
#1
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
-
October 6th, 2007, 06:56 AM
#2
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 [CODE]...your code here...[/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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|