Re: radio widget

2008-02-24 Thread stanlick
After inspecting the freemarker template for radio, I discovered what the tag would do if you did not specify a listValue. It seems the handler is pushing the current element to the stack in the iterator, so specifying allowed me to get the value from the map's key/value entry which returned my

radio widget

2008-02-24 Thread stanlick
I am having trouble addressing individual properties with radio? To be more precise, I have the following scenario: Where answers is a Map of Long,Answer pairs. I want to set listValue to a property of the Answer, but I can't work out the current indexing scheme. -- Scott [EMAIL PROTECTED]