• 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

Action class are not creating in Struts 2

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am doing a program in struts2 in myeclipse 8.0. i have been added the library of struts2 in project.
now when i create a new action class.
File>New>Other
a dialog box open to select a wizard
it show me Web-Struts
Struts 1.1
Struts 1.2
Struts 1.3
but it dows not show Strust 2 option.
How create the action class in Struts 2.
 
Ranch Hand
Posts: 182
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks, this version do not have struts2 plug in. I am not sure about that, so please check it with myeclipse web site. And I think myeclipse8.5 comes with struts2 plug in.

Babu Singh wrote:How create the action class in Struts 2.


Then we have to make it manually like any other java classes
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to IDEs. You'll probably need to upgrade your MyEclipse; I know it's had Struts 2 support for some time, but I'm not aware of which version it started with.
 
Babu Singh
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have MyEclipse 8.x Stable (8.0 GA)

i checked here: webpage

it show
MyEclipse 8.0 Milestone 1 have Struts 2 plug in.

Is there any difference between MyEclipse 8.x Stable (8.0 GA) and MyEclipse 8.0 Milestone 1

please suggest.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kind of sounds like there's a difference.
 
Babu Singh
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can i add the plug-in of Struts 2 in MyEclipse 8.x Stable (8.0 GA) ?
if not then should i use MyEclipse 8.5 ?
please advice.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic