Re: [html-formfu] FormFu many_to_many YAML declaration

2012-04-12 Thread Gabor HALASZ
On 4/12/2012 5:04 PM, Robyn Jonahs wrote: Hrm, so go into the test directory for the various modules? I will look into those on my local install. It depends on your environment, the binary packages not contains the unit tests, but most of the perl modules sources are available and browseable

Re: [html-formfu] FormFu many_to_many YAML declaration

2012-04-12 Thread Robyn Jonahs
Hrm, so go into the test directory for the various modules? I will look into those on my local install. I am pretty "new" to perl and object oriented programming. Based on the recommendation of a friend, I have been learning both as I go through making mock up web applications to play with mysql a

Re: [html-formfu] FormFu many_to_many YAML declaration

2012-04-12 Thread Gabor HALASZ
On 4/12/2012 12:59 AM, Robyn Jonahs wrote: The section just above the link you sent was what I was trying to use as a guide. I do see that they use a Textarea not a Text field. I tried that and it also failed. With all my trial and error I have yet to figure out where I am going wrong. In my o

Re: [html-formfu] FormFu many_to_many YAML declaration

2012-04-11 Thread Robyn Jonahs
Thanks. My perl and Catalyst is pretty weak so I apologize for not understanding how to modify the form in the controller. Well in concept from the docs, yes, but it seems to say that it can be done. For the books example in the tutorial they use a select form element, due to the fact that authors

Re: [html-formfu] FormFu many_to_many YAML declaration

2012-04-11 Thread Gabor HALASZ
On 4/11/2012 7:29 PM, Robyn Jonahs wrote: | What if I don't want the authors in a select field but a text field? Can I do that? I have been trying to use something like in http://search.cpan.org/~pshangov/HTML-FormFu-Model-DBIC-0.09002/lib/HTML/FormFu/Model/DBIC.pm#has_many_and_many_to_many_re

[html-formfu] FormFu many_to_many YAML declaration

2012-04-11 Thread Robyn Jonahs
(Also sent to the Catalyst list - sorry if this is cross posting breach of etiquette) Hi, I am having trouble with understanding how to get Many to Many relationships into a FormFu form via YAML. Consider the tutorial example... https://metacpan.org/module/Catalyst::Manual::Tutorial::09_Advanced