I have seen some suggestions on how to handle @RadioGroup and @EventListener
here but none of them works for me.
One suggestion is to add a function to any div element
document.getElementById('someDiv').clickRadio=function(radio) {};

add a onclick to the @Radio that calls that function
<span jwcid="@Radio" value="ognl:lv.value" onclick="document.getElementById
('someDiv').clickRadio(this);"/>

plus something like

@EventListener(targets = "someDiv", events = "clickRadio", submitForm =
"form")

This doesn't seem to do anything unfortunately.
Does it matter where the
"document.getElementById('someDiv').clickRadio=function(radio)
{};" is declared in the page?
I've been lazy and made a <script> block after the 'someDiv' element for
that line.
And how could I even trace this in firebug?

Thanks

-- 
Henri Dupre
Actualis Center

Reply via email to