Displaying 1 result from an estimated 1 matches for "nameagesex".
2007 Jan 25
2
Need help for Helper
...give me an output like this:
<div class=''table_header''>Name</div>
<div class=''table_header''>Age</div>
<div class=''table_header''>Sex</div>
Unfortunately I have only one line of output which looks like:
NameAgeSex
After few trials it seems, that this output is being generated by line:
"for name in names", because deleting "content_tag..." doesn''t make any
differences.
What am I doing wrong?
I suppose that helper def does treat an Array like a String...
Regards,
Tomasz Tomczyk...