• 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

Struts 2 multipage form

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I should make the formal validations in a multipage form in each step! Do you know if and how Struts 2 implements this opportunity? Probably there should be a struts 2 plugin that facilitates all of this is called "struts 2 conversation". Anyone has ever used or know him? We accept tips. Thank you
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

daniele galassi wrote:Probably there should be a struts 2 plugin that facilitates all of this is called "struts 2 conversation".



There is indeed a conversation plugin.

daniele galassi wrote:I should make the formal validations in a multipage form in each step!



According to this post, validation works the same with the plugin as without.
 
reply
    Bookmark Topic Watch Topic
  • New Topic