hi,

          i am using popup box for alert for repeated items with some
dynamic values to display in my popup
i have saved all values in @employee variable and when it call pop
using button click it does't shows me data that is in @employee
like
    <div id="popup">
  Employee list filtered
     <% @employee.each do |emp|%>
       name <%= emp.name%>
       department <%= emp.dept %>
<% end %>
</div>

only "Employee list filtered" is seen in popup  on other dynamic
values are not displayed in it
could  any one provide me solution ?

thanks,
-pab

-- 
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