Questions tagged as 'xhtml'

1
answer

How to merge columns h: column in JSF?

How can I merge columns or rows in JSF 2.0? Code<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http:/...
asked by 29.09.2017 / 17:01
1
answer

How to display the String value retrieved from the JSF session?

I'm having a problem trying to display a String value retrieved from the session in xhtml. What I want is to show the value of a String attribute (name attribute) of an object of the class I created (User class), which is stored in the session....
asked by 21.12.2016 / 05:21
1
answer

how to implement jsPanel with jsf

I'm trying to render an xhtml page inside jsPanel, but just get the jsPanel empty. this is the javascript: function executeLoad(aUrl){ $.jsPanel({ load:{ url: aUrl }, selector: "#content", title: "com url", boo...
asked by 08.12.2015 / 14:32
1
answer

Space between columns in theGrid panel

I have 4 columns, and I want the last 2 more separated from the first. I can not. anyone help? Code: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or...
asked by 17.09.2015 / 19:11
1
answer

Get Content from another page with jquery

I want to create a way to open this SpTrans page in an app, but without loading all their layout, just the fields: LOGIN, PASSWORD and SIGN UP, using only HTML and JQUERY. The elements I need are these: <input type="text" id="vUSRLOGA" n...
asked by 16.07.2015 / 17:22
1
answer

The p: dataTable is not paging

Te a page that receives a param. <f:metadata> <f:viewParam name="id" value="#{MyBean.MyObject.id}" /> <f:event type="preRenderView" listener="#{MyBean.exibir}" /> </f:metadata> <c:set var...
asked by 16.07.2015 / 06:30
1
answer

Inline display does not work correctly with span

My display:inline does not work correctly I would like to know where I am wrong it should look like this here: ButIcannotfollowmycodebelow: .abertura-chamados li { display: inline; } .abertura-chamados li a img { width: 10%;...
asked by 08.06.2015 / 22:14
0
answers

Display confirmation dialog before closing tabview of the firstfaces tab

I'm developing a web application in jsf that I need to work with tabs (similar to chrome). For that, I'm using the tabview component of primefaces that has been very useful so far. The problem is that I need to display a closing commit dialog...
asked by 04.08.2017 / 15:16
0
answers

how to get the selected value in the combobox (h: SelectOneMenu)?

<h:form> <div class="form-group"> <label>Categoria de Produto</label> <h:selectOneMenu value="#{produtoController.produto.categoriaProduto}" styleClass="form-control" style="width: auto"> <...
asked by 28.05.2017 / 19:02
0
answers

want to pass my java script function to the bean when loading the page [closed]

I want to pass my java script function to the bean when loading the page, without needing the button click? I'm using the primeface remotCommand, onPoint([{name:'latitude',value:latitude},{name:'longitude',value:longitude}]);     
asked by 19.11.2016 / 19:45