Tagged Questions
0
votes
1answer
15 views
<p:commandButton> with icon image not showing
I have been struggling this for a while. I am using primefaces 3.5. I have a command button with icon attribute. But the image seems not showing. I am not sure if I put the image url correctly. I ...
0
votes
0answers
15 views
empty css while using @import in a css link
My css files are loaded empty
I checked in firebug my css file all.css it is recognized and a.css,b.css,c.css are also recognized but the problem that they are empty
all.css
@import url(a.css)
...
1
vote
2answers
40 views
How user <h:messages> only if not null messages?
I was thinking in use <h:messages> in a better way, something like this:
<h:panelGroup rendered="#{not empty facesContext.getMessages}">
<hr/>
<h3>Please inform us ...
1
vote
2answers
45 views
bug when displaying selectonemenu primefaces inside p panelgrid
I have this problem :
here is the code :
<p:panelGrid styleClass="newArticlePanelGrid" >
<!-- ...
0
votes
1answer
62 views
Override primefaces css with a custom one
i made a custom style sheet named mycustomstyle.css to override the style sheet provided by primefaces, i placed the link to my style sheet inside the <h:body> so that it overrides the one ...
0
votes
1answer
36 views
How to remove padding from p:panel content
I have a <p:panel> with id X and i want to remove the padding from its content X_content the generated HTML for the panel content is:
<div id="X_content" class="ui-panel-content ...
0
votes
2answers
22 views
issue with horizontal-central aligment of the contents of </p:panel>
In my JSF-PrimeFaces webapp I am having and I need to horizontal-align its contents to center. How can I do that?
Here is the code for the:
<p:panel id="businesses_panel" ...
0
votes
1answer
45 views
How to remove background from breadCrumb
I have this breadCrumb. How I can remove the background. I want just to display the links without any background.
<h:form>
<p:breadCrumb style="font-size:11px;">
...
0
votes
1answer
68 views
How to align contents of <p:panel> vertical-align to center
In my JSF-PrimeFaces webapp I am having and I need to vertical-align its contents to center. How can I do that?
<p:panel id="businesses_panel" header="#{business.businessName}" ...
0
votes
1answer
36 views
CSS id selector doesn't applied to a component inside jsf page
I have these css file with an id selector as follows:
#globalFilter {
margin-left: 995px;
margin-top:-30px;
width:320px;
height:20px;
font-size: 11px;
}
and the component with the mentioned id is ...
0
votes
0answers
49 views
setting font size in css depending on size provided in properties file (jsf)
What I am trying is setting font size in css using properties file that I have using JSF 2.0.
In properties file I have
Eng.properties
myDir = LTR
fontSize = 10pt
Arabic.properties
myDir = RTL
...
0
votes
1answer
46 views
primefaces with custom css file
Good morning, i have a problem in applying a style sheet on a primefaces commandButton , the button element is as follows:
<p:commandButton value="Complains" styleClass="styleOrange"/>
...
-1
votes
0answers
49 views
JSF 2 Web Application with Multiple Urls(Clients) Access, Each with single css
So I have to design a single web app (JSF2.1, JBoss 7) which allows multiple access from clients each with its own url(domain name) so that i can apply a specific css, logos... Any Idea !!
I know I ...
1
vote
1answer
45 views
How to include image into css file using JSF tag
I have this css file which sets background image into JSF page:
body { padding: 35px; background: #4c4c4c url(images/grad1.png) 0 0 repeat-x; color: #fff; font: 11px/normal Arial, Helvetica; }
I ...
1
vote
2answers
98 views
disable dynamic context menu using javascript in jsf
Is it possible to disable a dynamic context menu in JSF2.1 using java script ?
document.getElementById("myForm:contextMenuId:contextMenuItemId").style.display = 'none';
This works for a p:menuItem ...
0
votes
0answers
53 views
How can I conditionally color the background in a <p:column> element?
Hy,
I have a web page where the code below is part of a table and is called on two different pages dependintg on the REVIEWVIEW.mode variable whose value can be 'VIEW' OR 'EDIT'.
ON THE EDIT MODE -> ...
4
votes
2answers
103 views
PrimeFaces datatable Scrollbar
I have a form with a primefaces datatable which i have set the columns width in css for it :
.idcol{width: 5%}
.prioritycol{width: 5%}
.titlecol{width: 30%}
.descriptioncol{width: 40%}
...
0
votes
2answers
76 views
jsf requiredMessage css
I want to apply style to my validation messages because as of right now they are by default red and apply themselves on the bottom left of the page. For instance when a user types in an empty username ...
3
votes
1answer
51 views
How to include the contents of a stylesheet in <style>?
I have a JSF 2.0 page that uses this:
<h:head>
<h:outputStylesheet name="screen.css" library="css" />
</h:head>
Which very nicely generates this HTML:
<head>
<link ...
1
vote
1answer
69 views
JSF outputText overflows
I am trying to show status comments inside a panel with below code:
<p:panel>
<ui:repeat var="Comment" value="#{Status.commentList}">
<h:outputText ...
0
votes
0answers
137 views
jsf primefaces gmap marker issue
I am trying to implement this example : http://www.primefaces.org/showcase/ui/gmapInfoWindow.jsf
The info dialog appears "in my implementation" with small size and a part of the image only appears !
...
0
votes
2answers
76 views
Styles does not load if the navigation stays the same JSF page
I have a command button which i bind its action method.
<f:view >
<pm:page title="Title">
<pm:view id="viewId" swatch="c">
<p:outputPanel ...
0
votes
1answer
142 views
disabling selection style of primefaces datatable
I use a checkbox datatable of primefaces and I want to disable style of selection (changing color of selected row) of datatable because I have some links in each row that are not propely displayed
...
0
votes
1answer
146 views
Changing radio button background image
How can I change the background image inside the active radio button
Instead of the default one (I am using redmond) I want to use aristo
.ui-radiobutton-icon {
background-image:????? ...
0
votes
1answer
121 views
How to apply css on acefaces datatable and also minimize its width
Here is my acefaces datatable
<ace:dataTable id="tbl" value="#{mainSearch.searchResult}" var="srvc"
paginator="true" paginatorPosition="bottom" rows="10"
emptyMessage="No ...
0
votes
3answers
80 views
Margin works normally when inline but doesn't work in css rules
When I write something like:
<table style="margin-left: 30px;" >
</table>
or:
<div style="margin-left: 30px;">
<h:commandButton value="add" ...
2
votes
1answer
112 views
Login page doesn't render stylesheet after filter
'm working on a JSF 2 project. I have defined my login.xhtml page as the entry page in web.xml
<welcome-file-list>
<welcome-file>login.xhtml</welcome-file>
...
0
votes
1answer
108 views
Primefaces Watermark: hide placeholder on click
The current behavior of the Primefaces Watermark component is to hide the placeholder text if the input field is not empty. Is there any way to achieve this behavior if someone clicks on the input ...
0
votes
1answer
66 views
JSF 2.x hide messages layer when empty
Is there a way the output layer (? if that is the correct term) could be hidden when it is empty such that when info/error messages are written to it, it expands to the height required to fit the ...
0
votes
1answer
92 views
Images not rendered when using h:outputStylesheet
I'm using JSF 2.0 Resource managing mechanism. Under /webapp/resources, I have 3 subfolders: images, scripts, styles. And in my template file myLayout.xhtml, I reference the style sheet as following
...
1
vote
1answer
306 views
Primefaces TreeTable css style
In my JSF web application I've inserted a simple TreeTable.
Where can I set up distance between left border and expanded child's icon?
I want this distance to be bigger when new level is expanded.
...
1
vote
1answer
55 views
CSS some parts doesn't refresh
Here my css:
@CHARSET "UTF-8";
.commandLinks {
margin: 5px;
padding: 5px 5px 5px 20px; /* 20px makes room for your background image */
/*border: 1px solid #aaa; */
}
.commandLinks ...
0
votes
0answers
54 views
p:commandButton layout conflicting with div
I think this is a css question.
I have a fixed bar on the top of the page and I want to put there, aligned to the right, a p:commandButton. But the p:commandButton is rendered outside the div, to the ...
0
votes
1answer
113 views
How to always show div when I scroll a JSF page
I have a div layer into JSF page:
<p:outputPanel id="outputComponent">
<div style="position: absolute; background-color: black; left: 350px; top: 0px; width: 700px; padding: 10px; ...
2
votes
1answer
141 views
Stylesheet file not found by <h:outputStylesheet>
Trying to include stylesheet in JSF2 using below tag
<h:outputStylesheet name="css/test.css" />
However it's not picking and the directory structure of the stylesheet as follows
...
1
vote
1answer
231 views
Primefaces AccordionPanel - how to expand space between tabs?
How could I expand the space between the tabs of a Primefaces AccordionPanel ?
1
vote
0answers
109 views
p:dataTable: Trigger rowSelect event when click embedded content (image)
In the example below the rowSelect-event will be triggered if I click a row, but not if clicking the image in the row.
I understand why this happening, but i'm wondering if there is some elegant way ...
0
votes
1answer
127 views
exclude component from process when form is submited (works in h:panelGrid but not in p:panelGrid)
Q: What syntax should i use to exclude a component when submitting a form using primefaces?
Using the process attribute i know how to include components.
<h:inputText id="included"/>
...
0
votes
0answers
117 views
How to create two Primefaces charts with diffrent chart colors?
I want to create two Primefaces charts in two JSF pages with different background color and different grid line color. This is the JavaScript code responsible for the cart colors:
function I(){
...
0
votes
0answers
149 views
How to add scrollbar to selectonemenu/select?
i have a dynamic selectonemenu that may contain large number of items, so i want to make a max height/number of options, and after that max height a scroll appear.
i don't want to change the size ...
0
votes
1answer
100 views
Graphic Image would not able to pick image based upon theme
I have 3 different Theme in my project . All themes are working fine after changes context -param value into web.xml
it is like my current theme is
<context-param>
...
1
vote
3answers
156 views
Is it possible to change the /resources folder name which is used by h:outputStylesheet and h:outputScript
Is it necessary to give the folder name "resources" when making the reference of a css file and js file in h:outputStylesheet and h:outputScript?
Cause when I am giving the folder name "assets" ...
1
vote
1answer
245 views
Not able to apply custom style on column headings inside f:facet
I am a beginner in richfaces and I am facing issue in applying custom style to column headings which is defined in f:facet. Iam using JSF-2 and Richfaces-4.
My code is as below:
<rich:dataTable ...
5
votes
1answer
155 views
How to make a horizontally scrollable cell in a datatable
This is with PrimeFaces, but I think the question applies equally to a standard JSF datatable.
I have a datatable column where the entry is being word wrapped because the content can be quite long. ...
1
vote
1answer
323 views
attribute on selectonemenu jsf
I have a little trouble with tag h:selectOneMenu, I just want to add some background image to option, such as avatar of user.
Follow styling options in h:selectOneMenu - by balusC
I had tried to ...
1
vote
1answer
136 views
JSF/XHTML/CSS 'tableview' of divs
I am currently trying to iterate over a list which will generate a <div>(...)</div> for each value. These divs will be represented as 'blocks' (as shown in the image below). Problem is, I ...
0
votes
3answers
469 views
CSS p:selectOneMenu
I would like to know, how to change the background-color of a p:selectOneMenu.
I have tried this
<p:selectOneMenu value="Select One" style="background-color:red" >
...
0
votes
2answers
443 views
PrimeFaces menu with layer issues
I have a <p:menubar> in a xhtml template. The div that surrounds it has these CSS properties:
position: fixed;
top: 44px;
width: 100%;
So I can fix the menu header while user scrolls down the ...
0
votes
1answer
1k views
Primefaces: DataTable outside border
I have a PrimeFaces dataTable inside of a panel. But it has a disturbing outside border i've wanted to delete it but failed. Here are xhtml codes:
<p:panel styleClass="centerPanel" ...
0
votes
1answer
245 views
Align p:dataList components in a panelGrid
I am trying to align two list in a panelGrid
Since one list is shorter than the other one I will have space between the panel and the shorter list top.
I just want to align with no space between the ...



