how do I achieve below on the webPage
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hi all,
I have a webPage that displays the date field and the products for that day.
Is it possible to dynamically load (refresh) the products from the database table , when the user selects a different date. Then he actually submits the request to display the product details available on that particular day.
Should I use AJAX for this?
Thanks,
Trupti
I have a webPage that displays the date field and the products for that day.
Is it possible to dynamically load (refresh) the products from the database table , when the user selects a different date. Then he actually submits the request to display the product details available on that particular day.
Should I use AJAX for this?
Thanks,
Trupti
posted 18 years ago
of course it is possible, all you have to do is whenever the user changes a date , the Page submits itself via javascript and a new product details would be shown. Yes you can also do it via ajax by using ajax4jsf libraries
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Originally posted by trupti nigam:
Hi all,
I have a webPage that displays the date field and the products for that day.
Is it possible to dynamically load (refresh) the products from the database table , when the user selects a different date. Then he actually submits the request to display the product details available on that particular day.
Should I use AJAX for this?
Thanks,
Trupti
of course it is possible, all you have to do is whenever the user changes a date , the Page submits itself via javascript and a new product details would be shown. Yes you can also do it via ajax by using ajax4jsf libraries
trupti nigam
Ranch Hand
Posts: 647
1
posted 18 years ago
Thanks For the prompt response. I knew that I have to use the AJAX tachnology. But I have never used it. And I need to finish this task within a day or two. What is the good starting point. I started reading the w3schools.com. But do you have any example as to how this is achieved/
Thanks,
Trupti
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Originally posted by Abiodun Adisa:
of course it is possible, all you have to do is whenever the user changes a date , the Page submits itself via javascript and a new product details would be shown. Yes you can also do it via ajax by using ajax4jsf libraries
Thanks For the prompt response. I knew that I have to use the AJAX tachnology. But I have never used it. And I need to finish this task within a day or two. What is the good starting point. I started reading the w3schools.com. But do you have any example as to how this is achieved/
Thanks,
Trupti
| Could you hold this puppy for a sec? I need to adjust this tiny ad: Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing |






