Re: html:link forward to tiles definition?

2003-06-27 Thread news.gmane.org
You can use addition action with type org.apache.struts.tiles.actions.NoOpAction to glue one page with another one. This action should contain forward 'success' that points to tile. Actually, when you add tile to html:link you are trying to link page directly with another page. This is not

RE: html:link forward to tiles definition?

2003-06-26 Thread Kamholz, Keith (corp-staff) USX
Why wouldn't you want to use an ActionForward? It's the struts way. - Keith -Original Message- From: Chip Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 2:28 PM To: Struts User Subject: html:link forward to tiles definition? Is there a way to make a link (not an action

RE: html:link forward to tiles definition?

2003-06-26 Thread Chip Paul
. Chip -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:52 PM To: 'Struts Users Mailing List' Subject: RE: html:link forward to tiles definition? Why wouldn't you want to use an ActionForward? It's the struts way. - Keith

RE: html:link forward to tiles definition?

2003-06-26 Thread Raible, Matt
: Thursday, June 26, 2003 2:30 PM To: Struts Users Mailing List Subject: RE: html:link forward to tiles definition? Because it's just a link from a jsp to another page. I suppose I could make an action that does nothing but that seems like overkill. It's part of a menu that goes to a more detailed