• 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

JSF and Date/Time without MyFaces

 
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to implement a form that has three combo box drop downs for Month, Day and Year. Implementing of MyFaces or tomahawk in Rational Application Developer 6.0 when developing portlets is just not working. Planning on using Java Script to do this.

Has anyone done this before using JSF and Java script? If so please assist with tips and ideas. Thanks,
Kalichar
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you describe the kind of functionallity you are looking to get out of this? Are you wanting to create a custom component or just 3 HtmlSelect components? What JSF RI are you currently using?
 
Kalichar Rangantittu
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the response.
I am trying to get a date picker where the user can select a month, day and year from 3 combo boxes respectively while also having the option of selecting the date from a popup calendar such that when the date is selected in the popup calendar the select fields are automatically populated.

I am using JSF 1.1.
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is going to be quite an undertaking, I don't even know where to tell you to begin. Basically, you want to do what MyFaces and ADF faces have already done, because those won't work in RAD. What problems are you having that won't let you use pre-existing components?
 
Kalichar Rangantittu
Ranch Hand
Posts: 240
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RAD has a date picker but it will not meet my requirements. Inside portlets the java script source references and URI's dont translate correctly and RAD will not touch the java script URI's. I think there is some official docs based on that. I tried to integrate Apache's MYFaces Tomahawk.jar to use their date picker but that has the same java script problem. As you mentioned, I see some pain ahead. Thanks.
 
If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic