[Rails-spinoffs] Formating Date Field

2008-06-17 Thread raku
First.jsp -- <% ResultSet rs=db.executeQuery("select no,name from mytable"); while(rs.next()) {%> onclick=callJs(< %=rs.getString(1)%>) > <%} %> function callJs(arg1) { var url="Ajax.jsp"; new Ajax.Request(url, {asynchronous: true,method: "post",parameters: "ajaxrefno=" +ar

[Rails-spinoffs] Formating Date Field

2008-06-17 Thread raku
First.jsp -- <% ResultSet rs=db.executeQuery("select no,name from mytable"); while(rs.next()) {%> onclick=callJs(< %=rs.getString(1)%>) > <%} %> function callJs(arg1) { var url="Ajax.jsp"; new Ajax.Request(url, {asynchronous: true,method: "post",parameters: "ajaxrefno=" +ar