Re: Datepicker, is there a better way for birth dates?

2006-03-07 Thread Ivano
Look at http://sundraw.ws/components.php Ivano. Adam Zimowski wrote: How about creating custom component with tree dropdowns and your custom validator? This can be done quickly and can give you complete control over the data you put in it (and how you validate it). On 3/6/06, Stanczak Group <

Re: Datepicker, is there a better way for birth dates?

2006-03-06 Thread Adam Zimowski
Yup. Three. :) On 3/6/06, Stanczak Group <[EMAIL PROTECTED]> wrote: > You mean three, right? Yes, I just finished creating that. I just > thought it wouldn't hurt to ask real quick. > > Adam Zimowski wrote: > > How about creating custom component with tree dropdowns and your > > custom validator?

Re: Datepicker, is there a better way for birth dates?

2006-03-06 Thread Stanczak Group
You mean three, right? Yes, I just finished creating that. I just thought it wouldn't hurt to ask real quick. Adam Zimowski wrote: > How about creating custom component with tree dropdowns and your > custom validator? This can be done quickly and can give you complete > control over the data you p

Re: Datepicker, is there a better way for birth dates?

2006-03-06 Thread Adam Zimowski
How about creating custom component with tree dropdowns and your custom validator? This can be done quickly and can give you complete control over the data you put in it (and how you validate it). On 3/6/06, Stanczak Group <[EMAIL PROTECTED]> wrote: > Some users don't like the calendar for selecti

Datepicker, is there a better way for birth dates?

2006-03-06 Thread Stanczak Group
Some users don't like the calendar for selecting birth dates, is there a better method to use? -- Justin Stanczak Stanczak Group 812-735-3600 "All that is necessary for the triumph of evil is that good men do nothing." Edmund Burke .....__. ./ _/....

Re: [NEWB] DatePicker Date format

2006-03-02 Thread Jorge Quiroga
hanks. Jorge Quiroga escribió: Hello: I can resolved the problem with a tag into the .jwc, but again I need to confirm if the String that returns the DatePicker component is always with the format EEE MMM dd HH:mm:ss z with local in en_US if not, then how I can obtain the DateFormat used b

Re: [NEWB] DatePicker Date format

2006-03-02 Thread Jorge Quiroga
Hello: I can resolved the problem with a tag into the .jwc, but again I need to confirm if the String that returns the DatePicker component is always with the format EEE MMM dd HH:mm:ss z with local in en_US if not, then how I can obtain the DateFormat used by the DatePicker? Thanks

Re: [NEWB] DatePicker Date format

2006-03-02 Thread Jorge Quiroga
Hello: Well, I have a problem with a component that manage dinamically a TextField and DatePicker but their values are managed through a only one value parameter that is a String. So into the application that work with this component, has to manage a String value (because TextField) and

Re: [NEWB] DatePicker Date format

2006-03-01 Thread Raul Raja Martinez
27;re looking for. DatePicker returns java.util.Date, and you could use DateFormat to get any format you want, including String conversion. Is this what you're looking for? Regards, Adam On 3/1/06, Jorge Quiroga <[EMAIL PROTECTED]> wrote: Hello: Excuse me if the question is quite obvi

Re: [NEWB] DatePicker Date format

2006-03-01 Thread Adam Zimowski
Not sure if I understand exactly, so please correct me if my suggestion is not what you're looking for. DatePicker returns java.util.Date, and you could use DateFormat to get any format you want, including String conversion. Is this what you're looking for? Regards, Adam On 3/1

[NEWB] DatePicker Date format

2006-03-01 Thread Jorge Quiroga
Hello: Excuse me if the question is quite obvious, but I wanna be sure if the String that return the DatePicker component is always with this format: EEE MMM dd HH:mm:ss z with local in en_US. Thanks in advance. JQ

Re: Tapestry-3.0-beta-1 - datePicker - instanciation in class Java.

2006-02-13 Thread Jabbar
Hello Jeff, I'm assuming your referring to tapestry 4 beta 1. You might as well use tapestry 4.0 because it has many bug fixes. I've used the datepicker and it does work. On Sun, 12 Feb 2006 16:07, Mauro Jeff <[EMAIL PROTECTED]> wrote: > I have a problem with the u

Newbie : Tapestry-3.0-beta-1 - DatePicker linked to java.util.Date always at null.

2006-02-13 Thread Mauro Jeff
Hi All, I use the DatePicker component in a file .HTML (EncoPers.html). I would like to use the date chosen by the user. But the problem is that in my class Java (EncoPers.java), the field corresponding (dob : java.util.Date) is always at null whereas the date is well selected . Does anynody

Tapestry-3.0-beta-1 - datePicker - instanciation in class Java.

2006-02-12 Thread Mauro Jeff
I have a problem with the use of the component datepicker. A field java.util.date in my class Java, linked to a datePicker component, is always on null although i have getter and setter on this field. Jeff - To unsubscribe

Re: Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Cliff Zhao
Render the component type to the page. For example, when render DatePicker, add a attribute tapType="DatePicker". 2. A javascript to operate on the components, for example, tapestry.datepicker.enable(comp), tapestry.datepicker.setDate; tapestry.datepicker.hide(), tapestry.datepicker.setIco

Re: Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Jesse Kuhnert
That seems reasonable enough, but I'm not sure I understand your meaning in relation to adding more scripting support. Have you seen the @Script component (which the DatePicker uses) ? I don't think I've seen a web framework that provides more scripting support than tapestry. Rega

Tapestry DatePicker and some thoughts about ajax

2006-02-10 Thread Cliff Zhao
We had a problem of disabling DatePicker field in javascript. Although the input can be disabled, the calendar link can not. That gives some weird feeling. We finally make it disabled with JavaScript, but it may not be future-proof. It may not work if Tapestry changes how the DatePicker renders

DatePicker building invalid javascript variable name

2006-02-03 Thread Aj Gregory
I'm trying to use the DatePicker Component but it's generating a javascript variable with a '-' in the name which it seems to be getting from the id of my portlet. From the looks of the errors I guess '-' isn't valid in a javascript variable name...

Re: Hot to change DatePicker MM/dd/yyyy format

2006-02-01 Thread Christian Mittendorf
Pretty simple, just define a translator for your DatePicker: value="translator:date,pattern=dd.MM."/> Am 01.02.2006 um 17:54 schrieb FRANK ROCCO: Hello, Hot to change DatePicker MM/dd/ format in Tapestry 4? Best Rega

Hot to change DatePicker MM/dd/yyyy format

2006-02-01 Thread FRANK ROCCO
Hello, Hot to change DatePicker MM/dd/ format in Tapestry 4? Best Regards, Frank

Re: DatePicker in IE: operation aborted

2006-01-31 Thread Martin Carel
:02 PM To: Tapestry users Subject: DatePicker in IE: operation aborted Hi ! I have issues with the DatePicker component using Tap4. Works fine in Firefox, but I got the "operation aborted" popup in IE, which prevents from showing the page. Thus, this is critical for our application.

RE: DatePicker in IE: operation aborted

2006-01-31 Thread Schulte Marcus
I had the same problem. In the end, it was a missing (or duplicate, can't really remember), close-tag somewhere else in the html. > -Original Message- > From: Martin Carel [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 5:02 PM > To: Tapestry users > Subje

RE: DatePicker in IE: operation aborted

2006-01-30 Thread Schabek Łukasz
It is an IE bug only, reported and solved here: http://issues.apache.org/jira/browse/TAPESTRY-788 Just replace writeInitializationScript method. -Original Message- From: Martin Carel [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 5:02 PM To: Tapestry users Subject: DatePicker

RE: DatePicker in IE: operation aborted

2006-01-30 Thread Schabek Łukasz
users Subject: DatePicker in IE: operation aborted Hi ! I have issues with the DatePicker component using Tap4. Works fine in Firefox, but I got the "operation aborted" popup in IE, which prevents from showing the page. Thus, this is critical for our application. When I have only the

Re: DatePicker in IE: operation aborted

2006-01-30 Thread Jesse Kuhnert
I'd be very interested in hearing more about the DatePicker issues. If you have the time, microsoft has a "script debugger" program you can install (you can find it on a standard microsoft office installer disk), that will give you a debugging environment for the page in question

DatePicker in IE: operation aborted

2006-01-30 Thread Martin Carel
Hi ! I have issues with the DatePicker component using Tap4. Works fine in Firefox, but I got the "operation aborted" popup in IE, which prevents from showing the page. Thus, this is critical for our application. When I have only the DatePicker component in my page, it works fine.

Re: Konqueror and DatePicker

2006-01-28 Thread Alan Chandler
On Friday 27 January 2006 12:37, Shing Hing Man wrote: > DataPicker works fine for me in Konqueror 3.3.0-8. > I am using Tap 4. > > Shing > > --- Alan Chandler <[EMAIL PROTECTED]> wrote: > > Anyone sucessfully using the DataPicker component > > with Konqueror? > > > > I seem to get some days in a m

Re: Konqueror and DatePicker

2006-01-27 Thread Shing Hing Man
DataPicker works fine for me in Konqueror 3.3.0-8. I am using Tap 4. Shing --- Alan Chandler <[EMAIL PROTECTED]> wrote: > Anyone sucessfully using the DataPicker component > with Konqueror? > > I seem to get some days in a month that I can't > click on to set a date. It > might be some sort o

Konqueror and DatePicker

2006-01-26 Thread Alan Chandler
Anyone sucessfully using the DataPicker component with Konqueror? I seem to get some days in a month that I can't click on to set a date. It might be some sort of alignment problem, the dates are normally at the end of a week. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's

RE: DatePicker in component.

2006-01-26 Thread Schabek Łukasz
. //... It seems to I've got to learn Java more harder. ;) Regards. -Original Message- From: Korbinian Bachl [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 4:39 PM To: 'Tapestry users' Subject: AW: DatePicker in component. > public abstract cla

AW: DatePicker in component.

2006-01-25 Thread Korbinian Bachl
ek Lukasz [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. Januar 2006 16:22 > An: Tapestry users > Betreff: DatePicker in component. > > > Hi! > > I've create some components inside page of my application. > > E

RE: DatePicker in component.

2006-01-25 Thread Sergiy Kyrylkov
nents.html#N100C2 Sergiy == Multiplex Systems LLC http://www.mpxsys.com == > -Original Message- > From: Schabek Lukasz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 25, 2006 5:22 PM > To: Tapestry users > Subject: DatePicker

DatePicker in component.

2006-01-25 Thread Schabek Łukasz
estry/dtd/Tapestry_4_0.dtd";> === Each of @Box* component is a simple formated HTML fields for Form. In those component i've try to insert a DatePicker, but... It doesn't work. I.e. BoxInventory.jwc: === ==

Re: DatePicker and SSL in IE

2006-01-23 Thread Pedro Abelleira Seco
found). > > > > > > Perhaps it's useful for you. > > > > > > Regards. > > > Pedro > > > > > > El Xov, 19-01-2006 a las 09:11 +0100, Inge Solvoll escribió: > > > > I find it a bit strange that the DatePicker component has so obvio

Re: DatePicker and SSL in IE

2006-01-20 Thread Chris Chiappone
found). > > > > Perhaps it's useful for you. > > > > Regards. > > Pedro > > > > El Xov, 19-01-2006 a las 09:11 +0100, Inge Solvoll escribió: > > > I find it a bit strange that the DatePicker component has so obvious bugs > > > for IE. Do

Re: DatePicker and SSL in IE

2006-01-19 Thread Chris Chiappone
lendar we found). > > Perhaps it's useful for you. > > Regards. > Pedro > > El Xov, 19-01-2006 a las 09:11 +0100, Inge Solvoll escribió: > > I find it a bit strange that the DatePicker component has so obvious bugs > > for IE. Don't the developers for this compo

Re: DatePicker and SSL in IE

2006-01-19 Thread Pedro Abelleira Seco
; I find it a bit strange that the DatePicker component has so obvious bugs > for IE. Don't the developers for this component ever test it in IE? The SSL > secure warnings in IE are a big problem, and it doesn't work for IE at all > in T4 (page doesn't load in browser, see ot

Re: DatePicker and SSL in IE

2006-01-19 Thread Rudolf Baloun
@Patrick Casey You have to download the source of Tapestry. I made my own "MyDatePicker" by extending the DatePicker (cause DatePicker did not work, like i want). Don´t forget to copy the DatePicker.js, DatePicker.script and DatePicker.properties in your "WEB-INF" - Folder.

Re: DatePicker and SSL in IE

2006-01-19 Thread Inge Solvoll
I find it a bit strange that the DatePicker component has so obvious bugs for IE. Don't the developers for this component ever test it in IE? The SSL secure warnings in IE are a big problem, and it doesn't work for IE at all in T4 (page doesn't load in browser, see other postings

RE: DatePicker and SSL in IE

2006-01-18 Thread Patrick Casey
sage- > From: Chris Chiappone [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 18, 2006 2:13 PM > To: Tapestry users > Subject: Re: DatePicker and SSL in IE > > Where is the datepicker.js file located? I need to make this modification > also. > > On 1/12/06,

Re: DatePicker and SSL in IE

2006-01-18 Thread Chris Chiappone
wishes > > > >John > > > >-Original Message- > >From: Rudolf Baloun [mailto:[EMAIL PROTECTED] > >Sent: Thursday, January 12, 2006 9:06 AM > >To: Tapestry users > >Subject: Re: DatePicker and SSL in IE > > > >I updated to Tapestry

A custom DatePicker component

2006-01-13 Thread Martin Carel
Hi! I think the DatePicker component in Tapestry 4.0 is neat. However, I would like to have a different presentation view of it. I'd like to show 3 drop-downs (one for days, one for months, and one for years) instead of the default TextField component. I understand I develop a c

Re: DatePicker and SSL in IE

2006-01-12 Thread Rudolf Baloun
src attribute. Best wishes John -Original Message- From: Rudolf Baloun [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 9:06 AM To: Tapestry users Subject: Re: DatePicker and SSL in IE I updated to Tapestry 4.0 Stable, but its still NOT work... Rudolf Baloun wrote: Hi, i

RE: DatePicker and SSL in IE

2006-01-12 Thread Prince John, Bedag
Message- From: Rudolf Baloun [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 9:06 AM To: Tapestry users Subject: Re: DatePicker and SSL in IE I updated to Tapestry 4.0 Stable, but its still NOT work... Rudolf Baloun wrote: > Hi, > > i use Tapestry 4.0 Beta 13. > After patchi

Re: DatePicker and SSL in IE

2006-01-12 Thread Rudolf Baloun
I updated to Tapestry 4.0 Stable, but its still NOT work... Rudolf Baloun wrote: Hi, i use Tapestry 4.0 Beta 13. After patching some Bugs, the Datepicker works good. I still got one problem with the DatePicker: When i use SSL (HTTPS) the DatePicker uses "unsave" Code. The Interne

DatePicker and SSL in IE

2006-01-11 Thread Rudolf Baloun
Hi, i use Tapestry 4.0 Beta 13. After patching some Bugs, the Datepicker works good. I still got one problem with the DatePicker: When i use SSL (HTTPS) the DatePicker uses "unsave" Code. The Internet Explorer warns me, that the Datepicker uses unsecure Code. The Firefox doesnot wa

SOLVED RE: DatePicker: Translating date

2005-12-30 Thread Schabek Łukasz
Thanks for help! Works fine ;) -Original Message- From: Shing Hing Man [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 3:22 PM To: Tapestry users Subject: Re: DatePicker: Translating date > > value="ognl:quoteDateValue"/> > val

Re: DatePicker: Translating date

2005-12-29 Thread Shing Hing Man
> > value="ognl:quoteDateValue"/> > value="translator:pattern=-MM-dd"/> > You can use the format parameter of an Insert component to format the output. Details could be found at http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Insert.html In your .pa

DatePicker: Translating date

2005-12-29 Thread Schabek Łukasz
Hi! I have problem with translating date in result page using DatePicker On main page i have DatePicker component declared like this: main.html: May 3, 2005 main.page: Main.class: public abstract

RE: IE/Tapestry DatePicker Bug

2005-12-28 Thread Schabek Łukasz
I have updated topic, still need help. http://www.tapestryforums.com/viewtopic.php?p=12452#12452 Rg. -Original Message- From: Schabek Łukasz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 11:05 AM To: tapestry-user@jakarta.apache.org Subject: IE/Tapestry DatePicker Bug

IE/Tapestry DatePicker Bug

2005-12-27 Thread Schabek Łukasz
Hi! Can you look at this topic on tapestry forum ? I have an error with Internet Explorer when using DatePicker component. http://www.tapestryforums.com/internet-explorer-tapestry-bug-datepicker--vt3 554.html <http://www.tapestryforums.com/internet-explorer-tapestry-bug-datepicker--vt 3554.h

DatePicker

2005-10-24 Thread Asim Khaja
Hello, I am using Tapestry 3.0 still, and I am trying to use a the DatePicker but I keep getting this exception org.apache.tapestry.ApplicationRuntimeException Unable to parse script classpath:/org/apache/tapestry/form/DatePicker.script. org.apache.tapestry.util.xml.DocumentParseException

RE: DatePicker Component doesn't work inside non-statically posit ioned element in IE

2005-10-17 Thread Muralidhar Y.
October 2005 12:03 To: Tapestry Users (E-Mail) Subject: DatePicker Component doesn't work inside non-statically positioned element in IE I've just experienced a very strange problem with the DatePicker-Component (T3). It's giving a Javascript-error (object required), if the form c

DatePicker Component doesn't work inside non-statically positione d element in IE

2005-10-17 Thread Schulte Marcus
I've just experienced a very strange problem with the DatePicker-Component (T3). It's giving a Javascript-error (object required), if the form containing it is somehow positioned non-statically. E.g. you have style="position: absolute;" in some surrounding element. I'd

Re: Formatting date with DatePicker in T4

2005-10-14 Thread Henri Herscher
sse > > > > On 10/14/05, Henri Herscher <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > I have just realized that the datepicker component in T4 does not have > > > the "format" property anymore. Does anyone know h

Re: Formatting date with DatePicker in T4

2005-10-14 Thread Jesse Kuhnert
different things, but in this instance allows you to specify things like > this (the default value of format): > > > > jesse > > On 10/14/05, Henri Herscher <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have just realized that the datepicke

Re: Formatting date with DatePicker in T4

2005-10-14 Thread Jesse Kuhnert
05, Henri Herscher <[EMAIL PROTECTED]> wrote: > > Hi, > > I have just realized that the datepicker component in T4 does not have > the "format" property anymore. Does anyone know how to express the > following in T4: > > > > Thanks a lot > >

Formatting date with DatePicker in T4

2005-10-14 Thread Henri Herscher
Hi, I have just realized that the datepicker component in T4 does not have the "format" property anymore. Does anyone know how to express the following in T4: Thanks a lot - To unsubscribe, e-mail: [EMAIL PROT

DatePicker css styles

2005-10-06 Thread Dan Adams
Anyone have a list or example stylesheet of the styles for the datepicker? -- Dan Adams Software Engineer Interactive Factory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DatePicker script and Prototype clash

2005-10-06 Thread Prince John, Bedag
Hi, I am using the Prototype javascript library (http://prototype.conio.net) which, among other cool stuff, adds methods and properties to standard JavaScript objects. This is all find and dandy, unless someone tries something like this: var myArray = new Array('a', 'b', 'c', 'd', 'e'); for(lette

Weird Datepicker behavior on IE

2005-09-19 Thread Javier Sanchez
We have 3 DatePickers on a page. However, one of them has rendering problems on Internet Explorer (another bug in IE?), only one of them. The popup window shows up blank and its representation appears at the end of the page. Does someone have some advice for this problem?

Re: DatePicker security warning in IE with SSL connection RESOLVED

2005-09-15 Thread RR
this, z-indexing similar content can be difficult." IFrame security covered here (Dec 04, which explains why the DatePicker was working fine in IE last year at this time): http://www.microsoft.com/technet/security/bulletin/ms04-040.mspx Hopefully I'm done with this topic, apologies for t

Re: DatePicker security warning in IE with SSL connection RESOLVED

2005-09-15 Thread RR
Thanks to this thread, http://thread.gmane.org/gmane.comp.java.tapestry.user/13528, I have changed DatePicker.js: (previous line) underDiv.innerHTML = ""; (new code) underDiv.innerHTML = " "; Works wonderfully. On 9/15/05, RR <[EMAIL PROTECTED]> wrote: > >

DatePicker security warning in IE with SSL connection

2005-09-15 Thread RR
>opening the DatePicker window yields a security warning in Internet >Explorer when using an SSL connection. The message is the infamous "This >page contains both *secure* and non*secure* *items*. Do you want to display >the non*secure* *items*?". ht

Re: DatePicker / overlib compatibility issue (Javascript)

2005-09-08 Thread Werner Lehmann
sse On 9/8/05, Werner Lehmann <[EMAIL PROTECTED]> wrote: Hi, I have a problem with the datepicker component when used in combination with the overlib popup/hint javascript library (1) on Mozilla based browsers. Pages which use either datepicker or overlib work perfectly, but if a page re

Re: DatePicker / overlib compatibility issue (Javascript)

2005-09-08 Thread Jesse Kuhnert
rner Lehmann <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a problem with the datepicker component when used in combination > with the overlib popup/hint javascript library (1) on Mozilla based > browsers. Pages which use either datepicker or overlib work perfectly, > but i

DatePicker / overlib compatibility issue (Javascript)

2005-09-08 Thread Werner Lehmann
Hi, I have a problem with the datepicker component when used in combination with the overlib popup/hint javascript library (1) on Mozilla based browsers. Pages which use either datepicker or overlib work perfectly, but if a page requires both datepicker and hints the datepicker does not

RE: Validating a DatePicker

2005-08-15 Thread Patrick Casey
August 15, 2005 1:13 PM > To: Tapestry users > Subject: Re: Validating a DatePicker > > I've found it: > http://www.clever.co.nz/resources.html > > On 8/15/05, Pablo Ruggia <[EMAIL PROTECTED]> wrote: > > > > There is already one ValidDatePicker (do

RE: Validating a DatePicker

2005-08-15 Thread Patrick Casey
27;s source. Thanks anyway, --- Pat > -Original Message- > From: Pablo Ruggia [mailto:[EMAIL PROTECTED] > Sent: Monday, August 15, 2005 1:12 PM > To: Tapestry users > Subject: Re: Validating a DatePicker > > There is already one ValidDatePicker (don'

Re: Validating a DatePicker

2005-08-15 Thread Pablo Ruggia
I've found it: http://www.clever.co.nz/resources.html On 8/15/05, Pablo Ruggia <[EMAIL PROTECTED]> wrote: > > There is already one ValidDatePicker (don't remember where). It's already > a mix between validfield and datepicker. But it's behaviour is the same

Re: Validating a DatePicker

2005-08-15 Thread Pablo Ruggia
There is already one ValidDatePicker (don't remember where). It's already a mix between validfield and datepicker. But it's behaviour is the same, if user enters a bad formatted date, it will transform it to null. I think you can download ValidDatePicker and then edit thi

Validating a DatePicker

2005-08-15 Thread Patrick Casey
When the datepicker widget draws, you get an edit box, and a button to click that pops up a calendar widget. You can either set the date via the widget, or you can just write in any old date you want to via the text box. The question becomes though, what happens if the user types in

Re: requiredValidator & datePicker collectively

2005-08-04 Thread Shing Hing Man
alidator" > and use "datePicker" collectivelly? > > Thanks. > > - > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] &

requiredValidator & datePicker collectively

2005-08-04 Thread Radim Burget
Hi, is it possible to use component with "requiredValidator" and use "datePicker" collectivelly? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tapestry 4.0 DatePicker Date Translator

2005-07-05 Thread seloha .
I am aware that the "format" parameter has been removed and replaced with a Date Translator. I am unable to get the DatePicker to display the date in the form dd/MM/yyy. It always reverts to the default of MM/dd/. In my html template I have: In my .page I have:

Did I reinvent the wheel by creating a Validating DatePicker ?

2005-06-12 Thread Random Tapestry User
Hi all, Hope I didn't do something that's already done (possible I just did). I created a ValidDatePicker since I needed a date field that was, at a minimum, a required field. DatePicker does not allow a validator, and the Contrib library DateField, while allowing for a validator

RE: DatePicker Not Working on IE6

2005-06-09 Thread Patrick Yip
Someone please take a minute to patch it up and it would save many of us from getting more grey hairs! -Original Message- From: Martin Gladdish [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 10:38 AM To: Tapestry users Subject: Re: DatePicker Not Working on IE6 I've had i

Re: DatePicker Not Working on IE6

2005-06-09 Thread Martin Gladdish
gt; Yes. I have all scripting options enabled in the Internet Security > settings. > Any other possible causes? > > > -Original Message- > From: Patrick Casey [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 09, 2005 10:03 AM > To: 'Tapestry users' > S

RE: DatePicker Not Working on IE6

2005-06-09 Thread Patrick Yip
Yes. I have all scripting options enabled in the Internet Security settings. Any other possible causes? -Original Message- From: Patrick Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 10:03 AM To: 'Tapestry users' Subject: RE: DatePicker Not Working on IE6

RE: DatePicker Not Working on IE6

2005-06-09 Thread Patrick Casey
Do you have javascript turned off in IE? > -Original Message- > From: Patrick Yip [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 09, 2005 9:57 AM > To: Tapestry users > Subject: DatePicker Not Working on IE6 > > I have the DatePicker working on Firefox

DatePicker Not Working on IE6

2005-06-09 Thread Patrick Yip
I have the DatePicker working on Firefox. However, it doesn't work in IE6. Is there a solution for this problem?

Checking date format in @DatePicker

2005-05-20 Thread Benjamin Tomasini
What is the best way to create a validation error if someone enters a badly formatted date into the TextField of DatePicker? Currently, the form just comes back with a blank field. Ben - To unsubscribe, e-mail: [EMAIL

datepicker

2005-05-20 Thread carst
for Firefox 1.0.3 this is causing a javascript error: this._calDiv.focus(); org/apache/tapestry/form/DatePicker.js line 577 just comment it out - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

DatePicker and CSS?

2005-04-18 Thread Kemkes, Andreas
What is the recommended way to apply style properties (e.g., color scheme, font) to the DatePicker component? Is there a general scheme for Tapestry components that I could follow? Where is the best place to find information on that subject? Any links/pointers would be great. I've l

Re: DatePicker problem in IE6

2005-04-05 Thread Zachary Pinter
reventing the condition that results in aTag being > >null. Either way, I think both corrections to getPoint(aTag) should > >work. > > > >On Apr 4, 2005 1:52 PM, [EMAIL PROTECTED] > ><[EMAIL PROTECTED]> wrote: > > > > > >>Maybe

Re: DatePicker problem in IE6

2005-04-04 Thread PSW
owse/TAPESTRY-222 PSW <[EMAIL PROTECTED]> 04/04/2005 01:49 PM Please respond to "Tapestry users" To Tapestry users cc Subject DatePicker problem in IE6 Hi there, Trying to use DatePicker for the first time. I keep getting a javascript error: Line: 941 Char: 4 Error: Object required Cod

Re: DatePicker problem in IE6

2005-04-04 Thread Zachary Pinter
PSW <[EMAIL PROTECTED]> > 04/04/2005 01:49 PM > > Please respond to > "Tapestry users" > > To > Tapestry users > cc > > Subject > DatePicker problem in IE6 > > > Hi there, > > Trying to use DatePicker for the first time. I kee

Re: DatePicker problem in IE6

2005-04-04 Thread steven . libonati
Maybe this can help? http://issues.apache.org/jira/browse/TAPESTRY-222 PSW <[EMAIL PROTECTED]> 04/04/2005 01:49 PM Please respond to "Tapestry users" To Tapestry users cc Subject DatePicker problem in IE6 Hi there, Trying to use DatePicker for the first time.

DatePicker problem in IE6

2005-04-04 Thread PSW
Hi there, Trying to use DatePicker for the first time. I keep getting a javascript error: Line: 941 Char: 4 Error: Object required Code: 0 URL: http://localhost:8080/calendar/app It works in Firefox, but the requirement for the application is that it work in IE6 If anyone has any ideas, I&#