Retrieve form component value in template
Notice: This thread is very old.
- albertosanchezm
- Member | 12
Hello,
I have a silly problem, but I have no idea how to solve it in a simple way.
I have a form that has to be render, and one of the form controls is a upload image control. The point is, when this form is used for editing, and the image control already has a value, can I retrieve that value to inform a HTML structure and display the image ?
I have thought to read the value in the Presenter and then pass it to the template, but there should be a easy way, right?
Thanks in advanced.