Questions tagged as 'value'

1
answer

Autocomplete of Primefaces does not pass value to the bean

I have a problem with the autoComplete component of PrimeFaces. The value parameter is not being passed to my bean. private String filtroClientes; public List<String> listarFiltroDeClientes() { List<String> lista = new ArrayLi...
asked by 26.08.2016 / 02:53
2
answers

PHP erase form values if successful

I would like the values of this form to be deleted if the form is submitted successfully, everything is ok (does not delete) if there are any errors but if there are no values continue there, I think it is a logic error. p> <form action=...
asked by 31.07.2014 / 13:09
2
answers

Eloquent Laravel - Column user_id

Hello, I'm learning laravel and I do not find this in any forum. I have some tables that have a foreign key called 'user_id', but when I save an object in the database I always have to fill that column. Is there a way to do this? I want to be ab...
asked by 08.05.2018 / 03:36
2
answers

Information does not arrive in value attribute

The information I get in the user model (getTimeLine method) gets to the homeController, but does not arrive in the homeView in the input type hidden in the value attribute. public function perfil($id) { $dados = array(); $p = new pos...
asked by 12.11.2017 / 01:54
1
answer

How do I manipulate data from a select created from jquery

I'm trying to get the values from a select that I've inserted through a jquery, and depending on the value it adds elements inside a div also created by that same jquery. The problem is that I can not get these values. This is the code where...
asked by 05.06.2017 / 20:05
2
answers

Problems with Jquery selectors

My problem is this, I have this code: <script language="javascript"> $(document).ready(function(){ $('#simular').each(function(){ $(this).click(function(){ $("input[name...
asked by 13.04.2016 / 03:57
1
answer

Add Input with Jquery and how to get input data

I have 1 button in JS that creates input. Only I can not get this input data. I can create each input with a different name , but I have no idea how can I get these values from php . I tried to send the var add to loop, but it can not ge...
asked by 18.02.2015 / 15:42
1
answer

The 'Value' method of the 'Range' object failed

Good night, I have the following error:    The 'Value' method of the 'Range' object failed The full code is here: GhostBin Hair PrivateSubCommandButton2_Click()'''Botão"CADASTRAR" código para inserir as informações fornecidas na pl...
asked by 20.11.2018 / 01:20
2
answers

Input fields are not being filled according to the value

On my system there is a page with a form that registers an order and another page with a table that shows all the records of registered orders. In each row of the table has a request and an edit button that opens a form equal to that used in...
asked by 24.01.2018 / 17:37
3
answers

option selected

I have a code that returns bank data in an option, but I can not get the value registered in the bank to be selected. For example, the option will bring all neighborhoods registered in the neighborhoods table. In this Option would like to, in ad...
asked by 03.12.2018 / 14:51