| Author |
Message |
|
|
The ice:selectInputDate works only in a ice:form.
If you change your h:form against ice:form, it will work
|
 |
|
|
Hello,
i was doing some test with the new alpha3 version and i found a bug in the selectInputDate component, when i use it as a popup calendar.
When i put this component only in form, it works correctly. But when i put the component in a panelTab, the popup closes everytime i select a date. In this case the backing bean will be updated. But when i want to change the year or month, the backing bean will not be updated. Also the popup will be closed directly when i change the month or year
|
 |
|
|
Why is the datapaginator reset to the first row when i refresh the browser?
This also happens in your component demo application
|
 |
|
|
Thanks. But this is just the way i do it now.
Adnan told me to create a css folder in the web-inf directory,
but the Test.css will not be found.
|
 |
|
|
I was trying your solution, but it also not works. I was trying also
ice:outputStyle href="./WEB-INF/css/Test.css"
but this also not works. Only when i make a path in the root directory it
works
ice:outputStyle href="./css/Test.css"
I do not understand why. Because when i do this with a normal JSP page it works. Also when i take a lookup at the renderered html page in the browser, it should normaly work.
|
 |
|
|
I found the problem.
It is this command to include the css file
ice:outputStyle href="./xmlhttp/css/Test.css"
When i am using this notification, the css file will not be found.
When i am putting the css file in the root folder and use
ice:outputStyle href="Test.css"
it works.
I veryfied that the Test.css is really in this folder.
So what can i do to use the css file in the folder xmlhttp/css?
|
 |
|
|
This makes no change. The style classes for the columns were not accepted.
I take a look at the rendered page and i found the following:
<td class="icePnlGrdCol filterCol1">
and in my css file i write
filterCol1 {
width: 150px;
}
Is this wrong?
|
 |
|
|
I wanted to set the column width of a ice:panelGrid component by defining 2 styles filterCol1 and filterCol2. This 2 styles i set in the columnClasses attribute. But the width does not change.
What i must do? You will find the source in the attachment
|
 |
|
|
|
i used a List as for the ice:columns value attribute thats why it is not working. It must be ArrayDataModel
|
 |
|
|
Please take a look at the attachment. I want to render dynamically some checkboxes for each row, followed by the fieldname of a query. So i was using the <ice:columns> component for render the checkboxes and the <ice:column> component for the rest.
My problem is that the header for the checkboxes are not rendered and i do not know why.
I am using the 1.8.1 version of icefaces.
I hope somebody can help me soon
|
 |
|
|