HariniKaushik wrote:
getUserList would just return the List(java.util.List)
And its just the method that 'll get called when the action
Register_getUserList action is triggered.
I have combined two actions together through Register_* action names.
And no validation is done for getUserList method.

Actually if i give the viewusers.jsp in "Input" result , it gets executed
but it doesnt get executed if given in success.I guess its not returning
success.
I dont know what result i can give for "java.util.list" one.
Its confusing..

I think you've missed something very important about action method return values: these methods will generally return a string. That string is used to select the result that will be displayed to the user.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to