Hi,
I created a new module with a blank view. in the blank view I added 2 disabled text boxes and 2 text boxes. I added a data source to the view as I want the text boxes to be populated when the view is displayed.
When I load the view though nothing is shown in the text boxes. I added a grid just to make sure that the data I am expecting is available, and it is.
in the component properties of the text box, I set the Id field, then in the Model properties the top drop-down is my defined datasource (viewDataSourceModel1) and the second drop-down is the field I want displayed in the text box.
Is there something I'm missing that I need to do to populate the text boxes from the datasource?
Thanks in advance for the help!
Jason Aubert