Re: Simple struts question. (tiles ... )

2004-06-15 Thread Mark Lowe
If you mean how can you use a tiles definition as an action forward. Use a blank action that forwards to your definition, All the action does is returns a forward called success or whatever you choose. On 15 Jun 2004, at 15:50, Bullard, James wrote: 1.) Is there any way to have a

RE: Simple struts question. (tiles ... )

2004-06-15 Thread Bullard, James
> > 1.) Is there any way to have a global-forward forward to a tile, It > always > > tells me that such a path does not exist, meaning that rather than > recognize > > the page as tile def it thinks it is a page. > > Hmm not sure what is wrong. You could try adding contextRelative="true" > to

Re: Simple struts question.

2004-06-14 Thread Rick Reumann
Bullard, James wrote: A couple tiles questions. 1.) Is there any way to have a global-forward forward to a tile, It always tells me that such a path does not exist, meaning that rather than recognize the page as tile def it thinks it is a page. Hmm not sure what is wrong. You could try adding co