• 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 version & problem with MyEclipse

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,

I have a 2 ques.

1)On my current project I am using Java verion 1.4.What should be the struts verion with java 1.4 .. struts 1.1 or 1.2.

2) I am using MyEclise as IDE;I have created a strutd form with java1.4 & struts version1.2 it shows some yellow line below the stuts code for example :
<html:html lang="true">
<html:base />
<html:select property="type" name="Type" tabindex="1"> and display error ad "Multiple annotations found at this line:
- Unknown tag (html:select).
- Undefined attribute name (tabindex)."

Please help me where I went wrong.

Thanks
Divya
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic