search for: partialnam

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

Did you mean: partialname
2006 May 07
0
partial problem from down under.
...ng to display a partial with the :collection parameter. The value i pass to the collection parameter is an array of hashes, something like.. [{''a''=>''1''},{''a''=>''2''}]. I would have expected that if I display something like partialname[''a''] within my partial, I would see the values of ''1'',''2'' etc. But it comes out a nil object. If i use an ordinary array, or hash seems fine. Also if i use an active record object seems fine also. I suspect my problem is my understanding o...
2005 Dec 15
12
Adding multiple invoice items to an invoice on the same form
Hi Friends , Got a unique requirement .I am designing a invoice printing system .So right now I have the NEW page for adding the invoice details to the table .Now I have the requirement of adding Invoice Items In the same form .I have added multiple text boxes to enter the values of the Items using <%= text_field ''invoiceitems[]'', ''item_price''