All Questions

1
answer

Doubt with mvc list editing, using checkbox and editable field

I'm a little doubtful and I barely know where to start, so I'm going to turn to college students: I have a page with% as% (I am using asp.net-mvc ). It has a list, assuming the elements are A, B, C, D, E. The value of these elements comes fr...
asked on 29.06.2015 / 17:26
1
answer

Show textfield or textarea java [closed]

I can not display words in textfield (or textarea) in my code, several hours on it and still can not. I have here a link to the code . The most important lines are these, but if you want to test the whole code, it's easier to help, I guess....
asked on 10.06.2015 / 21:36
1
answer

Changed data in the database is not displayed in the PrimeFaces DataTable

I'm trying to disable the JPA cache (EclipseLink 2.5.2) through "persistence.xml", but it is not working. Changes made to tables, externally to the application, are not displayed in the PrimeFaces 5.0 DataTable with JSF 2.2. Environment: N...
asked on 13.04.2015 / 19:08
2
answers

Saving Base64 Image with ADODB.Stream

After converting an image to base64 using html5 and canvas, I send the string to Classic ASP and there I should save this image to a certain directory. I'm using the following code: base64String = Trim(Request.Form("base64")) Set tmpD...
asked on 27.05.2015 / 19:42
1
answer

google API - gcalcli - error while executing in a script

Continuing with my issue reported here now I can send shell-script events directly to google calendar, I made a script to execute as scheduled, it follows sms.sh file strong> below #!/bin/bash let oneminf='date +%s'+600 dateonemin='date -...
asked on 23.04.2015 / 22:23
1
answer

jQuery plugin changing attributes with $ .extend

I created an object in a plugin above .fn . For they are usually created within the objects of which we do the following: (function( $ ){ $.fn.tooltip = function(options) { var defaults = { 'corDeFundo' : 'yellow'...
asked on 12.05.2015 / 23:14
1
answer

How to make the p: editor of primefaces escape the special characters typed by the user before writing them?

I'm using the component of primefaces. My problem is that it is recording the accents that the user types in the text without doing the proper escaping HTML. Is it possible to change this so that he knows that the letter is an accent and needs...
asked on 16.04.2015 / 15:59
1
answer

Send signed email using an image

Hello! I have a function in a file of a website in wordpress that triggers a confirmation email when a person fills out a form. But I would like to put a picture as a signature for this email. but when I include an html img of the conflict and t...
asked on 24.03.2015 / 21:45
2
answers

How to organize the return of data in a ListT?

I have a wcf that returns me some information, I would like to bring them organized, how could I do this? I would like to return data like this: Atthemomentitislikethis: I'm doing this: public List<V_PRODUTOS> GetProdutos(string c...
asked on 08.06.2015 / 05:11
1
answer

CakePHP 3.0.1 error message

I have a problem installing CakePHP , I'm using Xampp , with PHP 5.5, and displays the message:    Fatal error: You must enable the intl extension to use CakePHP. in   C: \ Users \ inhome \ Desktop \ io \ CAKEPHPROJECT \ htdocs \ projectCak...
asked on 14.04.2015 / 20:17