anil sehgal

Greenhorn
+ Follow
since Sep 13, 2011
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 anil sehgal

No issues, for the record, The solution is to use a Composite of greater size ( than parent ) inside a ScrolledComposite.

Thanks
11 years ago
Hi,

I observed that while scrolling with scrollbars SWT Canvas removes the control which is not in the visible area.




Is there a way to preserve the controls on canvas which are not in the visible area?

Please let me know if more information is required.

Thanks,
Anil

org.eclipse.swt.widgets.Canvas
11 years ago
I had to store every line i make and call drawline method in shell paint listener :P
11 years ago
Hi,

How can i ignore the GUI repaint in SWT when I minimize and then maximize the shell. I have used gc.drawline method to draw some lines in the shell, but the lines are lost when I minimize and maximize the shell. Can anyone please help out.

Thanks,
Anil

11 years ago
Thanks... I got it resolved, the only thing missing was namespace="/" in struts.xml package declaration.....

<package name="default" extends="struts-default" namespace="/">

Good Day!!
12 years ago
Can anyone please reply!!!?
12 years ago
Hi All,

I am developing a Struts2 application with Tiles2 via eclipse and tomcat 5.5. But My application is not detecting my action class. Can any one please help?

Struts2 version: 2.1.6


following is my struts.xml file


Here is the error

Sep 15, 2011 12:31:32 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
WARNING: Could not find action or result
No result defined for action com.test.home.action.HomeAction and result success


Here is the action class:



But the action class is present in the source folder and returns SUCCESS as well.

Please let me know if more information is required
12 years ago