Hi, i have an application done with jruby 1.4 and i want to migrate to jruby
1.5
i have pb with this code:
<table border="0" width="100%">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="center">
<% form_tag ({:controller=> "users", :action=> "login"}) do %>
<fieldset style="width: 30%" >
<legend> Authentification </legend>
<table width="100%" border="0" align="left" style="">
<tr>
<td rowspan="3" width="50%"> </td>
<td width="40%">Utilisateur:</td>
<td><%= text_field "user", "name", :size => 15 %></td>
</tr>
<tr>
<td>Mot de passe:</td>
<td><%= password_field "user", "password", :size => 15 %></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td COLSPAN ="2" align="center"><%= submit_tag "S'authentifier"
%></td>
</tr>
</table>
</fieldset>
<% end %></td>
<td> </td>
</tr>
</table>
i'm sure that the prb is done with "form_tag".. May be there's not the same
with jruby 1.5.. And when i run mongrel server i obtain this result like in
detached file http://old.nabble.com/file/p28668472/Capture.png Capture.png
Can u help me? thanks :)
--
View this message in context:
http://old.nabble.com/jruby-1.4--%3E-jruby-1.5-tp28668472p28668472.html
Sent from the JRuby - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email