Re: Need help with simple struts question

2007-01-26 Thread AQureshi
Jim John <[EMAIL PROTECTED]> wrote on 01/26/2007 01:50:45 PM: > I'm very new to struts and have a simple question > > I have a page called mailGroups.jsp which uses some > beans. I forward to mailGroupsEdit.jsp so that I can > use the data from the beans in mailGroups.jsp for > editing. So how do

Need help with simple struts question

2007-01-26 Thread Jim John
I'm very new to struts and have a simple question I have a page called mailGroups.jsp which uses some beans. I forward to mailGroupsEdit.jsp so that I can use the data from the beans in mailGroups.jsp for editing. So how do I get this information from mailGroups to mailGroupsEdit? What do I need t

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

Simple struts question.

2004-06-14 Thread Bullard, James
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. 2.) I am using the same forms for editing and creating new entity instan