RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
I have a user who wants to display a calendar of events. Click on the event from the calendar and see details. I just spent a couple hours googling with nothing solid. Here is basically what I want to do: (1)Present the current month in a calendar format, with a description of events in the co

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
I have a user who wants to display a calendar of events. Click on the event from the calendar and see details. I just spent a couple hours googling with nothing solid. Here is basically what I want to do: (1)Present the current month in a calendar format, with a description of events in the co

RE: [OT] Tiles Calendar How-to

2004-07-02 Thread Ruffin, John
calendar html javascript" should probably get you plenty of hits. Frank >From: "Ruffin, John" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subj

[OT] Calendar How-to

2004-07-02 Thread Ruffin, John
I have a user who wants to display a calendar of events. Click on event from the calendar and see details. I just spent a couple hours googling with nothing solid. I want to display a *Tile* with the months Jan - Dec, click a month and see a formatted calendar (table) with events in the correct

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

RE: Tiles and Oracle ADF in JDeveloper10g

2004-07-12 Thread Ruffin, John
g. If that's the case then tweek it so that DataPage points to the tiles def as a while rather than the bound JSP and run the DataPage. Regards Duncan Mills http://www.groundside.com/blog Ruffin, John wrote: >The basic question is: > >If using Tiles in an application that uses ADF