AW: problem with showing dialog box inside an listener method

2008-04-03 Thread Stroeber, Andreas
Your html code snippet is missing but would be helpful. -Ursprüngliche Nachricht- Von: Sricharan [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 3. April 2008 13:26 An: users@tapestry.apache.org Betreff: problem with showing dialog box inside an listener method hi everyone, i am using

AW: problem with showing dialog box inside an listener method

2008-04-03 Thread Stroeber, Andreas
As far as I can see your code, this problem should not occur. Perhaps you should post all your html-, page definition and java-class-code or simply test it by generating a simple web page with just one button and one dialog. There you can experiment on how to use it. It did so, too and it was

AW: Tapestry at my company

2008-03-19 Thread Stroeber, Andreas
Hi, Why not just simply add a page to the Tapestry homepage with arguments for/against tapestry? Everyone who really is interested in informations and differences between * and Tapestry could have a look at and anyone who wants to ignore 'trolls' can do so and/or send the url. Even a

AW: Tapestry at my company

2008-03-18 Thread Stroeber, Andreas
I suggest scheme. The more people grow up, the more they behave childish. -Ursprüngliche Nachricht- For trolls such as yourself... I'd suggest you adopt struts 1 to ensure maximum pain. Plain servlets and JSPs would be even better!

T4: Autocomplete doesn't accept any values when typed in via keyboard but not selected via click

2008-03-17 Thread Stroeber, Andreas
Hi there, Please help me out with this one: I try creating an autocomplete field that holds just strings. The field has a model that contains values inserted into this field in the past (the model is generated from values in a database). The field should accept any values from this history

AW: Tapestry 4.0 Creating a Tapestry Library

2008-03-13 Thread Stroeber, Andreas
Hi, I didn't setup any tapestry libraries yet, but I can recommend Enjoying Web Development with Tapestry (available as PDF eBook). There's a complete description on how to set up your project as library. Grz Andi -Ursprüngliche Nachricht- Von: Tony Giaccone [mailto:[EMAIL PROTECTED]

AW: Login google-style (with redirect after ajax form refresh)

2008-03-13 Thread Stroeber, Andreas
I'm not sure about T5 (haven't even touched it yet) but in T4 I use a simple redirect answer. PageRedirectException should do, too. Works also with AJAX-Requests. The only thing in T4 is, that you are not able to inject parameters into the redirected page when using AJAX-requests (you have to

AW: tapestry 4.1 Submit problem

2008-03-11 Thread Stroeber, Andreas
Providing your code would be the best for being able to help u. ;-) -Ursprüngliche Nachricht- Von: laraVarikin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. März 2008 10:01 An: users@tapestry.apache.org Betreff: tapestry 4.1 Submit problem Hi everyone! I need some help with

T4: binding stylesheets to components

2008-03-11 Thread Stroeber, Andreas
Hi there, My T4-Application uses several components. So I added a component MessageDialog. This component is inserted in the pages via Annotation @Component public abstract MessageDialog getMessageDialog(); My problem now is: I can add a messagedialog.css via Annotation @Asset or via

AW: T4: binding stylesheets to components

2008-03-11 Thread Stroeber, Andreas
://tapestry.apache.org/tapestry4.1/components/general/style.html http://tapestry.apache.org/tapestry4.1/components/general/relation.html On Tue, Mar 11, 2008 at 1:34 PM, Stroeber, Andreas [EMAIL PROTECTED] wrote: Hi there, My T4-Application uses several components. So I added a component

AW: T4: binding stylesheets to components

2008-03-11 Thread Stroeber, Andreas
media=screen / style jwcid=@Style media=screen/ Dialog.java @Asset(context:/css/messagedialog.css) public abstract IAsset getCssMessageDialog(); Grz andi -Ursprüngliche Nachricht- Von: Stroeber, Andreas Gesendet: Dienstag, 11. März 2008 16:58 An: Tapestry users Betreff: AW: T4

AW: T5: proper handling of hibernate exception?

2008-03-07 Thread Stroeber, Andreas
I am wondering about this question here at a tapestry mailing list?! But how about the following hints: 1. Catch your exceptions! void onActionFromUpdate1() { try { Usr usr = (Usr) session.get(Usr.class, new Long(2)); usr.setEmail([EMAIL PROTECTED]); // email already used

AW: Autocomplete Using Selection as Criteria

2008-03-04 Thread Stroeber, Andreas
Hi samlai, you should be able to bind an EventListener to the ServerRegion-Field (onChange or onSubmit should be your choice). This Listener can trigger an AJAX-Request and so you should be able to update the Automcomplete-Model. (Don't know the exact syntax, but some JavaAnnotation should

AW: my posts to the mailing list seem not to come through

2008-02-25 Thread Stroeber, Andreas
Hey Joost... Just stay calm. I know that delay, too. My mails arrive about 1 our later I post them. The reason could be grey-listing at your mail-service-provider (see wikipedia for grey-listing if you don't know what this means). Grz Andi -Ursprüngliche Nachricht- Von: Joost

AW: Tapestry 4.1, Problems when adding Service implementing IEngineService to hivemind.xml, Element service not allowed here

2008-02-20 Thread Stroeber, Andreas
configuration-id=tapestry.services.ApplicationServices service name=chart object=service:bookie.framework.ChartEngine/ /contribution On Feb 19, 2008 4:52 PM, Stroeber, Andreas [EMAIL PROTECTED] wrote: Hi users, It's driving me crazy. :o( The thing i want to accomplish is, adding

Tapestry 4.1, Problems when adding Service implementing IEngineService to hivemind.xml, Element service not allowed here

2008-02-19 Thread Stroeber, Andreas
Hi users, It's driving me crazy. :o( The thing i want to accomplish is, adding a new service to my tapestry application. Relying on Enjoying Web Development with Tapestry, it can be done by writing a class implementing the interface IEngineService and furthermore adding some configuration to