search for: fornavn

Displaying 2 results from an estimated 2 matches for "fornavn".

Did you mean: nornavn
2005 Dec 23
1
Overloading error_message_on method in ActiveRecordHelper
...true) This results in my application coming tumbling down with this error: --- Showing app/views/user/_form.rhtml where line #3 raised: stack level too deep Extracted source (around line #3): 1: <div class="user_first_name"> 2: <p><label for="user_first_name">Fornavn</label><br /> 3: <%= text_field(''user'', ''first_name'', ''size'' => 25) %> 4: <%= error_message_on(''user'', ''first_name'') %></p> 5: </div> --- I feel that the problem may be...
2005 Dec 27
0
Re: RESOLVED: Overloading error_message_on method in ActiveRecordHelper
...ith this error: > > --- > > Showing app/views/user/_form.rhtml where line #3 raised: > > stack level too deep > > Extracted source (around line #3): > > 1: <div class="user_first_name"> > > 2: <p><label for="user_first_name">Fornavn</label><br /> > > 3: <%= text_field(''user'', ''first_name'', ''size'' => 25) %> > > 4: <%= error_message_on(''user'', ''first_name'') %></p> > > 5: </div> > &...