| Author |
Message |
|
|
Hi,
Sorry to ask such a silly question. I am very new to icefaces ,Please help me in this regard.
Iam using selectOneMenu component .
<ice:outputLabel id="type" for="vehicleSelect" value="Type:" />
<ice:selectOneMenu id="vehicleSelect" partialSubmit="true"
valueChangeListener="#{backingBean.listValueChanged}"
value="#{backingBean.selectedType}">
<f:selectItems value="#{backingBean.vehicleList}" />
</ice:selectOneMenu>
The list has the values car,bus,van.
The list automatically feeds the value "car".
With out changing the value & with out invoking value change listener , how can I get the automatically feeded value in my backing bean..
please help me.
Thanks in advance.
Meena
|
 |
|
|
|
Is there any other way to upload a file with out using <inputFile component??
|
 |
|
|
How can I implement a panel with vertical scroll bar.
Please help me with an example code.
Thanks in advance.
Meena
|
 |
|
|
Hi ,
Is there any way to remove upload button from <ice:inputFile component.
I would like to have browse button itself.
Please share if you have any ideas.
Regards,
Meena
|
 |
|
|
Hi ,
Can any one give some instructions on how to store an InputFile in to database.
Thanks in advance.
|
 |
|
|
Hi all,
I am using icefaces data paginator.
But I would like show only page navigation command buttons by skipping showing pages links in the paginator.
I tried by setting paginatorMaxPages=0 . But no luck.
Can any one tell me how can I achieve this ?
Thanks in advance.
Meena
|
 |
|
|
Hi,
I am trying to convert grid data to PDF format to offer the data for printing.
I am using IText library , But I could not able to find a solution how IText can be used for this.
Can any one post me some sample souce code which illustrates IText use in the current situation.
Thanks in advance.
Meena
|
 |
|
|
Can I create a set of command links using panel series .
I am trying to pass a vector to the panel series.
(ex: which holds 1-5 integer values. I am trying to read the vector & for each integer , I would like to create a command link which should render to the given page)
Please help me soon with a sample code.
Thanks in advance.
|
 |
|
|
|
How to create 2 command buttons adjacent to each other with a definite space in icefaces ??
|
 |
|
|
|
How the LazyLoadableList Managed bean is processed in the .jspx page ?? Can you give me the code.
|
 |
|
|
Hi ,
I am very new to Icefaces.
Can any one help me with a sample example in achieving my task given below.
The grid should only retrieve a subset (or “chunk”) of the total number of records available, or all the records available if that number of records falls below the chunk size.
The grid should display the total number of records available in the table, not just the total number of records present in the current chunk.
When the user has paged through to the end of the current chunk of records, ClearView should seamlessly retrieve the next chunk of records and make them available to the grid so the user can continue to page through the records. This new chunk of records should replace in memory the old chunk of data.
This behavior should work going paging both forwards and backwards in the data set.
If a user changes the filter or column sort on a grid, Clearview should reset the pagination and start the user back at the first chunk of the new data set.
- Please tell me how to write .jspx file also to process the datamodel of the backing bean in the above task.
Its very urgent to me to solve this problem , Please help me.
Thanks in advance
|
 |
|
|