• 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

Struts 1.0.2 in WSAD 5.0 (FormBean does not exist)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I posted this in the Struts Framework area, but it's pretty WSAD-specific, so I thought I'd re-post it here:
I have just upgraded from WSAD 4 to WSAD 5. The code uses Struts 1.0.2 and works great on WAS 4. In WSAD 5, I get many warnings in struts-config.xml saying "Form Bean xxx does not exist" and any JSP's with forms give me errors saying "Target does not exist, /xxx.do". Still, everything runs fine. My guess is that the Struts validator, which is new to WSAD 5, thinks I'm running Struts 1.1.
Has anyone else seen (and hopefully resolved) these warnings?
Thanks!
 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am facing same problem.
Help please.
Thanks,
Vinod Pai
 
reply
    Bookmark Topic Watch Topic
  • New Topic