Re: I do not like the new tapestry logo (constructive criticism)

2006-05-15 Thread Martin
Perhaps the logo should be related to how Tapestry apps are built by putting components together, something like the building blocks seen for wxwidgets or code::blocks: http://www.wxwidgets.org/images/logo9.gif http://www.codeblocks.org/img/splash.jpg But blocks are cliche, boring and corporate.

Re: Persistence misbehavior in T4

2006-05-18 Thread Martin
Hmm... sounds like you simply forgot "CategoryBrowser implements PageDetachListener". Tapestry would then not understand that you want it to call pageDetached(...). Martin On Thursday 18 May 2006 19:26, Firas A. wrote: > Hello Everyone! > > I have a class, CategoryBrows

Re: Retrieve the old value of a field in the form listener

2006-05-29 Thread Martin
I don't know exactly what you need it for, perhaps something like this could work: instead of , you use public String getValue() { return getYourObject().getValue(); } // Called on form submit public void setValue(String value) { if (!value.equals(getYourObject().getValue))

Re: T5: Edit page best practice - Mk III - now Mk V

2008-01-28 Thread Martin Grotzke
essFromYourForm the entity should be also reset / removed from persist/flash... Btw: our experiences are based on T5.0.5, but I suppose these still apply to later versions of T5... Cheers, Martin On Mon, 2008-01-28 at 23:46 +1100, Geoff Callender wrote: > Here's Mark V of the single

Re: T5 Encoding issue (repost)

2008-01-28 Thread Martin Grotzke
On Mon, 2008-01-28 at 18:54 +0100, Francois Armand wrote: > I spoke to fast : it seems that in T5.0.9, even "slashes" are handled > correctly with utf-8 filter activated. This would be really great - then we should take the effort and upgrade... Good luck to you, cheers, Martin

Re: T5 Encoding issue (repost)

2008-01-28 Thread Martin Grotzke
ry is really bad, so I will have to start again investigating. Are you sure this issue is solved in the latest version of T5? So that you can even have slashes in your activation parameters? Cheers, Martin [1] private static final String SLASH_REPLACEMENT_CHAR = "" + 127; priva

Re: T5: Edit page best practice - Mk VI

2008-01-30 Thread Martin Grotzke
On Wed, 2008-01-30 at 21:38 +1100, Geoff Callender wrote: > * Perhaps what we really need is @Persist("redirection")?!?!?! +1, this would make things more easy! Cheers, Martin On Wed, 2008-01-30 at 21:38 +1100, Geoff Callender wrote: > Good point, Davor. The way I've used

Re: T5.0.8 client side validation bubble display on IE6 windows xp

2008-02-01 Thread Martin Strand
It works if you have DirectX installed (like winxp), we use this on our site: http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html beware, relative behaviour urls are for some reason not relative to the css file, but relative to the original html document - very confusing... Martin On

T5 template selection based on the current request (e.g. request parameters)

2008-02-06 Thread Martin Grotzke
rning this requirement. Jeffrey, as you already presented your solution (mentioned above), did you experience any drawbacks/problems with this implementation? Thanx in advance, cheers, Martin signature.asc Description: This is a digitally signed message part

Re: T5 template selection based on the current request (e.g. request parameters)

2008-02-07 Thread Martin Grotzke
is, if the mentioned solution works correctly without side effects, having the full template lifecycle supported (however this works in detail). So do you say, that the shown solution is working correctly? Thanx && cheers, Martin On Thu, 2008-02-07 at 01:17 +0100, Renat Zubairov wro

Re: T5 template selection based on the current request (e.g. request parameters)

2008-02-07 Thread Martin Grotzke
tml)? It's somehow confusing to find a solution that show custom template selection and to read that "A page class has one and only one page"... Thanx for clarification, cheers, Martin > It seems like you'll need to do at least > 2 things: > > 1. Use a Layout

Re: T5: Put template in other directory

2008-02-22 Thread Martin Grotzke
Hi, it should be possible to resolve templates as you want, see http://www.nabble.com/T5%3A-Personalizing-page-and-component-template-td14098291.html for example. Cheers, Martin On Fri, 2008-02-22 at 09:23 -0600, Robert Zeigler wrote: > Page templates can be placed in the context root

Re: T5.0.10: DateField on IE

2008-02-26 Thread Martin Grotzke
If you're working on linux, there's the possibility to run IE: http://www.tatanka.com.br/ies4linux/page/Main_Page Cheers, Martin On Mon, 2008-02-25 at 12:08 -0800, Howard Lewis Ship wrote: > I've done some work on it in 5.0.11, and tested with Mac Firefox 2 and > Window

T5: Assets, resources and file path

2008-02-29 Thread Martin Kersten
- using inherit for component base parameter). Also I need this base for setting up generated html within a GWT component. Thanks, Martin (Kersten)

AW: T5: Assets, resources and file path

2008-02-29 Thread Martin Kersten
Works like a charm thanks. I wasn't aware of this one. Thanks. -Ursprüngliche Nachricht- Von: Thiago HP [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. Februar 2008 13:24 An: Tapestry users Betreff: Re: T5: Assets, resources and file path Have you tried ? -- Thiago ---

AW: Only one user request at the same time

2008-03-02 Thread Martin Kersten
a send form as being processed and recieved. If a form was alread send you just do nothing but wait for the initial request to finish and just render the answer again. Maybe this is what you really want to do. Cheers, Martin -Ursprüngliche Nachricht- Von: spot_ [mailto:[EMA

AW: T5: How to handle lookup?

2008-03-03 Thread Martin Kersten
pplier at once. Many options harder to explain, check out the java script sites. There are tutorials for the date pickers where you can grab all those ideas needed from. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3.

AW: What happened to property accessor methods generation in T5 ?

2008-03-03 Thread Martin Kersten
like to vow a strict Yes. Cheers, Martin (Kersten) PS: Since I just upgraded to 5.0.10 I am unsure if this has already been added. -Ursprüngliche Nachricht- Von: Hugo Palma [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. März 2008 11:45 An: Tapestry users Betreff: Re: What happened to

AW: T5: How to handle lookup?

2008-03-04 Thread Martin Kersten
behind the textfield to open popup and at the end write the value in the textfield. Cheers, Martin -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. März 2008 16:19 An: users@tapestry.apache.org Betreff: Re: T5: How to handle lookup? hi Davor, In

AW: T5: determine button clicked in a beaneditor

2008-03-04 Thread Martin Kersten
apache.org/tapestry/Tapestry5HowToUseForms And add this multi button handling. I am to buzzy right now but I can do it as well at weekend. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 04:03 An: users@tapestry.

AW: AW: T5: determine button clicked in a beaneditor

2008-03-05 Thread Martin Kersten
Hi Angelo, Are you using the onSuccess event? Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 10:48 An: users@tapestry.apache.org Betreff: Re: AW: T5: determine button clicked in a beaneditor Hi Martin

AW: T5: determine button clicked in a beaneditor

2008-03-05 Thread Martin Kersten
, Martin (Kersten) -Ursprüngliche Nachricht- Von: Davor Hrg [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 14:49 An: Tapestry users Betreff: Re: AW: AW: T5: determine button clicked in a beaneditor you can use BeanEditor inside a normal form, and add your own buttons, and

AW: AW: AW: T5: determine button clicked in a beaneditor

2008-03-05 Thread Martin Kersten
, Martin (Kersten) -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 11:32 An: users@tapestry.apache.org Betreff: Re: AW: AW: T5: determine button clicked in a beaneditor hi martin, yes, only to return a link: void onSelectedFromUpdate

AW: AW: AW: AW: T5: determine button clicked in a beaneditor

2008-03-05 Thread Martin Kersten
submit the form with the link you cancel the whole workflow. Just an additional idea. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 15:18 An: users@tapestry.apache.org Betreff: Re: AW: AW: AW: T5

AW: T5: Preventing form success

2008-03-05 Thread Martin Kersten
better way would be using the context during redirect. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Filip S. Adamsen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. März 2008 20:40 An: Tapestry users Betreff: T5: Preventing form success Hi, I have to show a preview of

AW: AW: T5: Preventing form success

2008-03-06 Thread Martin Kersten
conversation id on the form. As far as I know, Tapestry still have no support for this kind of conversation-driven approach. And I am also not aware of any sub-projects. But using hibernate or SQL one should implement this approach in about 5 to 10 hours. Cheers, Martin (Kersten

AW: AW: AW: T5: Preventing form success

2008-03-06 Thread Martin Kersten
I know. Implementation was quicker then thought (stick to Java serialization for simplicity) and a lot more time was was wasted in investigating unecessary workarounds. Its a pitty. So if it is needed, implement it. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Filip S

AW: Newbie Tapestry

2008-03-07 Thread Martin Kersten
. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Rob Smeets [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2008 11:00 An: users@tapestry.apache.org Betreff: Newbie Tapestry Hi, I am a newbie in Tapestry. Our organization is going to build a large scale web application in

AW: T5: Examples for Cayenne integration?

2008-03-07 Thread Martin Kersten
. :-) But Spring is quite different. If howard ever goes the extrem to start a Tapestry 5 in Action a stripped down version of 100 pages might have a huge effect on tapestry. ;-) But I am into it, I love it and so in the end we all use it :-) Cheers, Martin (Kerste) -Ursprüngliche Nachricht

AW: T5: persistency over several pages

2008-03-10 Thread Martin Kersten
twice the same time. If not, stick to conversation (use an Id). Such a general conversation service with saving the conversation to db in a distributed system is almost every time the right thing to go to implement multi-page forms / wizards / workflows. Cheers, Martin (Kersten

AW: T5: Please wait before I show you next page

2008-03-12 Thread Martin Kersten
rowser displays the next page. This works since tapestry blocks until the onSubmit (or whatever) is finished so nothing is send unless the whole page (in case of submit a simple redirect) is completed. Think that will solve your problem! :-) Cheers, Martin (Kersten) A.C. -- View

AW: AW: T5: Please wait before I show you next page

2008-03-12 Thread Martin Kersten
is implemented by JS. Just use FireBug (or alike) and check what's happening onSubmit. I am too outdated to answer this question, sorry. Cheers, Martin (Kersten) <<<>>>> Hi Kris and Martin, Javascript works, however, here is a little problem, i display the message

[T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-17 Thread Martin Grotzke
oding this char? Thanx && cheers, Martin signature.asc Description: This is a digitally signed message part

Re: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Grotzke
ot;; so the & is rendered as & Cheers, Martin > That is actually the correct behavior and it shouldn't be causing a > problem in your browser. Are you seeing a problem? > > http://htmlhelp.com/tools/validator/problems.html#amp > > Josh > > > On Mo

Re: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Grotzke
Hi, On Tue, 2008-03-18 at 14:19 +0100, Chris Lewis wrote: > Martin, > > I'm guessing your mail client converted Josh's message because it > rendered the & in the url as & - just as you have explained and > shown. Ok, thanx :) > As he said, url's with &

AW: Tapestry at my company

2008-03-18 Thread Martin Kersten
Temper... Temper... Temper... Even if he makes your blood boiling, just play nice... . -Ursprüngliche Nachricht- Von: Chris Lewis [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März 2008 18:05 An: Tapestry users Betreff: Re: Tapestry at my company You were wrong. We are both arrogant

AW: @Cached and caching in general

2008-03-18 Thread Martin Kersten
The problem is context I guess. Usally your component depends on lots of stuff. Parameters, URL, Services, Page-state, component state, HTTP-Parameters and so on. Providing such a low-level cache might sound reasonable but remembering my own requirements lots of days back (2001) the cache depende

AW: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Kersten
Hi Martin, how is the query string is appended? There is always a difference in writing text and html. If you write text everything gets converted. If you write html (raw) everything will work. Please just post the tml-part in question. Maybe we can give a shorty for it. Cheers, Martin

AW: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Kersten
ding?). The component in question is org.apache.tapestry.corelib.components.OutputRaw. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Josh Canfield Gesendet: Dienstag, 18. März 2008 18:06 An: Tapestry users Betreff: Re: [T5]

AW: @Cached and caching in general

2008-03-18 Thread Martin Kersten
context and event handling. But for displaying 'cached' content it might be an option. If you go ahead and try it you may post your benchmarks. I don't know who has stretched it before but I guess caching is always a hot topic so if you can provide new insides your are welcome. Cheers,

Re: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Grotzke
#x27;s working just > fine. :) You're right! It was indeed only an asumption that it would not work, I wasn't aware that browsers not only translate entities for what is going to the user but also for such things - what is requested elsewhere... New day - a new thing learned, grea

Re: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Grotzke
Hi, On Tue, 2008-03-18 at 10:06 -0700, Josh Canfield wrote: > Hi Martin, > > I'm confused by your statement: > > I would say that a request parameter appended with &param=value > > would be seen by the server as amp;param instead of just param. > > Does thi

AW: @Cached and caching in general

2008-03-18 Thread Martin Kersten
database results and recreate markup sounds more reasonable. You might save you lots of seeking time. But you always know: Only the code / application will tell you! Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Tobias Marx [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März

Re: AW: [T5] How to get ampersand (&) rendered raw / not encoded as &?

2008-03-18 Thread Martin Grotzke
Hi Martin (K.) :) just to have this complete, the template part was this: http://foo/?foo=bar&${queryString}"; with queryString beeing a page property... Cheers, Martin On Tue, 2008-03-18 at 18:11 +0100, Martin Kersten wrote: > Hi Martin, > > how is the query string is

AW: AW: [T5] How to get ampersand (&) rendered raw / not encodedas &?

2008-03-18 Thread Martin Kersten
Hi Martin (G.), and to recap it would result into & replacements and it would be interpreted by some browsers correctly and some incorrectly? So wont help. I see. Any solution (beside providing an iframe component). I would like to see a 'raw:' binding or do I miss something? C

AW: Tapestry at my company

2008-03-18 Thread Martin Kersten
> There's a spectrum of frameworks out there. I think Tapestry 5 > scores high marks across the board, from tiny to giant projects > and the notes I've been collecting form users back that up. > I can't quite see writing GMail in Tapestry 5 (but then again, > GMail isn't written in GWT either)

Re: AW: AW: [T5] How to get ampersand (&) rendered raw / not encodedas &?

2008-03-18 Thread Martin Grotzke
On Tue, 2008-03-18 at 18:53 +0100, Martin Kersten wrote: > Hi Martin (G.), > > and to recap it would result into & replacements and it would > be interpreted by some browsers correctly and some incorrectly? Hopefully all browsers would interpret & correctly as & when

AW: T5: Passing a component to layout

2008-03-18 Thread Martin Kersten
show.contains("search"); } This would be a clean and simple approach you might find useful. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Bill Holloway [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März 2008 19:20 An: Tapestry users Betreff: T5: Passing a component

AW: AW: AW: [T5] How to get ampersand (&) rendered raw / notencodedas &?

2008-03-18 Thread Martin Kersten
Hi Martin (G.), dude I wasn't aware of it either. Nice to know! Thanks! Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Martin Grotzke [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März 2008 19:39 An: Tapestry users Betreff: Re: AW: AW: [T5] How to get ampe

Re: AW: AW: AW: [T5] How to get ampersand (&) rendered raw / notencodedas &?

2008-03-18 Thread Martin Grotzke
On Tue, 2008-03-18 at 19:42 +0100, Martin Kersten wrote: > Hi Martin (G.), > >dude I wasn't aware of it either. Nice to know! Thanks! Thanx to Filip :) Cheers, Martin > > > Cheers, > > Martin (Kersten) > > -Ursprüngliche Nachricht- > Von: M

AW: Make Tapestry a "full" web framework?

2008-03-19 Thread Martin Kersten
Maybe a JSecurity option on tapestry would be a deal ;-). www.jsecurity.org I also don't like the ACEGI framework for personal reason. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Chris Lewis [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 08:48 An: Tap

T5: Official Tutorial still Incomplete

2008-03-19 Thread Martin Kersten
heers, Martin (Kersten) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: AW: @Cached and caching in general

2008-03-19 Thread Martin Kersten
t; > On Tue, Mar 18, 2008 at 11:22 AM, Fernando Padilla <[EMAIL PROTECTED]> > wrote: > >> We have a component that we call "Buffer" :) it takes a timeout, > >> optional cachekey, and optional lastmodified (to tell you) >> >> > We have

OnValidate and OnSuccess

2008-03-19 Thread Martin Kersten
. Do I have to inject the textarea with the given id? Cheers, Martin (Kersten) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: OnValidate and OnSuccess

2008-03-19 Thread Martin Kersten
Hi Oivier, I actually use onValidateFromComponent. The problem is that the property in question was not set to the field value to check. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Olivier Jacquet [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 12:47 An

AW: AW: OnValidate and OnSuccess

2008-03-19 Thread Martin Kersten
Regards, Olivier On Wed, 19 Mar 2008 13:47:37 +0100, "Martin Kersten" <[EMAIL PROTECTED]> wrote: > Hi Oivier, > >I actually use onValidateFromComponent. The problem is that the > property in question was not set to the field value to check. > > > Cheers

Re: OnValidate and OnSuccess

2008-03-19 Thread Martin Kersten
-core/guide/validation.html (At bottom) so correct would be: onValidateFromNewItem(String newItemValue) throws ValidationException { } -Ursprüngliche Nachricht- Von: Martin Kersten [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 11:40 An: Tapestry users Betreff: OnValidate

AW: T5 Reasons for Using Tapestry / Comparison

2008-03-19 Thread Martin Kersten
Tapestry works well without Maven. You dont need it. Just drop all required libraries into the lib-path and you are done. Also I would like to add that developing using tomcat also works well. -Ursprüngliche Nachricht- Von: Daniel Jue [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. Mär

AW: T5 Reasons for Using Tapestry / Comparison

2008-03-19 Thread Martin Kersten
ry pages (including debugging and remote caps) in some weeks (when things cool down over here). Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Daniel Jue [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 16:43 An: Tapestry users Betreff: T5 Reasons for Using

AW: Component event handlers

2008-03-19 Thread Martin Kersten
Sounds like onActivate? What do you try to do? Can you give us the exact case (event type). Code Snippet? Von: José Paumard [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 17:18 An: Tapestry users Betreff: Re: Component event handlers Hello Chris,

AW: AW: Component event handlers

2008-03-19 Thread Martin Kersten
I see. When I read the AJAX documentation correctly your code snippet should be on the save side. Sorry but I can't see anything wrong. Cheers, Martin (Kersten) Von: José Paumard [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. März 2008 17:

AW: AW: T5 Reasons for Using Tapestry / Comparison

2008-03-19 Thread Martin Kersten
>>> Tapestry And GWT (Google Web Toolkit) >>> >> >> Tapestry and GWT may be compared but it's a kind of different breed. >> Integrating GWT in Tapestry works well and is a kind of quick use. >> >Well, so it worths to say that, explaining why they are different breed, and >that they may

AW: AW: AW: T5 Reasons for Using Tapestry / Comparison

2008-03-20 Thread Martin Kersten
if you compare yourself with others you know ;-) -Ursprüngliche Nachricht- Von: Francois Armand [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 20. März 2008 10:57 An: Tapestry users Betreff: Re: AW: AW: T5 Reasons for Using Tapestry / Comparison Martin Kersten wrote: > [... a lot

Re: T5 (5.0.11) - ready for production deployment

2008-03-27 Thread Martin Grotzke
Hi, we also have a production app running T5 http://www.smatch.com, very stable, up and running. Cheers, Martin On Wed, 2008-03-26 at 21:14 +0100, Jan Vissers wrote: > Hi, > > I have an opportunity to use T5 (5.0.11) in an assignment. My question is; > is it safe for me t

users@tapestry.apache.org

2008-04-03 Thread Martin Kersten
As far as I am aware, this is due the fact that in xml you dont have   definied. What you have is   which also work in html. There should be a way to tell DreamWeaver to use #160 instead of the symbol nbsp. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: 滕训华 [mailto:[EMAIL

AW: Getting Answers on the User List

2008-04-11 Thread Martin Kersten
I start to like him. What a nice smile this little post put on my facec. I like him. He is like the guy who let the sun stay a bit higher if you know what I mean. :-) -Ursprüngliche Nachricht- Von: Rob Smeets [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 11. April 2008 16:34 An: Tapest

AW: AW: Getting Answers on the User List

2008-04-15 Thread Martin Kersten
Rob your English is by no question admirable but you drove quite to far. I like all those Tapestry folks - special thanks to the core team and Howard from me. Thanks to their affords Web-Development Is fun again. So please stop insulting them. Rob Smeets wrote: > Like those reading now, I'm sme

AW: Trolls (Rob Smeets, Emmanuel Sowah, you know)

2008-04-16 Thread Martin Kersten
> I did not take the time to read all those troll's mailings, but > as long as the troll does not violate the personal rights of > anybody, all of his writings fall under the category "freedom > of speech". Opting to report abuse to google mail and others > seems to me like overreaction. Well

AW: AW: Automatic class reloading on Tomcat 6 not working for me

2008-04-17 Thread Martin Kersten
Is it still true? I use hot replacement for components and somehow the class is reloaded. I thought this issue was solved. Do I miss something? (Using also T6) -Ursprüngliche Nachricht- Von: Peter Stavrinides [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. April 2008 11:05 An: Tapes

Re: unsubscribe

2008-04-21 Thread Martin Strand
Try [EMAIL PROTECTED] instead: List-Unsubscribe: On Mon, 21 Apr 2008 18:12:32 +0200, Gert Thiel <[EMAIL PROTECTED]> wrote: unsubscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: Encoding problem (UTF-8)

2008-04-30 Thread Martin Kersten
its character enconding. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: jgn [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. April 2008 16:59 An: users@tapestry.apache.org Betreff: Encoding problem (UTF-8) Hi. I am having a problem with encoding. I was using ISO-8859-1 but

Referring ComponentResources blows Component

2008-05-07 Thread Martin Kersten
rm? III: Is the ASO distracted by OnSuccess? IV: Do I misuse something? Thanks, Martin(Kersten) PS: Emigrated to 5.0.11 already, problem was notified with 5.0.10. PSS: What an unexpected deal breaker! - To unsubscribe, e-mail

AW: Detecting cookies disabled

2008-05-09 Thread Martin Kersten
Simply use an immediated redirect. Store a cookie within the page redirecting and on the target page just verify if the cookie is present. Simple like that... :-) Cheers, Martin (Kersten) PS: I was also eager to know if this is possible... Yes it is! :-) -Ursprüngliche Nachricht

T5 application not responding, blocked at PerThreadServiceCreator.createObject

2008-05-09 Thread Martin Grotzke
threaddump at http://senduit.com/a7afc7, an aggregated version of this can be found at http://senduit.com/0d3f16. We're running java-1.6.0_02, T5.0.10-SNAPSHOT and Tomcat 6. Has anybody an idea what might be the reason for this behavior? Thanx a lot for your help, cheers, Martin signatur

Re: T5 application not responding, blocked at PerThreadServiceCreator.createObject

2008-05-09 Thread Martin Grotzke
er to track this down, but it will take about 2 weeks until we could shift our application with the latest T5 to production. That's why I asked directly on this list... Cheers, Martin > > On Fri, May 9, 2008 at 5:39 PM, Martin Grotzke > <[EMAIL PROTECTED]> wrote: > &g

Re: T5 application not responding, blocked at PerThreadServiceCreator.createObject

2008-05-09 Thread Martin Grotzke
ce these problems. Thanx for your help, cheers, Martin > > On Fri, May 9, 2008 at 5:39 PM, Martin Grotzke > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > yesterday we deployed our application upgraded from T5.0.5 to 5.0.10 > > (SNAPSHOT 2008-02-11) on the produc

Re: T5 application not responding, blocked at PerThreadServiceCreator.createObject

2008-05-09 Thread Martin Grotzke
I'll have a look... Cheers, Martin > It already seems > like ancient history to me :-) > > On Fri, May 9, 2008 at 5:56 PM, Martin Grotzke > <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-05-09 at 17:43 -0700, Howard Lewis Ship wrote: > >> The problem wi

T5 setting initial sort order for grid in T5.0.11

2008-05-10 Thread Martin Grotzke
rder (coumn and ascending) in 5.0.11? Thanx && cheers, Martin signature.asc Description: This is a digitally signed message part

T5 dateField component does not allow specifying format (in 5.0.11)?^

2008-05-10 Thread Martin Grotzke
Hi, I'm just upgrading our app to 5.0.11. I see that the dateField component changed (IIRC because of licensing issues). Is it correct, that this version of dateField does not allow setting the format/localization? If so, is this also the case for 5.0.12-SNAPSHOT? Thanx && c

Re: T5 dateField component does not allow specifying format (in 5.0.11)?^

2008-05-10 Thread Martin Grotzke
Yes, correct localization is important for us, too. Just voted. Cheers, Martin On Sun, 2008-05-11 at 09:18 +1000, Geoff Callender wrote: > Hi Martin, > > Perhaps you'd like to vote for "Date formatting global support" > https://issues.apache.org/jira/brows

T5 ASO cannot have a non default constructor in 5.0.11?

2008-05-11 Thread Martin Grotzke
or.createObject(ConstructorServiceCreator.java:46) ... 102 more The class AnalysedSearchParameters still has a default constructor. Is this really not allowed, or is this a bug? Thanx && cheers, Martin signature.asc Description: This is a digitally signed message part

Re: T5 ASO cannot have a non default constructor in 5.0.11?

2008-05-11 Thread Martin Grotzke
ded a test if the ASO already exists before we access it, so that T5 does not has to create the ASO. Hopefully I found all cases where this would be an issue ;) Cheers, Martin > > See "Configuring ASOs" at the bottom: > http://tapestry.apache.org/tapestry5/tapestry-core/guide/ap

Re: T5 ASO cannot have a non default constructor in 5.0.11?

2008-05-11 Thread Martin Grotzke
s ;) Thanx && cheers, Martin > > -Filip > > On 2008-05-11 16:12, Martin Grotzke wrote: > > On Sun, 2008-05-11 at 15:13 +0200, Filip S. Adamsen wrote: > >> Hi, > >> > >> Tapestry is trying to inject services into your ASO's constru

Re: T5 application not responding, blocked at PerThreadServiceCreator.createObject

2008-05-15 Thread Martin Grotzke
us it's important to be able to tell our customers what's going on, that we can give a timeline and provide orientation :) Thanx for your help, cheers, Martin On Fri, 2008-05-09 at 18:08 -0700, Howard Lewis Ship wrote: > Perhaps an upgrade to 5.0.11 rather than the .12-SNAPSHOT? I

Re: Instability in Tapestry 5.0.12-SNAPSHOT

2008-05-20 Thread Martin Strand
> I wouldn't go for "ng" though, merely because what if there's a new next > generation. I think that would be Tapestry Deep Space Nine. :P On Tue, 20 May 2008 13:28:12 +0200, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > Heh. The fish bit did get kinda carried away there. But I gues

Re: Tapestry 5 validation for cross site scripting

2008-05-23 Thread Martin Strand
I wrote a webmail app once, where cross site scripting was a concern for html email messages. I parsed the html message to a dom with htmlcleaner, then removed all

ApplicationState not stored during onSuccess?

2008-06-03 Thread Martin Kersten
if(name != null && password != null) //results in correct login but loginStatus change is //not remembered afterwards login(name, password); return true; } Thanks for any hint or help, Martin (Kersten) ---

AW: ApplicationState not stored during onSuccess?

2008-06-03 Thread Martin Kersten
Hi there, I just found a little bit of a hack. OnSuccess I just return an action-link. So I guess that Tapestry just thinks the form processing failed and 'rolled back' the application state changes. So the question is again, what is wrong? Cheers, Martin (Kersten) -Urs

AW: Newbie

2008-06-03 Thread Martin Kersten
:-) -Ursprüngliche Nachricht- Von: Menno Kok [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 3. Juni 2008 15:45 An: Tapestry users Betreff: Re: Newbie Hello men and women, I saw many google search result about tapestry that maked me nervos. Is it true that tapetsry 6 would be not compat

Scheduling tasks

2006-07-18 Thread Martin Strand
#x27;m not sure how to use it together with Hivemind. What other options are there? Thanks for any help, Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Scheduling tasks

2006-07-19 Thread Martin Strand
asn't been initialized so there's no Hivemind Registry in the WebContext. Any suggestions on how to work around this? Perhaps I can make the scheduler start after the application has been initialized? Martin On Wed, 19 Jul 2006 08:41:25 +0200, Schulte Marcus <[EMAIL PROTECTED]&

presenting a list of errors through comonent and NullPointerException

2006-07-20 Thread Martin Ott
* java.lang.Thread.run (Unknown Source) -- Martin

Re: PermGen space

2006-07-21 Thread Martin Strand
I haven't tried it myself, but perhaps the JVM options "-XX:+CMSPermGenSweepingEnabled" and "-XX:+CMSClassUnloadingEnabled" could help. Sounds like it makes hotspot remove those dead classes. Martin On Fri, 21 Jul 2006 21:28:01 +0200, Harvey, David <[EMAIL PRO

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
So you're seeing this in your production environment, not only when you hot redeploy from Eclipse? Martin On Mon, 24 Jul 2006 03:50:17 +0200, Harvey, David <[EMAIL PROTECTED]> wrote: Thanks for your comments, discussion. However, this occurs when caching is tur

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
#x27;t ever redeploy your app, just deploy it once and then let it run, do you still get that error? Martin On Mon, 24 Jul 2006 17:42:54 +0200, Henri Dupre <[EMAIL PROTECTED]> wrote: Yes I've seen the same issue on linux and windows with all JDKs using Tomcat or JBoss. I'd b

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
said you already tried that... :\ But someone else there says "After upgrading to jdk1.5.0_07 my Perm Gen Space gets gc'ed like it should be - no increase of Perm Gen Space, no code changes." so perhaps you could give update 7 a try. Martin On Mon, 24 Jul 2006 18:56:48 +02

Re: Any news on Tap 4.1?

2006-07-27 Thread Martin Strand
I just changed to 4.1 in pom.xml and everything still works. :) Nice to see autowiring for page classes. Martin On Thu, 27 Jul 2006 19:45:20 +0200, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah, I had intended to release it Wednesday but I found too many places that needed a lo

Re: Any news on Tap 4.1?

2006-07-27 Thread Martin Strand
y, July 27, 2006 3:27 PM To: 'Tapestry users' Subject:RE: Any news on Tap 4.1? Components can be autowired too! :-) -----Original Message- From: Martin Strand [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 3:21 PM To: Tapestry users Subject: Re: Any news on Tap 4

Re: I want my HTML *that* way

2006-08-04 Thread Martin Strand
If you leave open , or tags around, Tapestry can't parse the template properly since it's no longer an xml document. Just close all tags, it doesn't really have to be valid HTML. Martin On Fri, 04 Aug 2006 13:10:50 +0200, Rui Pacheco <[EMAIL PROTECTED]> wrote:

Re: Tapestry 4.1 dependecies.

2006-08-04 Thread Martin Strand
to mvn install project B everytime you change it? Like, tapestry-contrib would depend on tapestry-framework, but you want m2eclipse to handle it internally in eclipse without involving your local mvn repo. Martin On Fri, 04 Aug 2006 18:03:36 +0200, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

  1   2   3   4   5   6   7   8   9   >