Re: How would I hide and default a foreign field in a relationship

2009-05-19 Thread Jorge Garifuna
Thanks a million! On Mon, May 18, 2009 at 7:42 PM, brian bally.z...@gmail.com wrote: On Mon, May 18, 2009 at 10:22 PM, Jorge Garifuna garif...@gmail.com wrote: I'm creating an application with the following two tables: posts: - id - title - body comments: - id - post_id

How would I hide and default a foreign field in a relationship

2009-05-18 Thread Jorge Garifuna
I'm creating an application with the following two tables: posts: - id - title - body comments: - id - post_id - comment I was able to bake this app and all the links are working. Now I would like to customize the app so that, when a comment is added from the post: - the post id (list) is not

Re: How would I hide and default a foreign field in a relationship

2009-05-18 Thread brian
On Mon, May 18, 2009 at 10:22 PM, Jorge Garifuna garif...@gmail.com wrote: I'm creating an application with the following two tables: posts: - id - title - body comments: - id - post_id - comment I was able to bake this app and all the links are working. Now I would like to