Arun Thulaseedharan

Greenhorn
+ Follow
since May 07, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Arun Thulaseedharan

Hi,
When we drag from the label1 to label2 the contents of the label1 is painted onto label 2 with out we explicitly calling label2.repaint().
Can anyone tell in which class this repainting is happening behind the scene??

thanks in advance,
arun
15 years ago
Hi,
I question is when we are dragging from label A to label B.Is it possible to update label A with the value of label A when label A is updated with the value of label A??
I mean when a drop takes place the value in the drop target is reflected in the drag source.

thanks in advance,
arun
15 years ago
Hi,
I have a panel with 2 labels . i am dragging a label contents over the other and its getting transferred. My requirement is that instead of this uni directional transfer i want it to bi-directional so that its like a swap operation . Please help me with this one.

thanks in advance,
Arun
15 years ago
Hi all,

I am new to Bean Binding.Actually i have tried both JSR 295 and JGoodies bean binding.
In JGoodies theres a provision for buffering the values from the UI model using BufferedValueModel and the using Trigger to submit all the buffered data.
I wanted to know is there any options like that in JSR 295 where we can buffer the values from 2 3 fields in a container and send it to the backing bean when we hit the submit button???

Thanks in advance,
Arun
15 years ago
Hi all,

I am new to Bean Binding.Actually i have tried both JSR 295 and JGoodies bean binding.
In JGoodies theres a provision for buffering the values from the UI model using BufferedValueModel and the using Trigger to submit all the buffered data.
I wanted to know is there any options like that in JSR 295 where we can buffer the values from 2 3 fields in a container and send it to the backing bean when we hit the submit button???

Thanks in advance,
Arun
15 years ago
Hi all,
I would like to know how exactly is the bean binding talking place in the JSF. I was going through the JSF source code and am really stuck with it...I jus understood that ELResolver is being implemented...
Can anyone help with the name of the java file where exactly is the bean binding logic is written in ths JSF source code or atleast tell what is the approach taken for that....

thanks in advance,
arun
15 years ago
JSF
thanks a lot guys...actually i used JEXL for the same...guess that will the job for me...

thanks and regards
arun
15 years ago
hi all,
im new to EL.Can anyone tell me how to use EL in normal java page(non jsp/jsf pages).My requirement is like this...we have a class A and it has a property b..i want the value of b and for that i want to use EL expression..

thanks and regards
arun
15 years ago
hi all,
im new to jgoodies bean binding and wants to know how to handle multiple selection in a JList or JTable.Is there any class similar to SelectionInList for the same???
15 years ago
HI all,
can anyone explaing how to write a custom converter in Jgoodies bean binding...

thanks in advance,
arun
15 years ago
Hi all,
i wanted to know if its like this....one view model corresponding to one component model???
i would also like to know whether we can use a view model for an entire bean or for just a property in that bean???

thanks in advance,
arun
15 years ago
Hi all,
I am new to bean binding and would like to know which is better for complex swing components like JTable,JTree and all.If anyone who knows about these technologies or have worked on any of this technolgies please give your suggestions.
thanks and regards,
arun
15 years ago
hi all,
i want to include an icon inside a JTextField(at the extreme right)and when that icon is clicked a dialog box should appear.Can anyone suggest an approach for doing this??
thanks in advance.
arun
15 years ago
Hi all,
I wanted to know how to use commons converter in JSF....is ther some tags in commons converter for conversion purposes like <var:commonsValidator> iN jsf??

i also wanted to know if using commons converter/validator is a better options than goin for custom validator/converter.

thanks in advance
arun
15 years ago
JSF
that means we dont have any functions in the api which allow us to retirve frm database and we should use our own functions in that class???

thanks in advance,
arun
15 years ago
JSF