amarshi mohanty

Ranch Hand
+ Follow
since Jul 01, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by amarshi mohanty

hi,



is converted to



If there is no generic information (Type Erasure Concept), then why the below warning message is thrown by compiler.Does it mean that internally some kind of mapping about <String> stored?

I will define a generic object and assign it to a non-generic type


Regards,
amarshi
11 years ago
Hi Brendan Healey,
I tried doing the same, but it doesn't make any difference.Is it a problem with the 3.3 version?


Regards,
Amarshi
12 years ago
JSF
hi,
for the below code ,I m able to get the menu item value on contextmenu, but the response time is very slow.
i need to get the cut option enable first on click of any leaf node and when i click the next time then the paste menu will be enable .
but its not that first .
and sometimes the contextmenu is not even closing, the functionality works fine , but the component behaves very slowly.
is there anyway i can improve the performance of the component.


Regards,
amarshi
12 years ago
JSF

Hi All,
In the below code i have a list of menus, i want to display in an alert , for the corresponding menu item selected from the menu list.
How can i print the dynamic value selected , because later i need to pass the selected value to my backing bean?



Regards,
Amarshi
12 years ago
JSF
I tried with
append("\'=") and also append("\=\")..
but still the problem exists.
can you share me the syntax?

Regards,
amarshi
12 years ago
Hi,
I need to add key value pairs to a properties file.the values are separated by # , ; , =,-.
All are working fine except # and = everytine a \ is appended before the characters.
Please share me any suggestion for making this possible.

Regards,
amarshi
12 years ago
hi ,
i need to implement column group functionality using rich:columnGroup component in richfaces.
but the column group comes dynamically , i.e the group and subgroups are from an .xml file which can have random order of group and subgroups.
but the columnGroup component requires fixed group/subgroups, which i checked in the demo.
is there anyway i can implement this dynamic column grouping feature , either from .java file side or in xhtml side.
please share your suggestions.


regards,
amarshi
12 years ago
JSF
Hi All,
I have the below code



i am changing the order of the list and i want to get teh new list in the same sequence in which i have ordered.
but m getting only the list available in teh selected list..
there is a getItems() JS call , but how to pass this value of this call to my bean?

thanks,
--Amarshi


13 years ago
JSF
Hi All,
I have the below code :


How can I get the selected list in my bean, its coming as 0 , in the getIsSelected();


Regards,
Amarshi
13 years ago
JSF
Hi All,
Can anyone help me in the concept of the converter class , like how it functions, both the getAsObject() and getAsString().


Regards,
Amarshi
13 years ago
JSF
Hi All,

Does anyone knows how to make the listshuttle work, when rerendered from another jsf component.
Because once rerendered form another component, the list of items are updated in the listshuttle component , but the copy,copy all ,first,last, etc buttons dont wrok.
But if manually select any item available in the list , then the buttons work.
I checked in the richfaces forum, its a bug in the component itself.
Is there any workaround available.


Regards,
Amarshi

13 years ago
JSF
Hi All,
I was trying the example at http://livedemo.exadel.com/richfaces-demo/richfaces/listShuttle.jsf?c=listShuttle.
but the toolbar is not populated onclick of Copy All and Remove All.
Please tell me if any other solution is there.

Regards,
Amarshi
13 years ago
JSF
Hi All,
In listShuttle component , we have type default buttons like Copy,Copy All.Is it possible to change the value to say Move,Move All?


Regards,
Amarshi
13 years ago
JSF
Hi All,
Can I use scriplets to define a list inside a jsf file(.xhtml).

--Amarshi
13 years ago
JSF