Re: T5:calendar component problem

2008-04-09 Thread Jens Pfau

Hi Natia,

did you figure out how to get the calendar popup to be shown? I have a
similar problem which breaks the click event observing in IE such that
neither calendar nor colorpicker popups can be invoked.

Regards
Jens



Natia Gdzelishvili wrote:
 
 Can anyone tell me how to work with dateField,  how to change styles,
 I am trying to change date format but it doesn't changes, and again it
 doesn't work in Internet Explorer
 
 Thanks in advance
 
 On Thu, Apr 3, 2008 at 4:34 PM, Natia Gdzelishvili
 [EMAIL PROTECTED]
 wrote:
 
 hi,
 I have a problem with tapestry calendar  component, on page I have:

 input type=text t:type=datefield t:value=dateOfBirth /

 In firefox when i click calendar icon calendar is displayed but IE it
 doesn't
 Please help
 Thanks in advance

 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3Acalendar-component-problem-tp16473758p16585351.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] Adding form fields on the fly

2008-03-20 Thread Jens Pfau

Hey Kris,

thanks for the help. I took this way but now I am wondering how I could link
those values extracted from the request object to their respective form
fields. This would be useful to get validation errors rendered by tapestry
for example. Is there any way, for example to add those fields to the page
onPrepareSubmit and then get them filled by tapestry afterwards?

Jens




kristian.marinkovic wrote:
 
 you can add new form fields on the client-side using javascript
 on the server-side you then have to parse/obtain/process  the 
 data manually from the Request service you can inject almost
 everywhere. you'll have to think about a smart way to name the
 form fields so you can find them in the Request.
 
 as a next step you could refine this with some components...
 
 hope this helps
 
 g,
 kris
 
 
 
 
 Jens Pfau [EMAIL PROTECTED] 
 19.03.2008 15:17
 Bitte antworten an
 Tapestry users users@tapestry.apache.org
 
 
 An
 users@tapestry.apache.org
 Kopie
 
 Thema
 Re: [T5] Adding form fields on the fly
 
 
 
 
 
 
 
 
 Nobody has an idea?
 
 
 Jens Pfau wrote:
 
 Hello,
 
 I would like to have a table with form fields where each row stands for
 the
 values of one data set. Furthermore, I would like to allow the user to 
 add
 new rows on the fly, preferably using client-side actions without
 reloading
 the entire page. Is there any best practice to accomplish that? There is 
 a
 FormInjector but unfortunately no documentation on this component and I
 don't know how far a Grid is of support to this task. I appreciate any
 help.
 
 Regards
 Jens
 
 
 
 -- 
 View this message in context: 
 http://www.nabble.com/-T5--Adding-form-fields-on-the-fly-tp16013318p16144180.html
 
 Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-T5--Adding-form-fields-on-the-fly-tp16013318p16177177.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] Adding form fields on the fly

2008-03-19 Thread Jens Pfau

Nobody has an idea?


Jens Pfau wrote:
 
 Hello,
 
 I would like to have a table with form fields where each row stands for
 the
 values of one data set. Furthermore, I would like to allow the user to add
 new rows on the fly, preferably using client-side actions without
 reloading
 the entire page. Is there any best practice to accomplish that? There is a
 FormInjector but unfortunately no documentation on this component and I
 don't know how far a Grid is of support to this task. I appreciate any
 help.
 
 Regards
 Jens
 
 

-- 
View this message in context: 
http://www.nabble.com/-T5--Adding-form-fields-on-the-fly-tp16013318p16144180.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[T5] React on DatePicker's onchange event

2008-03-19 Thread Jens Pfau

Hi,

can anyone tell me how I can observe the onchange event of a DatePicker
wrapped by Tapestry's DateField?

Jens
-- 
View this message in context: 
http://www.nabble.com/-T5--React-on-DatePicker%27s-onchange-event-tp16147372p16147372.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[T5] Adding form fields on the fly

2008-03-12 Thread Jens Pfau
Hello,

I would like to have a table with form fields where each row stands for the
values of one data set. Furthermore, I would like to allow the user to add
new rows on the fly, preferably using client-side actions without reloading
the entire page. Is there any best practice to accomplish that? There is a
FormInjector but unfortunately no documentation on this component and I
don't know how far a Grid is of support to this task. I appreciate any help.

Regards
Jens