• 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

How to exchange JSF data with other technologies?

 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have to integrate new module, written in JSF with old one, written in ColdFusion. How can I exchange data between them? For example, I have a combobx with match dates in JSF app, and I want to send (after clicking button) selected value to CF page - I don't want to implement that page because it's already done in CF. CF script awaits variable in
FORM.variable_name format. I'using Sun's Creator 2, and I can't force my dropdown menu id/name to be like that (it's page_name.dropdown_name). Is there any way to do it?

And how to pass session data to other technology? I mean, I'm logging into my account in JSF (I use session scoped bean to remember session data) and then switch to CF (which uses session).

I know it's very specific question but maybe someone could help me?

Michael
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic