--- "Gamble, Wesley (WG10)" <[EMAIL PROTECTED]> wrote:
> So, are you saying that this:
> 
> <result-types>
>   <result-type name="tiles"
>                class="org.apache.struts2.views.tiles.TilesResult"
default="true"/>
> </result-types>
> 
> in my struts.xml doesn't influence how the annotation-specified
> result is processed?

No, I'm saying you didn't define the result type in the result
annotation. The above configuration fragment defines the tiles
result--it doesn't say to *use* it anywhere.

http://struts.apache.org/2.x/docs/result-annotation.html

The @Result annotation takes a "type" parameter.

Dave


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

Reply via email to