hi
Thanks for ur reply, It was useful. i ve chaged my view in html as 
follows
<br>
     <form>

      <br>

      <input type="radio" name="radios1" 
onclick=this.parentNode.submit() value="<%[email protected]%>"><%[email protected]%>
    <input type="radio" name="radios1" 
onclick="this.parentnode.submit()" value="<%[email protected]%>"><%[email protected]%>
     <input type="radio" name="radios1" 
onclick="this.parentnode.submit()" value="<%[email protected]%>"><%[email protected]%>
<input type="radio" name="radios1" onclick="this.parentnode.submit()" 
value="<%[email protected]%>"><%[email protected]%>
    </form>
The code is workin well except that, as soon as a radio button is 
selected the the page gets refreshed and the selection is not reflected 
in that page after that. i need the selection to be visible even after 
the onclick event and also when "history.back" is done.Please do help

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to