RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
lickers. As of February 12th, 2003 Thomson unifies its email addresses on a worldwide basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Gareth Andrew [m

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Gareth Andrew
I'm not sure what you mean. Perhaps if you e-mail me your code I could take a quick look at it. Gareth. Heligon Sandra wrote: Your Javascript/DHTML knowledge knowledge is very good, your code allows to display the date like a text and not like a field that can be edited. But I have yet a probl

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 15:45 To: Struts Users Mailing List Subject: Re: HELP: Dispaly Date in a JSP that used Tiles It's about now I have to admit that my Javascript/DHTML knowledge is about 4 years out of date. I have no idea how

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Gareth Andrew
It's about now I have to admit that my Javascript/DHTML knowledge is about 4 years out of date. I have no idea how many browsers that this will work on, but it does seem to work on IE6.0 and Mozilla 1.3: In your script replace: document.myForm.dateControl.value=time; with document.getElement

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
bruary 12th, 2003 Thomson unifies its email addresses on a worldwide basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 13:06 To: Struts Users Mailing List Subject: Re: HELP:

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Gareth Andrew
on unifies its email addresses on a worldwide basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 11:10 To: Struts Users Mailing List Subject: Re: HELP: Dispaly Date in a

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Heligon Sandra
ww.thomson.net/ Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 11:10 To: Struts Users Mailing List Subject: Re: HELP: Dispaly Date in a JSP that used Tiles You don't need to create an ActionForm, since the form is never going to be submitted, and

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-04-02 Thread Gareth Andrew
PROTECTED] http://www.thomson.net/ Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 00:49 To: [EMAIL PROTECTED] Subject: RE: HELP: Dispaly Date in a JSP that used Tiles I think your problem has nothing to do with tiles or jsp. You just need to write the ou

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-01 Thread Heligon Sandra
basis. Please note my new email address: [EMAIL PROTECTED] http://www.thomson.net/ Original Message- From: Gareth Andrew [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 00:49 To: [EMAIL PROTECTED] Subject: RE: HELP: Dispaly Date in a JSP that used Tiles I think your problem has nothin

RE: HELP: Dispaly Date in a JSP that used Tiles

2003-04-01 Thread Gareth Andrew
I think your problem has nothing to do with tiles or jsp. You just need to write the output to a control instead of trying to write to the page. If the browser were to allow your code to work as you have written it you would actually get a list of times. The following code should work - it rende

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-03-31 Thread Stephen Smithstone
in respect to that dont you need to implement the date text into a text box container ? On Tuesday 01 April 2003 8:43 am, Stephen Smithstone wrote: > ah sorry missed your timer function > > On Tuesday 01 April 2003 8:41 am, Stephen Smithstone wrote: > > wow all that trouble for a date what i woul

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-03-31 Thread Stephen Smithstone
ah sorry missed your timer function On Tuesday 01 April 2003 8:41 am, Stephen Smithstone wrote: > wow all that trouble for a date what i would do is create a TileAction that > sets up the date variable in the tiles context and then publish that > attribute on the tiles page > > public class TilesD

Re: HELP: Dispaly Date in a JSP that used Tiles

2003-03-31 Thread Stephen Smithstone
wow all that trouble for a date what i would do is create a TileAction that sets up the date variable in the tiles context and then publish that attribute on the tiles page public class TilesDate extends TileAction { public void perform( ComponentContext 1 , HttpServletRequest 2 , HttpServlet