RE: Tiles and Oracle ADF in JDeveloper10g

2004-07-12 Thread Ruffin, John
Thanks Duncan! Assigning a tiles definition to the parameter attribute of the action worked. Excellent - thanks again! -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 11:51 AM To: Struts Users Mailing List Subject: Re: Tiles and Oracle ADF

Re: Tiles and Oracle ADF in JDeveloper10g

2004-07-12 Thread Duncan Mills
John, If you are using a DataPage (e.g. oracle.adf.controller.struts.actions.DataForwardAction) then the parameter attribute on the Action mapping takes the page that needs to be displayed once the data binding has been processed. That parameter attribute can take a tiles definition without a

Tiles and Oracle ADF in JDeveloper10g

2004-07-12 Thread Ruffin, John
The basic question is: If using Tiles in an application that uses ADF, how do you change the action of lets say - a submit button on an input form - to return the a components defined in a tiles-def definition? The ADF submit button returns the component where the submit button lives - thus losin