Posts by Gabriel Francisco Santana Sant • 69 points
12 posts
-
0
votes1
answer33
viewsA: Error setting up profile in Websphere via Eclipse
Solved two environment variables were missing WAS_HOME WAS_HOME_IBM7 adding these two and directing up to Websphere’s Appserver folder worked.
-
0
votes0
answers30
viewsQ: How to Grab Primary Key and Insert Foreign Key from another JSF Table via Selectonemenu
I’m doing a test project, and I’ve reached a point where I can’t pass a PK of one entity to be a Fk in another, I’m getting this PK ID via selectOneMenu but I try to send the value will not, always…
-
0
votes3
answers4386
viewsA: At the start of the eclipse an error appeared
You can tbm delete all the JARS you downloaded via Maven, sometimes some of them corrupt and cause problem in eclipse opening, you can delete them by going straight to M2 folder.
eclipseanswered Gabriel Francisco Santana Sant 69 -
-1
votes1
answer33
viewsQ: Error setting up profile in Websphere via Eclipse
When trying to configure Websphere in Eclipse does not appear the folder where the created profiles are located (img screen-1) to select the profiles, when trying to configure via "Run Profile…
-
1
votes1
answer189
viewsQ: Skip an iteration with Foreach when found error in file (PHP)
I am working on a web system that reads XML files on localhost, reading and checks I am able to unroll quiet, only have a little problem some files comes with error, because when generated XML ends…
phpasked Gabriel Francisco Santana Sant 69 -
2
votes1
answer105
viewsQ: Generate only a Table header with PHP using Foreach
I am working on a simple application that reads XML files, I take the data I do the processing and then I show on the screen the data I want from XML, all via I am showing in a table and the header…
-
0
votes1
answer215
viewsQ: How to get the name of an ID with PHP
I am developing an application that reads files XML. I can go all the way XML and take the data I want, but a need has arisen, all XML comes with a id different, a kind of access key, but this…
-
-2
votes1
answer264
viewsQ: Multiple files with HTML and PHP
I’m with an XML file reading system in progress, I chose the language that I do not have as much PHP ease, the fact and that I do not know how to take several files and allocate in a variable, I’m…
phpasked Gabriel Francisco Santana Sant 69 -
-1
votes1
answer36
viewsQ: PHP variable in HTML without form
I have two pages 1st Html and 2nd PHP where I am treating some XML data returned after reading an XML file, but I have a question, I need to take a value that I take from XML and put inside an html…
phpasked Gabriel Francisco Santana Sant 69 -
0
votes1
answer228
viewsQ: XML manipulation with PHP
I am creating a tool for reading XML files that will be searched locally in the user’s machine, I searched and found very easy methods to use in PHP, simpleXML. I have the following code: <?php…
-
0
votes0
answers46
viewsQ: How do you style select that way?
How do you style a select that way? the designer is using the Bulma framework in this project but I did not find models of this select in the documentation, I tried to develop here but it was not…
css3asked Gabriel Francisco Santana Sant 69 -
1
votes1
answer800
viewsQ: How to place a gradient in front of two images that are background?
I tried to place the gradient in the header that is being the "container" of the images, but it just gets behind the images. I’ve tried using the z-index but without success. <body> <div…