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
o hivemind.xml, Element service not allowed here
Here is an example from a production application:
On Feb 19, 2008 4:52 PM,
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 Schouten
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 hand
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 use
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 submi
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 in
y4.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
> MessageDialog. This component is inserted in the pages via Annotation
>
&g
sagedialog.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: binding stylesheets to components
Yes... So far so good.
Now I get some css-Li
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
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 pa
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 but
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!
---
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 link-list
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
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
v
16 matches
Mail list logo