Hi, Well i just started learning Tapestry and kind of stuck on the issue of how i can handle dynamic radio groups and radio buttons in tapestry. I searched the web but i am unable to find any examples on this one. Issue is first to print radio groups and buttons based on some data from database. With the help of foreach loop, coditional statements and java list i was able to print them on the screen. no problem.
NOW issue is when i select any one radio button in a specific group i want to access its value so that based on that value i will show some other information on the screen. Now i thought that with javascript reload() i will refresh the screen and then on the first methood that tapestry will read i will create a java list based on the selected radio button/group values and then will reprint the page on the screen. OK i don't know whether this can be achieved or not. If yes please help me out. If not and there is a right/better way to do it please let me know as i am stuck pn this one. Any help will be appreciated. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
