Hello,
I'm trying again to run an app with TAP4.1.1 (it runs with TAP4.0.2),
but it throws a exception because it could not load :
java.lang.NoClassDefFoundError: javassist/ClassPool
I've downloaded TAP4.1.1 at
http://www.apache.org/dyn/closer.cgi/tapestry/tapestry-project-4.1.1-bin.zip
and
Hi Josh,
you can do a infrastructur override in your hivemodule.xml like this:
and then you create your own CustomExceptionPage:
public abstract class CustomExceptionPage extends Exception implements
PageDetachListener {
private static Logger log =
LoggerFactory.getLogger(Custom
If you just remove the annotations that are causes the errors, you should be
able to make use of the quick start.
Mark
-Original Message-
From: "Thannhäuser, Marcel" [mailto:[EMAIL PROTECTED]
Sent: Friday, April 27, 2007 7:03 AM
To: users@tapestry.apache.org
Subject: Problem with quicks
Hi,
I'm developing an application using Tapestry 4 and I have a question
regarding session timeout.
when the session timeout I'm trying to create a callback object to an
IExternaLPage using this code in my pageValidate method
Callback callback = new ExternalCallback(pageName,
getPageName(),g
For the tab component, try adding
/* Must have this, otherwise the body of the tabs
will not be visible */
.dojoTabContainer{
width: 100%; height: 20em;
}
Shing
--- sunilmanu <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
> I noticed some issues with the Tacos de
The absolute easiest thing to do is to create a page named Exception
(.html and .page). This will then be picked up automatically as the
Exception page. Unfortunately you may have to do some build script
magic to differentiate between production and development. I have my
production Exceptio
Nice - thanks :-)
--
View this message in context:
http://www.nabble.com/Templating-with-Tapestry-5-tf3659025.html#a10226122
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL P
Went down this road recently.
You have a Layout component (call it what you want)
some static stuff
and each page uses the layout;
body body
if you want more flexibility, you can pass in other components as
parameters, and use t:delegate to render them
body body
Hi,
Sorry, though I've tried looking for the documentation
though I probably
just missed it...
If tapestry experiences an error, for example I have
an invalid HTML
template so it will have a parsing error, or perhaps I
have an
application error, Tapestry will display a very nice
exception page
You got it right.
--- bjornharvold <[EMAIL PROTECTED]> wrote:
>
> But that's Tapestry 4, no? Oh I think I get it. In
> tapestry 5 you have the
> Basically, you wrap your components in
> layouts.
>
>
>
> Konstantin Ignatyev wrote:
> >
> > Just look closely at the Workbench example that
> com
But that's Tapestry 4, no? Oh I think I get it. In tapestry 5 you have the
Basically, you wrap your components in layouts.
Konstantin Ignatyev wrote:
>
> Just look closely at the Workbench example that comes
> with Tapestry:
>
> Border component has
> Page content goes
> here.
>
> And indi
Just look closely at the Workbench example that comes
with Tapestry:
Border component has
Page content goes
here.
And individual pages look like this;
<-- this is the first page
line
..
Meaningful page content
..
--- bjornharvold <[EMAIL PROTECTED]> wrote:
>
> Konstantin,
>
> Can you gi
Konstantin,
Can you give me an example?
thx
bjorn
Konstantin Ignatyev wrote:
>
> Had the same problem when I started with T after
> spending too much time with Struts.
>
> In T Layout is usually done upside down compared to
> struts: layout is handled by Border component that is
> wrapper to
Had the same problem when I started with T after
spending too much time with Struts.
In T Layout is usually done upside down compared to
struts: layout is handled by Border component that is
wrapper to the page content.
Feels weird initially but works well.
--- bjornharvold <[EMAIL PROTECTED]> w
Ok, I've been barking up a tree the whole day... and I'm not even sure it's
the wrong one.
I want to be able to do real component templating like struts has it's
tiles. So my page (CoolPage) would look something like this:
.. a one liner
My CoolPage.java would have some string properties refer
hi marcel,
both annotations are deprecated. just delete them.
this is a bug in the quickstart-tutorial, but nobody seams to care about
that...
-Ursprüngliche Nachricht-
Von: "Thannhäuser, Marcel" [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. April 2007 16:03
An: users@tapestry.apac
Hi!
I've just built the archetype and created an eclipse project.
My Maven Plugin seems to be working correct ( no dependency seems to be missing
),
but I yet get some compile errors in org.example.myapp.services.AppModule.
The Annotation classes Id and Contribute can't be found.
Anyone has a
Hi Everyone,
I noticed some issues with the Tacos demo of Upload progress Bar example. I
tried to upload various files and the Status Progress Bar shows up after a
lng time for a Big file and even after progress bar comes up, it
does not move. i.e progress is not being showed in the examp
hi all,
when i try to return a service in my module that does not have an
interface
i get a "No service implements the interface..." exception. The recent
blog
entry suggests that it should work now ..
http://tapestryjava.blogspot.com/2007/04/pleasing-crowds-improving-ioc-extending.html
My mod
Well, (at least) I haven't needed it (yet) but i can take a look to see if
it can easily be ported -
unless you've already done it (or planning on doing so)
On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I've just realised that @DirtyFormWarning is (currently) gone from Tacos
4.1.0-S
I've just realised that @DirtyFormWarning is (currently) gone from Tacos
4.1.0-SNAPSHOT.
I'd be very grateful for any hints on how you worked around this - or
what the difficulty was in porting this one.
Marcus
hi paul,
i think that there is a workflow for this in here:
http://www.agileskills2.org/EWDT/
ICallback interface or something.
kind regards,
peter
-Ursprüngliche Nachricht-
Von: Paul Stanton [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. April 2007 02:58
An: Tapestry users
Betreff:
22 matches
Mail list logo