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 <
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?
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
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
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
.....__.
./ _/....
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
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
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
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
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
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
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
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
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
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
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
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
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...
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
Hello,
Hot to change DatePicker MM/dd/ format in Tapestry 4?
Best Regards,
Frank
: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.
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
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
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
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
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.
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
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
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
.
//...
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
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
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
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:
===
==
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
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
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
; 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
@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.
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
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,
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
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
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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
>
>
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
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]
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
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?
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
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:
>
>
>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
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
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
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
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
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'
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
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
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
alidator"
> and use "datePicker" collectivelly?
>
> Thanks.
>
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
&
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]
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:
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
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
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
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
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
I have the DatePicker working on Firefox. However, it doesn't work in
IE6.
Is there a solution for this problem?
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
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
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
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
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
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
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.
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
89 matches
Mail list logo