I have a couple of queries about command driven actions.

My commands are working fine, I implement CommandDriven, but I am finding a 
couple of things:
- parameters are not being set
- validation is not occurring

I have overcome these issues by implmenting Parameter aware to retirve 
parameters manually and calling doValidate from my doXxx command 
implementation.

Is this normal? Does making an action CommandDriven over ride these 
features? Is there something I am missing?

My other issue is that I would like to chain actions together somehow, and I 
was wondering how this is achieved?

In thos case I am paging through records  - my first action retrieves the 
records for each page, but when all pages have been viewed I want to trigger 
another action somehow...

  JSP -> paging.action1 -> JSP (repeat for N)

  on N:

  paging.action2 -> JSP2

I might be approaching the whole problem the wrong way, so any ideas are 
welcome.



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to