• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New To Struts

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All

I am New to working with struts web application.
I am creating simple web application. In that i want to create online examination.
I am successfully fetch the data from database..
but i want to change the question on click on next button.
so for that i want to use ajax..

Can any body suggest me or give me example like this?]
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to CodeRanch!

Are you using Struts 1 or Struts 2? (they are quite different).

What do you have done so far?
 
dharmit joshi
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks For Reply Jeanne Boyarsky..

I am Working with Struts-2 now.
I am creating Question.jsp file. And On ActionClass file.
I m fetching Question and Option from database....
It is Display Clearly in Jsp File..

But My Problem is in my jsp file i want to get the question one by one...
When i click on button Next. The next Question is display.
And when i click on Finish. The Test is finished and calculate the result..

Thanks & Regards.
Dharmit Joshi.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic