• 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

StandardActions in Struts

 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any good site that I can learn the following ?

BridgeActions(FowardAction, Include Action)
BaseActions(DispatchAction, LookupDispatchAction, SwitchAction, BaseAction)
ScaffoldActions :
Forward-only Actions : SuccessAction, RelayAction, ParameterAction, FindForwardAction)
Helper Actions : BaseHelperAction, ProcessAction, AttributeExistsAction, RemoveAttributeAction.

Thanks for your help.
 
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
Did you try reading the documentation, reading the code, and searching the web?
 
jose chiramal
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I tried googling, however not able to get all these at any website in one shot.. If anyone knows any good place where I can learn them , please let me know .

Thanks
 
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi jose,
When I google it I reached to Manning's site there is a book on struts in action.
I think you are talking about book source code struts in action.
I am not sure but I just seen table of contents online there are some actions which you mentioned.
 
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
@Jose: download the Struts source code. Read the Javadocs for the classes you mention, and read the source code.

Note that some you mention (SuccessAction, for example), are part of the examples/cookbook. How simple can an action be, and why am I encouraging you to just *look* instead of wait? Here's the (expurgated) source code for SuccessAction:They're not all that easy--but ShowSomeEffort.
 
A day job? In an office? My worst nightmare! Comfort me tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic