Re: @Insert default mode

2007-02-14 Thread andyhot
- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 12:03 AM To: Tapestry users Subject: Re: @Insert default mode I think you are thinking of "InsertText", not "Insert". Having a mode of break by default on that component would break everyone

RE: @Insert default mode

2007-02-14 Thread Ben Dotte
f the default were configurable assuming InsertText really is deprecated and will be going away. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 12:03 AM To: Tapestry users Subject: Re: @Insert default mode I think you are thinki

Re: @Insert default mode

2007-02-13 Thread Jesse Kuhnert
OTECTED] Sent: Monday, February 12, 2007 3:40 PM To: Tapestry users Subject: Re: @Insert default mode Maybe override the Insert component in the .application file with your custom one. N. Ben Dotte írta: > Does anyone know if there is a way to specify a default mode for the > Insert componen

RE: @Insert default mode

2007-02-12 Thread Ben Dotte
From: Norbert Sándor [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 3:40 PM To: Tapestry users Subject: Re: @Insert default mode Maybe override the Insert component in the .application file with your custom one. N. Ben Dotte írta: > Does anyone know if there is a way to specify a d

Re: @Insert default mode

2007-02-12 Thread Norbert Sándor
Maybe override the Insert component in the .application file with your custom one. N. Ben Dotte írta: Does anyone know if there is a way to specify a default mode for the Insert component? When we upgraded to Tapestry 4.1 we ended up having to specify InsertMode.BREAK every place we use it but