We Recommend

Java How to Program Java How to Program
Takes a new tools-based approach to Web application development that uses Netbeans 5.5 and Java Studio Creator 2 to create and consume Web Services. Features new AJAX-enabled, Web applications built with JavaServer Faces (JSF), Java Studio Creator 2 and the Java Blueprints AJAX Components. Includes new topics throughout, such as JDBC 4, SwingWorker for multithreaded GUIs, GroupLayout, Java Desktop Integration Components (JDIC), and much more.


Posted By

javierarce on 03/26/08


Tagged

textmate rails flash ruby ror notice


Versions (?)


Mostrar contenido de flash


Published in: Other 


  1. <% unless flash.blank? %>
  2. <div id="flash">
  3. <% flash.each do |key, msg| %>
  4. <%= content_tag(:div, msg, :id => key) %>
  5. <% end %>
  6. </div>
  7. <% end %>

Report this snippet 

You need to login to post a comment.