stick them in the base package, extend the class and it works great
- Original Message -
From: "Barry Books"
To: "Tapestry users"
Sent: Monday, 20 May, 2013 2:31:18 PM
Subject: Re: trying to avoid code bloat
I would not use an Abstract page for this purpose. The first problem is
+ 1
- Original Message -
From: "Dimitris Zenios"
To: "Tapestry users"
Sent: Wednesday, 2 May, 2012 10:32:14 AM
Subject: Re: How do you feel about requiring JRE 1.6 for Tapestry 5.4?
+1 from me also
On Wed, May 2, 2012 at 10:25 AM, Markus Grell wrote:
> With Java 6 released end
public static void
contributeApplicationDefaults(MappedConfiguration
configuration)
{
...
configuration.add(SymbolConstants.APPLICATION_VERSION, "1.2-SNAPSHOT");
...
}
Change it to be "1.2.1-SNAPSHOT" or "1.3-SNAPSHOT" and your asset
paths should change and the browser should fetch a fresh
We are seeing this error too in production, not sure how to solve it though,
clearing the cache is only a solution in development.
Cheers,
Peter
- Original Message -
From: "Muhammad Gelbana"
To: "Tapestry users"
Sent: Tuesday, 10 January, 2012 9:11:23 PM
Subject: Re: [5.3] JSONArray
Hi,
I have also started a project using jQueryMobile and am utterly impressed with
this little library. Integration with Tapestry was trivial, however I also ran
into the same problem as François, jQueryMobile is heavily driven by ajax calls
to open dialogues and slide btw pages and also for p
tion with an
appropriate ApplicationStateCreator.
On Wed, Dec 14, 2011 at 6:54 PM, Peter Stavrinides <
p.stavrini...@albourne.com> wrote:
> Hi everyone,
>
> We are using Tapestry 5.3; when writing some information directly into
> Tapestry's ApplicationStateManager service
Hi All,
The most important consideration in this debate imho is backwards
compatibility. Some companies have tens of thousands of lines of Tapestry code,
so are heavily invested. Whilst removing prototype is probably a good idea,
Tapestry must maintain legacy support for prototype, at least a
Hi everyone,
We are using Tapestry 5.3; when writing some information directly into
Tapestry's ApplicationStateManager service and we have been experiencing an odd
runtime error which occurs after a time.
The key we set in the ApplicationStateManager for our SSO's is a class type and
the data
Hi Chris,
> So when it comes to css3 is it really so ugly?
If you really want an answer to that, unfortunately yes... and no its not just
gradients.
> So say I was trying to add browser specific css to my layout component what
> would people suggest as the best strategy?
Browser detection
ers,
Peter
- Original Message -
From: "Peter Stavrinides"
To: "Tapestry users"
Sent: Thursday, 1 December, 2011 3:44:56 PM
Subject: Re: Tapestry 5 JQuery - redirect to other page when session has expired
Server side:
// The method that is called when the request completes
o
Server side:
// The method that is called when the request completes
onComplete : function(transport) {
...
var redirect = (reply.redirect != undefined);
if(redirect)
location.href=reply.redirect;
}
- Original Message -
From: "François Facon"
To: "Tapestry users"
Sent: Thursday, 1 Decem
Howard that would be awesome from my point of view at least. I am still
researching, but jQuery Mobile seems like a natural fit for Tapestry. If I
understand what you are contemplating then this would be an enabler for
seamless content adaptation.
Cheers,
Peter
- Original Message -
F
One thing you can check is that your submit method references the correct form
id, using catch all event methods could receive bubbled up events from other
forms:
i.e.: onSuccess() should become onSuccessFrom()
Kind regards,
Peter
- Original Message -
From: "Christian Riedel"
To: "Ta
elp.
RegardsFrançois
-- Forwarded message ------
From: Peter Stavrinides
Date: 2011/11/28
Subject: Tapestry 5 and Mobile
To: Tapestry users
Hi everyone,
This question is for the mobile gurus out there using Tapestry. We are
about to take the plunge and convert our Tapestry web applications
into m
Hi everyone,
This question is for the mobile gurus out there using Tapestry. We are about to
take the plunge and convert our Tapestry web applications into mobile
compatible web applications, but I don't quite know where to begin, so I would
love to know how others are handling mobile with Tape
Nice one Barry, you made my day... if only it happened every time I made a
suggestion that someone else went if and did the work ;o)
- Original Message -
From: "Barry Books"
To: "Tapestry users"
Sent: Thursday, 10 November, 2011 15:11:05 GMT +02:00 Athens, Bucharest,
Istanbul
Subject:
Hi Thiago,
> Have you tried adding the function as a JSONLiteral? And why are you
> returning a function instead of having this function declared somewhere
> else and just passing parameters to it in the JSONObject?
I am not, Tapestry is responsible for these hooks, we simply pass the
configu
Great explanation Robert!
Thanks,
Peter
- Original Message -
From: "Eugene Zhulkov"
To: users@tapestry.apache.org
Sent: Wednesday, 2 November, 2011 14:30:19 GMT +02:00 Athens, Bucharest,
Istanbul
Subject: Re: Insert Stylesheet to the Head top
It works! Thank you all very much!
Code:
Search this mailing lists and you will find some recent threads and some coded
examples.
regards,
Peter
- Original Message -
From: "Lenny Primak"
To: "Tapestry users"
Sent: Tuesday, 8 November, 2011 16:48:14 GMT +02:00 Athens, Bucharest, Istanbul
Subject: Re: Web services using Tapestr
hComponentEvent(), and (b) invoke onSuccessFromStep1().
Thus two invocations.
Probably a bug, but may only be fixed in 5.4 or 5.3.1 at this point.
On Thu, Oct 27, 2011 at 3:26 AM, Peter Stavrinides
wrote:
> FYI: returning true will also work, so I am happy to use that as a workaround
> instead, b
> "onValidateFrom"
Yes of course, why didn't I think of that (too much coffee today perhaps!)...
Thanks!
> Simply using onValidate is probably not specific enough as it may get
> triggered by bubbling events.
Exactly, OnValidate is a catch all so does get invoked for each bubbling
validation eve
FYI: returning true will also work, so I am happy to use that as a workaround
instead, but I am still puzzled as to why it gets invoked twice? I suspect this
is going to cause issues when I need to return an Object.
cheers,
Peter
- Original Message -
From: "Peter Stavrinides
Hi all,
We noticed some odd behaviour today in one of our apps, it appears when we use
the pattern detailed below, the onSuccessFromStep1() event gets invoked twice
by Tapestry, this was not the case in 5.1:
public abstract class BaseClass {
public abstract Object onSuccessFromStep1();
}
p
Yes, this is a bug I have seen too, I hacked together my own fix for this, but
somehow in 5.3 is working correctly again.
- Original Message -
From: "Brian Long"
To: "Tapestry users"
Sent: Monday, 3 October, 2011 12:20:33 GMT +02:00 Athens, Bucharest, Istanbul
Subject: pageRenderLinkSou
up so there
would be no need for a reference to the Registry... As I said before, I am fine
with my approach, much of a muchness but this could be a better way for others.
Regards,
Peter
- Original Message -
From: "Thiago H. de Paula Figueiredo"
To: "Peter Stavrinides&qu
The ObjectLocator provides access to services defined within a Registry, but I
haven't seen an example of using it to get hold of a reference to the actual
registry? is that possible? if so pls provide a code example, I have only seen
this from the Context. ie: Registry registry = (Registry)
co
Hard to pinpoint the right choice without seeing the code, sounds to me like
you need to use onPrepare rather since you are referring to a form, if that is
not sufficient rethink the design maybe use InjectContainer instead of
environmental... there is more than one way to do this.
Peter
--
As Steve mentions its an evolution of personal best practice for your coding
style. My personal taste through the years evolved through trial and error,
more components is not always better but components to me work best when devoid
of state, i.e.: breaking out the mechanics into the component a
> However, there's still the possibility that
> these are useful ... except that all the use cases I can come up with
> are better served by a "perthread" scoped service, rather than
> associated with the page instance.
I am using them for a one time setup of tab groups (essentially linkedhashmaps)
Martin thanks, I will try this, will let you know.
Cheers,
Peter
- Original Message -
From: "Martin Strand"
To: "Tapestry users"
Sent: Wednesday, 20 July, 2011 12:52:52 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: 100% CPU load after hot deploy of Tapestry 5 Application
Hi Guys,
Thanks for the attempts...
these machines are monsters, 8 cores and about 32 gigs... Tomcat has more
resources allocated than it should ever need, the CPU never drops just grows
after the hot deploy (and only then). The machine doesn't fall over either
because of the extensive resourc
Kudos on the web services implementation! nice :)
Peter
- Original Message -
From: "Geoff Callender"
To: "Tapestry users"
Sent: Friday, 17 June, 2011 14:43:00 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: [ANN] JumpStart 5.3.2 released
Hi all,
JumpStart 5.3.2 is up and runni
Thanks very much for the explanation Howard!!
Cheers,
Peter
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry users"
Sent: Thursday, 14 April, 2011 19:21:03 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: IllegalAccessError in IoC
On Thu, Apr 14, 2011 at 2:55 A
:) Excellent Mark! I know the feeling... does she also give the blank
expression?
- Original Message -
From: "Mark"
To: "Tapestry users"
Sent: Wednesday, 16 February, 2011 23:25:47 GMT +02:00 Athens, Beirut,
Bucharest, Istanbul
Subject: Re: 10 Minute Web Application Demo
I keep show
Thanks for your effort Paul!
- Original Message -
From: "PaulField"
To: users@tapestry.apache.org
Sent: Saturday, 5 February, 2011 16:20:51 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: [Announce] Tapestry Testify project - v1.0.3 released
I'd like to announce the latest rel
You are not forced to develop with Maven, but it takes a brave soul to manage
30 to 40 megs of libraries manually :) lol.
Peter
- Original Message -
From: "Adam Zimowski"
To: "Tapestry users"
Sent: Friday, 5 November, 2010 04:35:38 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subjec
Ahh yes, thanks! I see it was fixed over a year ago, but wasn't 5.1.0.6 and
5.1.0.7 voted down?
- Original Message -
From: "Stephan Windmüller"
To: users@tapestry.apache.org
Sent: Friday, 15 October, 2010 12:13:23 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Looks like a
Point us to the Jira Lutz, the HTML 2 specification details the following:
"If the processing of a form is idempotent (i.e. it has no lasting observable
effect on the state of the world), then the form method should be GET. Many
database searches have no visible side-effects and make ideal applic
Hi Borut,
Determine and prioritize exactly what you want, and then go from there:
- Do you need a CDN? i.e.: do you stream video / have lots of static content on
a high traffic site?
- Tomcat is not as fast as Apache serving static content, Apache may not be the
fastest but its fast enough for
Katia has some good advice, I am also a strong advocate for code separation,
which equates to extensibility and maintanability.
Your page class (pure Java) is intended to replace JSP or any expression
language, queries and any other business logic is better when moved into IoC
where it is injec
One correction, you are referring to Tomcat 5, so the link is here:
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Beware the classloader has changed in Tomcat 6, there are some considerations
when upgrading , but why not use 6 or even 7?
Cheers,
Peter
- Original Message --
m cxf to metro because it was easier to work with jaxb-binding
overrides...
g,
kris
Von:Peter Stavrinides
An: Tapestry users
Datum: 30.08.2010 14:59
Betreff:Re: OT: Web Services
Hi Jim
I evaluated quite a few Java WS stacks and was between CXF and Metro, but
in the end
Hi Jim
I evaluated quite a few Java WS stacks and was between CXF and Metro, but in
the end I chose metro, but to be honest there was very little to choose btw the
two... so I would suggest those two as the leading Java WS stacks. Both support
maven and are very complete in terms of how much of
s,
Peter
- Original Message -
From: "Peter Stavrinides"
To: "Tapestry users"
Sent: Thursday, 12 August, 2010 10:19:08 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Another IllegalAccessError in 5.2 alpha [bug?]
Thanks for the help Howard... it makes perfect sen
Thanks for the help Howard... it makes perfect sense when you understand whats
happening, otherwise we have no chance of guessing it from this error.
Cheers,
Peter
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry users"
Sent: Wednesday, 11 August, 2010 19:54:58 GMT +02:00 A
Yes, I think this could be the issue, thanks Igor! I will follow up with more
info once I am certain.
- Original Message -
From: "Igor Drobiazko"
To: "Tapestry users"
Sent: Tuesday, 10 August, 2010 20:03:54 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Tapestry 5.2.0 Alph
ailable
On Tue, 10 Aug 2010 08:53:09 -0300, Peter Stavrinides
wrote:
>> Not quite, there is no explicit auto-loading,
> Sorry Thiago, I misread you, yes the service is autobuilding since its
> explicitly bound.
Does your class have nother constructors?
--
Thiago H. de Paula
> Not quite, there is no explicit auto-loading,
Sorry Thiago, I misread you, yes the service is autobuilding since its
explicitly bound.
Cheers,
Peter
- Original Message -
From: "P Stavrinides"
To: "Tapestry users"
Sent: Tuesday, 10 August, 2010 14:49:21 GMT +02:00 Athens, Beirut, Buch
n someone suggest an example please
Cheers,
Peter
- Original Message -
From: "Thiago H. de Paula Figueiredo"
To: "Tapestry users"
Sent: Friday, 23 July, 2010 15:49:03 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Zoneupdater mixin best practice
On Fri, 23 J
Hi all,
I am trying out the Zoneupdater mixin on a dropdown. What I want to do is as
follows:
When the user selects an option from the dropdown I want to trigger an event
that filters a list, which is then used on an autocomplete textfield. Sounds
simple enough but I don't quite understanding
> Just return it in the page's onActivate() method.
Just be careful of this approach, its fine for an image or two, but anything
more may generate a lot of requests and cause performance problems in larger
pages.
- Original Message -
From: "Thiago H. de Paula Figueiredo"
To: "Tapestry
Hi Igor,
Please let us know when the book is ready for pre-order.
thanks,
Peter
- Original Message -
From: "Robin Komiwes"
To: "Tapestry users" , "adam saltiel"
Sent: Saturday, 12 June, 2010 23:38:34 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: [ANN] Manning Publicatio
Perhaps the type is a primitive, so instead of null a default value will be 0?
just a guess.
Peter
- Original Message -
From: "Genís Pujol"
To: "Tapestry users"
Sent: Tuesday, 25 May, 2010 18:30:10 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: session.persist saves object w
tapestry5-clientresources
[4] http://docs.jquery.com/Using_jQuery_with_Other_Libraries
[5]
http://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/Palette.java
[6] http://github.com/got5/tapestry5-jquery/blob/master/README.md
On Tue, Jun 1, 2010 at 10:05 AM, Peter St
Hi
What do you mean by:
" This library fully drop out Prototype, Scriptaculous, Blackbird and
tapestry.js and replace them by jQuery."
- How does that work, does Tapestry not require 'tapestry.js' or does jquery
provide some equivalent?
- How would jQuery integrate with existing applicatio
> Don't worry. Tapestry 5.2 will be released soon.
What is soon? 3, 6, 9, 12 months?
- Original Message -
From: "Igor Drobiazko"
To: "Tapestry users"
Sent: Monday, 31 May, 2010 08:56:53 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: What happend to Tapestry 5
Don't worry
Nice!
- Original Message -
From: "Inge Solvoll"
To: "Tapestry users"
Sent: Friday, 21 May, 2010 11:34:11 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: T5: LinkSubmit should be generic
Forget the question, I tested it myself and it works :)
See the blog post for the compl
More than 3 years ago we were running Tapestry 4 on JDK 6 with no real issues.
Tapestry 5 also runs well on JDK 6 provided you use the right version of
Javassist, and ensure you have no conflicts in your setup.
regards,
Peter
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry
I also required this a while back, but found not enough of the API was
available to do what I wanted... I opened up a jira back then:
https://issues.apache.org/jira/browse/TAP5-838
Will this make it into 5.2?
Cheers,
Peter
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry u
Hi Andy,
If you are running the defaults, then you might benefit from reducing the
soft-limit of the pool, and increasing the hard limit, see this old thread:
http://old.nabble.com/T5:-tapestry.page-pool.hard-limit-for-high-traffic-websites-td22971831.html
Cheers,
Peter
- Original Message
> I hope to have a simple authentication
> framework, possibly as a Tapestry extension, at some point in the next
> couple of months.
Great news Howard, I will look forward to that!!
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry users"
Sent: Wednesday, 31 March, 2010 22
> You need a log4j.properties file in $CATALINA_HOME/lib
Or in the classes directory at runtime... to ensure its always in the right
place simply put the log4j.properties or log4j.xml file is in the
src/main/resources root folder.
regards,
Peter
- Original Message -
From: "Tim Koop"
T
Is 5.0.1.8 a release candidate yet, are you planning to vote on it?
cheers,
Peter
- Original Message -
From: "xfile80303"
To: users@tapestry.apache.org
Sent: Thursday, 1 April, 2010 19:26:48 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: 5.0.1.8 Download?
Thank you Ulri
Nice post! and came at just the right time for me too... so thanks for the tips!
+1 for feature addition, any Jira open?
cheers,
Peter
- Original Message -
From: "Juan Isern"
To: users@tapestry.apache.org
Sent: Friday, 9 April, 2010 08:09:40 GMT +02:00 Athens, Beirut, Bucharest,
Ista
ing link property?
in this case you can use the MarkupWriter from the render
event methods to add additional attributes... even in mixins
void beginRender(MarkupWriter writer) {
writer.element().attribute(,...);
}
i guess i'm missing something :)
g,
kris
Von:Peter Stavrinid
Hi!
Is it possible to attach a mixin on the fly to a 'generated' link?
I wanted to use component resources:
Link link = resources_.createEventLink(linkId, new Object[] {param1,param2});
for generating the link, but there doesn't appear to be a way to attach a link
property? I feel like I am mi
We understand that Tapestry commiters are giving up their time to make Tapestry
what it is, and we are grateful, I think they too are aware of these issues and
must have some plans in the pipeline to rectify the problems.
Nothing being suggested in this post is new, my question is where the
bot
Thanks once again Paul for giving of your time to maintain Testify!! we have
found Testify to be a real asset!
regards,
Peter
- Original Message -
From: "Angelo Chen"
To: users@tapestry.apache.org
Sent: Saturday, 13 March, 2010 02:12:02 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Su
+ 1 for AOP & meta programming in Java (emphasis on Tapestry), sounds like a
great topic!
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistribute it. Please visit http://www.albourne.co
n, 08 Mar 2010 05:40:50 -0300, Peter Stavrinides
wrote:
> Hi everyone,
Hi!
> So my question is what approach can I take to intercept *only these
> exceptions that don't make it to the page.
Create your own error page. It must implement the ExceptionReporter
interface. Set
Hi everyone,
I am having a problem with the following scenario:
- A page renders a grid with a number of links
- Clicking one of those links causes the page to re-render, but it breaks with
the following exception:
ERROR com.test.CoreModule.SiteRequestExceptionHandler Render queue error in
Be
+1 very useful in development, should go into the core imho.
Peter
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry users"
Sent: Wednesday, 24 February, 2010 04:31:13 GMT +02:00 Athens, Beirut,
Bucharest, Istanbul
Subject: Re: Pretty Printing JSON
I like the idea of PP JSO
> There is any T5 Elegant way so I can automatically switch between
> distincts Log4J configurations
Yes, I simply place mine side by side in src/main/resources and then just
supply a JVM argument to choose the correct one in production, i.e.:
-Dlog4j.configuration=log4j_prod.xml if you suppl
Hi Uli,
I opted out of 3, since I don't use Spring, so thought it would be overkill
bringing too much baggage. I would love to see an actual example of 1, it could
be interesting... but I settled for a version of 2, from what I understood this
was the simplest approach to get working.
Cheers,
I use Tomcat in production only, I develop using the jetty plugin, and am very
happy with it, though we have massive source tree and tend to have sizable
pages too. I get the occasional Permgen, but not too often. I run Jetty with
plenty of memory, and enable Class unloading on the JVM which is
> This is worth spending some time on ... if I can pull it off, it would
> be an incredible coup!
I sit on the fence on this one... on the one hand live reloading is productive
any any context, on the other in principle I do agree with Igor, so not sure...
My only worry is memory management, i.e.
Hi Geoff,
Yes thats a pretty robust configuration, we have Tapestry configured this way
in production for a couple of years now without issues, if you can use a recent
version of Apache, i.e.: 2.1 onwards then its best to use the built in
mod_proxy_ajp module: http://httpd.apache.org/docs/2.1/m
Jun, what does your binding look like?
regards,
Peter
- Original Message -
From: "Jun Tsai"
To: "Tapestry users"
Sent: Tuesday, 9 February, 2010 07:08:18 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: web service problem
2010/2/8 Peter Stavrin
web service stack via
Maven... whats your configuration?
Cheers,
Peter
- Original Message -
From: "Jun Tsai"
To: "Tapestry users"
Sent: Tuesday, 9 February, 2010 07:08:18 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: web service problem
2010/2/8 Pe
> Currently, Tapestry-IoC doesn't copy the annotations put in the service
> implementation class and methods to the generated proxy. A workaround is
> to put the annotation in the service interface.
Do you mean put it in the implementation class rather? just tested it and it
seems to work in t
> Not 100% related, but I created an ActivationContextEncoder interface
> and corresponding ActivationContextEncoderSource service. This way, I can
> have the logic for generating the activation context value for a given
> type separate from its ValudeEncoder logic. The above pseudo-id lookup
Hi Ben,
What motivated you to use Tapestry? obviously this is a great choice of course!
As a side note: IE 6 is a malware software developers dream come true, it has
to be the worst browser since Netscape 4, it has two critical flaws:
1. A core design flaw in the zone-based security framework t
> I feel a little dumb, because for years I have been using Tapestry...
Well that makes two of us Andy, from my point of view its nice to see Kristians
example, and I am sure for others too.
cheers,
Peter
--
If you are not an intended recipient of this e-mail, please notify the sender,
del
> There isn't anything I know that deals with webservices in Tapestry, but I
> guess any webservice package would be easily integrated with Tapestry-IoC
> (and thus Tapestry itself.
An example of this would be great Thiago, to me this seems harder than it
should be, currently the best way I
Robin and co. this is really fantastic, can't wait to take it for a spin!
:)
regards,
Peter
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistribute it. Please visit http://www.albourne
> This is easier in 5.2 as there's a new RequestGlobals property that
> identifies the name of the page for the request.
Wow thats a useful feature, nice!
- Original Message -
From: "Howard Lewis Ship"
To: "Tapestry users" , r...@su3analytics.com
Sent: Sunday, 17 January, 2010 21:54:19
> I don't use @SessionState with my HttpSessionBindingListener
> implementation. I set it in the Session directly. ;)
Exactly, just set it in your web.xml:
com.web.application.SessionListener
And then in SessionListener:
/** @see HttpSessionListene
Hi Ilya,
IMHO I don't think this should be a Tapestry function, constructing an absolute
URL is not always perfectly generic... i.e.: detecting SSL, port and hostname
reliably to construct the URL from. Sometimes people configure SSL on
non-standard ports, and browser headers are at best incons
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistribute it. Please visit http://www.albourne.com/email.html for important
additional terms relating to this e-mail.
> I've also thought
> There's a recent discussion about that in the dev mailing list. Everyone
> is invited. :)
Thiago could you provide a link perhaps?
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistri
What is Session? surely you should be using an SSO, and not a singleton
service? i.e.:
@SessionState
private Session _session;
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistribute
+1
- Original Message -
From: "Ivano Luberti"
To: "Tapestry users"
Sent: Thursday, 12 November, 2009 10:21:35 GMT +02:00 Athens, Beirut,
Bucharest, Istanbul
Subject: Re: [ANNOUNCEMENT] New Tapestry 5 book
+1
If you need something signed with blood, drop me a copy of the document :-D
My 2 cents, in order of priority:
1. Ongoing bug fixes, prioritized by severity and then community votes
2. Comprehensive multi-language docs (preferably community driven via
collaboration software), including ALL types of docs (cookbook, API reference,
tutorials, quickstart) and all in one plac
> I've to create a WebApp which may use plain html only! Is it possible/does
> it make sense to use Tapestry for that?
Yes of course,
> I would like to use Tapestry for that app because i made some good
> experience with it, but is Tapestry able to avoid JavaScript at all?
You are not forced to u
Just as a side note, error pages work correctly in Tomcat 6 as well.
regards,
Peter
--
If you are not an intended recipient of this e-mail, please notify the sender,
delete it and do not read, act upon, print, disclose, copy, retain or
redistribute it. Please visit http://www.albourne.com/ema
Tapestry works perfectly with Java 6 now!!
Lets not be ridiculous and claim that you need to shorten methods and method
names etc in order to get it working, it has been completely compatible for
some time now. This is a library issue, you must use 3.9.0.GA, which is the
version provided by Ta
Thanks for the explanations, much appreciated to all.
Peter
- Original Message -
From: "cordenier christophe"
To: "Tapestry users"
Sent: Wednesday, 7 October, 2009 15:07:52 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Re: Validation question - at which point are property val
Anybody?
- Original Message -
From: "Peter Stavrinides"
To: "Tapestry Mailing List"
Sent: Tuesday, 6 October, 2009 10:07:53 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Validation question - at which point are property values set before
post
Hi ever
me path
> with no copying. This is what I do.
>
> On Tue, Oct 6, 2009 at 7:59 AM, Peter Stavrinides
> wrote:
> > What is your exact environment / configuration?
> >
> > - Original Message -
> > From: "Inge Solvoll"
> > To: "Tapestry
What is your exact environment / configuration?
- Original Message -
From: "Inge Solvoll"
To: "Tapestry users"
Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, Bucharest,
Istanbul
Subject: Jetty lock on JS-files in classpath breaks eclipse autobuild
Hi!
I'm having pr
1 - 100 of 566 matches
Mail list logo