Re: [html-formfu] Model::HashRef and Repeatables without nested_name

2009-07-04 Thread Mario Minati
Hi Moritz, when discovering this I created the test 't/model/hashref_create_repeatable_without_nestedname.[t|yml]' to validate that we die correctly. The problem is, that there is no intelligent solution as it just doesn't make much sense to me to use a Repeatable without a nested name. Gree

Re: [html-formfu] Model::HashRef and Repeatables without nested_name

2009-06-30 Thread Moritz Onken
Am 18.05.2009 um 16:25 schrieb Mario Minati: During my work on rewriting the Repeatable element for an easier client side javascript handling I found out that Model::HashRef cannot handle Repeatable elements without nested_name. The function get_repeatable just ignores them. To save users

[html-formfu] Model::HashRef and Repeatables without nested_name

2009-05-18 Thread Mario Minati
During my work on rewriting the Repeatable element for an easier client side javascript handling I found out that Model::HashRef cannot handle Repeatable elements without nested_name. The function get_repeatable just ignores them. To save users from running to that problem I changed the code of