Questions tagged as 'xhtml'

1
answer

f: convert inside h: output text does not work

I have this code, I'm pulling from a string of type String and drawing dynamically, in view I want it to be shown with a dollar sign but I can not make it happen. Is it because I'm using a string ? <h:outputText value="#{o.c...
asked by 28.06.2017 / 23:06
1
answer

How to insert an image in a p: menubar

could help me with this problem that has been bothering me for a while, I have researched a lot and I have not been able to solve this problem of inserting an image inside my menu bar, I share the image of how the bar looks at this moment and th...
asked by 26.06.2017 / 20:01
1
answer

How can I request two dates in JSF with PrimeFaces and Java

I want to receive two dates, so far I have this: In the xhtml: <h:form id="form"> <h:panelGrid columns="5" cellpadding="5" > <p:outputLabel for="fechaInicio" value="Fecha Inicial:" /> <p:calendar...
asked by 06.05.2017 / 01:06
1
answer

How to Use Variables in JSF

My question is how to declare a variable to be able to do a total sub, and then perform a counter in JSF As you investigate, this could be done: <ui:param name="sub" value="#{item.canProductos * item.ideProducto.preProducto}" />...
asked by 17.04.2017 / 01:56
1
answer

org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

At the time I am presented with an error that I have not been able to resolve in different forums.    org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for> JSP       PWC6199: Generated servlet error:   source value 1.5...
asked by 30.03.2017 / 16:36
1
answer

Eclipse JSF autocomplete bean

I have a JSF project that is currently using Primefaces , JSF and Hibernate . All the tags that I declare are autocompleting to me without problems using CTRL + SPACE in Eclipse . xmlns:h="http://java.sun.com/js...
asked by 18.10.2016 / 08:54
2
answers

MasterPages with several ContentPlaceHolder

Good morning. The content place and the master page will be used. Even already be in a dynamic way, changing with several links. The problem is that I do not know how to get several different Content Pages loaded at the same MasterPage...
asked by 14.07.2016 / 17:49
1
answer

how do I take the form on my website to the left?

in the upper part of my web, there is a start image and a register for users, what I want is that on the left the image appears and on the right the registration but I get another one, my code is this: <!DOCTYPE html PUBLIC "-//w3c//DTD XHT...
asked by 05.12.2016 / 04:58