[T5] Inline display of general exceptions

2010-09-03 Thread Lothar Nieswandt
Hi there, I would like to display exceptions that occur in my pages in a user friendly way. Mostly they originate from the underlying Web Service Backend. I like the layout used by the Errors component (red square). So my first thaught was: why not use this component. However, when trying to

Re: Re: [T5] Inline display of general exceptions

2010-09-03 Thread Lothar Nieswandt
Not just validation errors. You can get the ValidationTracker from the Environment and use void recordError(String errorMessage) to record a message. @Environmental private ValidationTracker validationTracker; OK, thanks. But I do need a form, right? And this environmental

Re: t5-components MultipleSelect use

2010-09-30 Thread Lothar Nieswandt
quote Hi Zack, please look at the t5component demo site @ http://87.193.218.134:8080/t5c-demo/multipleselectpage, the java source @ http://tapestry5-components.googlecode.com/svn/trunk/demo/src/main/java/org/apache/tapestry/demo/pages/MultipleSelectPage.java, the tml @

T5.5.0-beta-3: document.observe is not a function

2020-02-12 Thread Lothar Nieswandt
Hello T5-team,   I am currently in the process of porting a T5.3 application to T5.5-beta (expecting the latter to become final soon). Altough the application is rather simple and does not provider any client side customizations, I do get into trouble with some JS-related stuff.   The

Aw: Re: T5.5.0-beta-3: document.observe is not a function

2020-02-14 Thread Lothar Nieswandt
bove, so you might need to fix any typos, missing commas, etc. On Wed, Feb 12, 2020 at 5:37 PM Lothar Nieswandt wrote: > Hello T5-team, > > I am currently in the process of porting a T5.3 application to T5.5-beta > (expecting the latter to become final soon). Altough the application i

T5.5: linkSubmit doesn't emit expected events

2020-02-14 Thread Lothar Nieswandt
Hello again,   my second problem while porting an existing T5.3 app to T5.5 is the following:   I tend to use the 'linkSubmit' component quite often to enable menu like structures:   FILE: Menu.tml     SdUser Import : :   FILE: Menu.java       @InjectPage     private SdUserImport sdUserImport;

Aw: Re: out of order in T5.5

2020-04-21 Thread Lothar Nieswandt
re were some changes in the form submission logic in Tapestry 5.4: http://tapestry.apache.org/forms-and-validation.html#FormsandValidation-TrackingValidationErrors Try to move the login logic to onValidate() and see if it makes any difference. Regards, Dmitry On Thu, Apr 9, 2020 at 4:59 PM Lothar Nieswa

out of order in T5.5

2020-04-09 Thread Lothar Nieswandt
Hello everybody,   I have now migrated my Tapestry 5.3 application to Tapestry 5.5, which is now final. Thanks a lot, it makes me feel much more confident about the future applicability of Tapestry.   One remaining issue: it seems to me like the component does not work anymore.    I can record

Aw: Re: out of order in T5.5

2020-04-22 Thread Lothar Nieswandt
| DESIGN | DEVELOPMENT > Le 21 avr. 2020 à 17:13, Lothar Nieswandt a écrit : > > Hi Dimitry, > > thanks for your advice which pointed me to the right resources. However, my > problem is not solved yet. > > It's not that my validation code is skipped. I can put it

Aw: Re: out of order in T5.5

2020-04-22 Thread Lothar Nieswandt
o.ch> | M +41 79 538 30 01 DIGITAL STRATEGY | DESIGN | DEVELOPMENT > Le 21 avr. 2020 à 17:13, Lothar Nieswandt a écrit : > > Hi Dimitry, > > thanks for your advice which pointed me to the right resources. However, my > problem is not solved yet. > > It's not that my va