Janardhan Mudduluru

Greenhorn
+ Follow
since Jul 09, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
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 Janardhan Mudduluru

Sagar Rohankar wrote:Pl check the CLASSPATH, make sure that, the action form "RegForm" must resides in WEB-INF\classes\net\com\struts\form\RegForm directory (If you are using Tomcat).



Thanks a Bunch....I was searching for this solution....it really helped me.
Much Appreciated.
13 years ago
Hi Mates,

I am a beginner...getting ; expected error for the below program..

solution will be much appreciated..

Thanks
Janardhan M
14 years ago
Thanks Deepak and chandra for your quick responses....

i have solved this issue by removing getRealPath from my code.....in lieu i did use getResourceAsStream method directly without invoving getRealPath mehtod in between.

I am using this code in FrameWorkManager plugin provided by struts.

Thanks again

yours Janardhan.
14 years ago
Hi

I am using getRealPath in my application which is deployed in application server as war file.

getRealPath is returning null,So i am trying to use getResource here in lieu of getRealPath.

suggest me whether it is a correct approach or not?

and also is there any method to convert URL to String type.

Need Urgently.....

your Response will be much appreciated.

Thanks in advance.

Varma
14 years ago