• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting error in using FprmFile datatype in Struts

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
from last 2-3 days i am giving all my concentration on following problem, but still not come to know where i am wrong. If anybody got any idea about my problem, then please reply me...

I am trying to upload simple jpg file upload program...
I am using Struts 7.0.29,
Mysql as database mysql5.5,

My jsp coding is as follow,

my formbean page is,


My action page is


and the error i am getting is,

java.lang.IllegalArgumentException: Cannot invoke com.myapp.formbean.VDemoImgForm.setCv on bean class 'class com.myapp.formbean.VDemoImgForm' - argument type mismatch - had objects of type "java.lang.String" but expected signature "org.apache.struts.upload.FormFile"

Please Guys if anybody know whats the problem id, then please reply
 
Ranch Hand
Posts: 300
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vinod ,

Can you send the code in project structure with xml file so i can deploye it into my local server and may be i can help you.

Regards
Jatan
 
reply
    Bookmark Topic Watch Topic
  • New Topic