search for: seaside2

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

Did you mean: seaside
2005 Mar 14
0
White characters in output
Hello everybody, I''ve attended some talks about squeak/seaside2 last week, and in adition to some other good ideas I found that output of the seaside is the one very long line without any redundant white spaces. When I asked why is this, speaker told me that this is the best way to format document for browser. So I''curious if this is true, and if i...
2005 Mar 10
2
Newbie question - form validation
Hi, I am sorry for maybe stupid question. I am new in rails. I am trying to create very simple weblog systeme. I know threre are plenty of them, but It''s good to study. I create following rule in models/post.rb validates_length_of :header, :in => 3..50, :allow_nil => false, :message => "At least 3 characters" It''s working fine with default scaffolt add