Dialog meaning browser window or dialog meaning a floating DIV? If the latter, you can use the tr:panelPopup component and only render it if messages are present or the like.
In order to do the former, you will have to code it yourself with javascript. You could use window.open to 'about:blank', get the document and copy the messages from the page into the window. Then just put the tr:messages in a hidden DIV in the page so that they are not visible. -Andrew On Wed, Dec 17, 2008 at 10:36 PM, <[email protected]> wrote: > Hi > > > > Ok Let me explain in detail. > > > > Whatever validation errors or application errors that occur, while > submitting a form , appear in the top by putting a <tr:messages> in the top > of the form. Now instead of it coming in the top of the form, all the > errors need to be shown in a separate dialog window in a bulleted list > fashion. Also whatever fields the user has filled up wrongly need to be > colored with a different border. > > > > I would like to know how to do this. > > > > ThanKs > > Venkat > > > > > > > > Venkatramanan Viswanathan > Technical Leader > > Thomson Reuters > > Phone: +91-80-4063 7101 > Mobile: +919740984710 > > [email protected] > thomsonreuters.com > > ________________________________ > > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, December 17, 2008 10:18 PM > To: [email protected] > Subject: RE: Trinidad : dialog for error messages > > > > Hi Thomson, > > > > which kind of errors? If the errors occur in the invoke application phase, > it shouldn't be a problem – if the errors occur at the render phase, its > more difficult to handle them. > > > > Felix > > > > ________________________________ > > From: [email protected] > [mailto:[email protected]] > Sent: Wednesday, December 17, 2008 3:21 PM > To: [email protected] > Subject: Trinidad : dialog for error messages > > > > Hi > > > > We have been using Trinidad for quite some time. Now our users are demanding > that the if errors occur after submitting a form they need to be shown in > separate popup (currently it is displaying in the same page in the top) and > the fields that have errors should be marked differently. Like giving a red > border around the field. > > > > Is it possible to achieve these using Trinidad? Can some one help me out > > > > Thanks > > Venkat > > > > Venkatramanan Viswanathan > Technical Leader > > Thomson Reuters > > Phone: +91-80-4063 7101 > Mobile: +919740984710 > > [email protected] > thomsonreuters.com > >

