Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation around FormElementManager->get() #36

Open
michalbundyra opened this issue Jan 15, 2020 · 0 comments · May be fixed by #196
Open

Documentation around FormElementManager->get() #36

michalbundyra opened this issue Jan 15, 2020 · 0 comments · May be fixed by #196

Comments

@michalbundyra
Copy link
Member

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7305
User: @claytondaley
Created On: 2015-03-10T15:31:30Z
Updated At: 2015-11-06T20:55:08Z
Body
I was using Custom Form elements in my application so I started to work through all the tips in the Advanced Form guide. Despite implementing all of these points, I was still getting an error. Thanks to a reference example, I found that I could resolve my errors with one additional change not documented in the guide:

You must also define the form (not just the custom elements) inside form_elements rather than service_manager otherwise init() is not run

If this is a requirement, it would be helpful to add it to the guide. If this should not be a requirement, I may need to submit a bug report.



Originally posted by @GeeH at zendframework/zend-form#92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants