aspose file tools
The moose likes JSF and the fly likes JSF and Date/Time without MyFaces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF and Date/Time without MyFaces" Watch "JSF and Date/Time without MyFaces" New topic
Author

JSF and Date/Time without MyFaces

Kalichar Rangantittu
Ranch Hand

Joined: Jan 15, 2002
Posts: 240
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


Never be satisfied with anything less than the best and you will surely pass the test...
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

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

Joined: Jan 15, 2002
Posts: 240
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

Joined: Jul 11, 2001
Posts: 15230

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

Joined: Jan 15, 2002
Posts: 240
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF and Date/Time without MyFaces
 
Similar Threads
problem with radio button
java.lang.RuntimeException: FacesContext not found
logic:iterate functionality with jsf
Problem JSF as RuntimeException: Cannot find FacesContext
can AJAX be used in conjunction of java server faces