Questions tagged as 'view'

1
answer

Pass information between two PHP pages

Good afternoon! I'm having the following problem: I have a php page named locality that has the fields "name" and "city". In the name field, I type the name of the locality, such as "Beautiful Corner", and in the city field I retrieve from a t...
asked by 23.10.2017 / 19:12
1
answer

Hierarchical Tree View Dynamic C #

I have the following situation, my select returns me 3 micro (child), descr (descr child) and macro fields ) micro fields and macros are integers and can be any number not following standard (when I say default I mean micro 2 for example do...
asked by 10.03.2016 / 17:45
1
answer

Conversion error when sending input to controller to save

Good evening, I'm having trouble solving this problem, I hope you can help me ... When trying to save data from View only one field returns this error:    Failed to convert property value of type java.lang.String to required   type com.sisdco...
asked by 03.08.2018 / 02:16
1
answer

Pass a list of View objects to the Controller

I have a Client class and an address, and a client can have many addresses. I'm trying to create a View Client where I can add as many clients as I want, and then add those addresses to the Client. But it does not return the address list when I...
asked by 30.04.2015 / 17:05
3
answers

How to get the object with focus on Android

I have the following Listener below which checks if an editText has been changed, the Listener will be identical for several editText so I would like to get the current editText through the "v" property, to avoid code repetition and create only o...
asked by 12.09.2016 / 16:33
1
answer

Explanation about tags of Android components

I'm developing an app for android. I found some tutorials to help me in the development but I found some tags that did not understand their due explanations and when should I use each of them. They are: Thread SurfaceView Surface holder Ho...
asked by 16.06.2016 / 14:38
2
answers

How to Send a Checkbox to the Controller?

I have a View where a CheckBox exists in a client list in the first column so that it can be possible to select one or more clients and send it to > Controller . In View I'm using pure CheckBox and in the model this same field has the...
asked by 13.06.2016 / 17:32
1
answer

What is RecyclerView on Android?

What is the function of RecyclerView in an Android application?     
asked by 24.08.2015 / 21:44
1
answer

How to redirect to another view after sending email?

In the code below, after sending the form via email, the same view is loaded. Instead, I need to be directed to another view . (thanks for example) Below is the code: public function duvidas_e_contatos() { $this->load->helper...
asked by 22.08.2017 / 20:20
2
answers

Trying to get property of non-object?

This is my View : <tbody> @if(isset($pessoas)) @foreach($pessoas as $p) <tr> <td>{{$p->nome}}</td> <td>{{$p->idade}}</td> &...
asked by 02.03.2017 / 14:40