• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Background form data wipes out after swf Ajax popup returns

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using spring webflow 2 with richfaces. There is one flow with two views. First view presents send email form with fields like sender, destinations, subject, message, scheduled delivery (richfaces calendar). In order to facilitate user to import contacts from contacts list, 2nd form displays list of contacts from where user can select destinations. This 2nd form is shown as popup and in transition actions, tries to append 1st forms destinations field with newly selected destinations. Destinations field get updated when 2nd view transitions back to 1st form but the problem is 1st forms input values are lost.

I have declared one backing bean in flow. It seems while transition to 2nd view does not bind data to bean and that is why when returned back to 1st form, other fields have no data which was entered before going to 2nd. Googling for couple of days but no luck. Any suggestion is appreciated.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic