I don't really know if you can change this default, but here is a workaround:

Write a custom interceptor that each time your action result is LIST,
you change it to SUCCESS.

This way you could leave your result tags untouched. However, right
now I could not imagine the value of doing that.

2008/6/17, Adam Hardy <[EMAIL PROTECTED]>:
> Hi,
>
> is it possible to do this:
>
> <action name="category/list"
>  class="repo.CategoryAction" method="list">
>  <result>categoryList.tile</result>
> </action>
>
> for result = "LIST" rather than "SUCCESS"?  - I mean I want to use LIST as
> the default when none is defined, rather than SUCCESS - I find it more
> intuitive for my app.
>
>
> Thanks
> Adam
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to