Re: T5 / 404 / with jetty and reloading ....

2009-10-02 Thread Andy Pahne
I use the maven jetty plugin and that happens sometimes. (like once in two or three work days). I simply restart then... Andy Gunnar Eketrapp schrieb: Hi! Sometimes T5 fails to find a page and a four-o-four is returned. I hope that this has to do with page live reloading and that it

Re: How coooooooooool is this !!!

2009-09-25 Thread Andy Pahne
I felt that it should be hard to develop/support the site without upgrading the technology so I decided to give T5 a shot. In the same time I upgraded MySql, Hibernate, Spring, Debian. CVS to SVN. Ant to Mvn. And so on ... Of course I have undertaken a much too big job and the risk is huge! But

RE: Problem with OptimizedSessionPersistedObject not working in Tomcat & Jetty

2009-09-07 Thread Blower, Andy
nd I've attached the patch to the JIRA issue. > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 03 September 2009 15:11 > To: 'Tapestry users' > Subject: Problem with OptimizedSessionPersistedObject not working in > Tomcat

Problem with OptimizedSessionPersistedObject not working in Tomcat & Jetty

2009-09-03 Thread Blower, Andy
solutions, please comment if you thing there are any drawbacks or better ones. Thanks, Andy.

regexp validator bug (TAP5-520

2009-08-18 Thread Blower, Andy
I just tried to use regexp=^\d{3,4}$ with a regex validator and it threw a parse error, so I had to change it to regexp=^(\d{3}|\d{4})$ Looking at JIRA, this was fixed by Igor under TAP5-520 in 5.1.0.1, but I'm using 5.1.0.5 so it may not be as fixed as was originally thought. Should this issue

Problem with custom ValidationDecorator for Ajax form submissions

2009-08-14 Thread Blower, Andy
'm not the first person to hit this stumbling block, Inge posted about this here: http://markmail.org/message/izdmsolr626wog4k This is pretty serious, we really need to solve this issue for our upcoming milestone release. Thanks, Andy.

tapx-templating: using it in a t5 webapp possible

2009-08-13 Thread Andy Pahne
ible to use the actual t5 applications's classpath as the required classpath for t5? So that assets will be found both in the hosting webapp and in the generated offline content? Andy - To unsubscribe, e-mail: users-unsubscr...

RE: T5 bug with first line of message catalogs

2009-08-12 Thread Blower, Andy
Found it. TAP5-409, T5 doesn't recognise BOM at the start of UTF-8 files. It would be nice to fix this rather than just document it or leave it. Anyone else have any opinion on this? > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 12

T5 bug with first line of message catalogs

2009-08-12 Thread Blower, Andy
I just ran into a T5 bug where the first line in a message catalog never returns a translated version. I'm sure I dimly recall encountering this before and I'd like to check on the status, can anyone remember / find a bug for this issue. I tried searching and couldn't find one, so maybe I encoun

Re: AjaxFormLoop: property changes have no effect

2009-08-05 Thread Andy Pahne
some meaningfull value Thank you for your feedback. Andy Daniel Jones schrieb: Hi Andy, I think you are a bit confused regarding the ValueEncoder. Your toClient method should provide a unique string identifier which can be used to retrieve that particular vehicle from your list. Your to

AjaxFormLoop: property changes have no effect

2009-07-31 Thread Andy Pahne
I am using an AjaxFormLoop component. There is no database involved, so the code should be simple. The add operation in onAddRowFromVehicles() works. I can see that because the list of vehicles has alwas the correct size. But Properties of Vehicle (like vehicle.model) are never updated, no m

RE: Documentation of T5 URLs & post-redirect-get

2009-07-23 Thread Blower, Andy
> > I was just trying to explain the way T5 pages in a package xyz can be > > called XyzResults and the URL will be xyz/results to one of my team, > and > > I couldn't find the documentation for this on the Tapestry site. > > Take a look at > http://tapestry.apache.org/tapestry5.1/guide/component-

Documentation of T5 URLs & post-redirect-get

2009-07-23 Thread Blower, Andy
I was just trying to explain the way T5 pages in a package xyz can be called XyzResults and the URL will be xyz/results to one of my team, and I couldn't find the documentation for this on the Tapestry site. I was also struggling to find where the post-redirect-get paradigm is documented. Can a

Re: T5.1 warning about cookie name in jetty log - blackbird related?

2009-07-17 Thread Andy Pahne
https://issues.apache.org/jira/browse/TAP5-785 Peter Stavrinides schrieb: Yes since this morning getting a ton of those. Peter - Original Message - From: "Andy Pahne" To: "Tapestry users" Sent: Thursday, 16 July, 2009 11:51:45 GMT +02:00 Athens, Beirut,

RE: Is AjaxFormLoop example working for you?

2009-07-17 Thread Blower, Andy
Neither work for me on FF3.0.11, XP, Proxy from the UK. > -Original Message- > From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] > Sent: 17 July 2009 01:08 > To: Tapestry users > Subject: Is AjaxFormLoop example working for you? > > Everyone, > > Please try this quick ex

RE: [ANN] JumpStart 4.3 released - for T5.1.0.5

2009-07-16 Thread Blower, Andy
I just checked, and yes we're using an internal proxy server for external requests. > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 16 July 2009 15:48 > To: 'Tapestry users' > Subject: RE: [ANN] JumpStart 4.3 released -

RE: [ANN] JumpStart 4.3 released - for T5.1.0.5

2009-07-16 Thread Blower, Andy
Not sure TBH as I'm at work. > -Original Message- > From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] > Sent: 16 July 2009 15:38 > To: Tapestry users > Subject: Re: [ANN] JumpStart 4.3 released - for T5.1.0.5 > > Hi Andy, > > That'

RE: [ANN] JumpStart 4.3 released - for T5.1.0.5

2009-07-16 Thread Blower, Andy
t did not include any elements that allow for the positioning of the hidden form field's element. Just thought I'd let you know. Andy > -Original Message- > From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] > Sent: 16 July 2009 06:59 > To: Tapestry users

T5.1 warning about cookie name in jetty log - blackbird related?

2009-07-16 Thread Andy Pahne
Today I have seen this warnings for the first time, right after starting an application with mvn jetty:run. Has anybody else seen this? It's clearly blackbird related, as the cookie's name suggests, but I haven't ever seen this before. Andy 2009-07-16 10:42:03.629:

Re: Tapestry5 and SEO

2009-07-10 Thread Andy Pahne
page render requests (with context) from link garbage. Please don't get me wrong. I totally agree with your point that "First, that everything should work". On Thu, Jul 9, 2009 at 3:52 PM, Andy Pahne wrote: Just a few finding while doing SEO for a t5 app: 1. ac

Tapestry5 and SEO

2009-07-09 Thread Andy Pahne
the example above. I know that T5 URL handling is highly customizable. I wish I had the time to look into that. What do you think? Or do you have other findings with regards to SEO? Andy - To unsubsc

RE: Tapestry script combination flaws

2009-07-09 Thread Blower, Andy
pt combination flaws > > And the link? > > - Original Message - > From: "Andy Blower" > To: "Tapestry users" > Sent: Thursday, 9 July, 2009 14:44:16 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: Tapestry script combination flaw

Tapestry script combination flaws

2009-07-09 Thread Blower, Andy
I've created a JIRA issue for what I think are flaws in T5's script combination. I'm very interested in what other think about the issue, so please take a look and make any comments you have. Thanks, Andy.

RE: Need help with tricky T5 URL / onPassivate problem

2009-07-06 Thread Blower, Andy
bjects will there be? You could store them in the > database > and just encode a primary key into the URL. Add a little bit to ensure > people can't use other's queries, and that they get janitored if not > used > over some space of time, and you're in business.

Need help with tricky T5 URL / onPassivate problem

2009-07-05 Thread Blower, Andy
nyone else think that this is a feature worth having in Tapestry, so that external URLs can have extra bits that internal (event) URLs don't need? Thanks, Andy.

Re: [Tapestry Central] Caught between Two IDEs

2009-07-02 Thread Andy Pahne
I'm really a newbie:) The "Eclipse IDE for Java developers" works quite well. But it is annoying that some important plugins require extra effort to install (like svn or RunJettyRun). Andy - To

RE: COMBINE_SCRIPTS no effect

2009-07-01 Thread Blower, Andy
I don't see why T5 can't combine all of the local scripts and just exclude the external ones and have them included separately, and I'll be raising a JIRA issue to this effect unless I can find an existing one. Andy. > -Original Message- > From: Moritz Gmelin [mailto:m

Re: Tapestry not suitable for this environment?

2009-06-29 Thread Andy Pahne
You can simply fetch any remote content and write it out raw. We are doing this all the time... Ben Gidley schrieb: You could still do this if the HTML is relatively clean. In your layout rather than provide a TML you can programatically create the HTML element by element. So you could fetch

Re: Any one using extension-point and extend ?

2009-06-21 Thread Andy Pahne
border components or a solution with blocks and a delegate. Using an extension point seems cleaner to me. Andy Piero Sartini schrieb: Am Samstag, 20. Juni 2009 05:07:54 schrieb donf yang: And when we need it ? I am using it. It replaces the simpler layout component pattern I used

RE: [Tapestry Central] Why chose Tapestry?

2009-06-18 Thread Blower, Andy
Well we develop T5 in Eclipse as a Dynamic Web Project using ANT and IVY for builds and dependencies. (+SVN for version control) There was a fair amount of work to set it up along with the CI server etc, but it works pretty well for us and everything was new to us. Anyway it is definitely possib

Re: integrating jQuery components

2009-06-17 Thread Andy Pahne
Onno Scheffers schrieb: I would prefer: Tapestry uses whatever javascript lib for it's internal functions. But this "whatever" library should play nice with user's libraries. (So, prototype, which is in internal use today should be patched in a way not to hijack $ ). Sadly that would brea

Re: integrating jQuery components

2009-06-17 Thread Andy Pahne
olute freedom to use whatever library theyx prefer, without patching it The other point (maybe Tapestry's creator one day decide that lib xy is better suited for internal use than yz): an abstraction layer would have been usefult for that, but maybe "that horse is out the barn"..

Re: integrating jQuery components

2009-06-17 Thread Andy Pahne
@IncludeJavascriptlibrary. I only managed that with a patched version of jQuery, adding jQuery.noConflict() at the end of the jQuery javascript file. Otherwise there were Javascript bugs... (using current stable 5.1 Tapestry release) Andy

T5 enhancement: Redirecting from ComponentEventLinkEncoder.decodePageRenderRequest()

2009-06-12 Thread Blower, Andy
I recently moved authentication for our project in method advice for the ComponentEventLinkEncoder method decodePageRenderRequest() because some other method advice to the same method has some modified URL processing and it saves duplicating it in an authentication dispatcher. In some situations

RE: best book for T5

2009-06-12 Thread Blower, Andy
om: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] > Sent: 12 June 2009 21:00 > To: Tapestry users > Subject: Re: best book for T5 > > Em Fri, 12 Jun 2009 16:52:46 -0300, Blower, Andy > escreveu: > > > I can't believe that there wouldn't be an e

RE: best book for T5

2009-06-12 Thread Blower, Andy
I can't believe that there wouldn't be an even bigger market for a well written T5 book in English, so I hope to see it soon! Love that cover, awesome. > -Original Message- > From: Igor Drobiazko [mailto:igor.drobia...@gmail.com] > Sent: 12 June 2009 07:41 > To: Tapestry users > Subject:

RE: Switch from Prototype to jQuery?

2009-06-12 Thread Blower, Andy
From: Onno Scheffers [mailto:o...@piraya.nl] > Sent: 12 June 2009 10:15 > To: Tapestry users > Subject: Re: Switch from Prototype to jQuery? > > On Thu, Jun 11, 2009 at 11:37 PM, Blower, Andy > wrote: > > > I'd just like to echo everything Robert said in this messa

Re: T5.1: get the current page context from a component

2009-06-12 Thread Andy Pahne
Never tried it, but isn't the inherited: binding what you are looking for? You could also inject the container into the component, and then reference your context somehow directly. Andy Sergey Didenko schrieb: Hi, Is there a way to get the page context from a subcomponent? Right

RE: Switch from Prototype to jQuery?

2009-06-11 Thread Blower, Andy
I'd just like to echo everything Robert said in this message. > -Original Message- > From: robert zeigler [mailto:robert.zeig...@gmail.com] On Behalf Of > Robert Zeigler > Sent: 10 June 2009 18:54 > To: Tapestry users > Subject: Re: Switch from Prototype to jQuery? > > I believe it's men

Re: LinkSubmit and confirm dialog

2009-06-10 Thread Andy Pahne
This has been posted on the mailing list. Search for "Mixin" and "Confirm". Andy Alfie Kirkpatrick schrieb: Hi, would like to write a mixin (or even a subclass) that allows me to throw up a confirm div/message box when the user clicks the link before submitting the for

Re: T5.1 Question regarding BeanModel and BeanModelSource

2009-06-08 Thread Andy Huhn
Two separate beans--you create one bean on your view page (to be passed into BeanDisplay), another bean on your edit page (to be passed into BeanEditForm). They can have completely distinct sets of properties. On Mon, Jun 8, 2009 at 11:38 AM, Michael Gerzabek wrote: > Hi, > > BeanModelSource no

Re: T5: using jQuery in 5.0.18

2009-06-05 Thread Andy Pahne
alled jQuery.noConflict(). That helped, the error message went away and jQuery worked ini my pages Andy Angelo Chen schrieb: Hi, following error always show up in the error console of Firefox: Error: element.attachEvent is not a function Source File: http://127.0.0.1:8080/assets/5.0.18/scriptac

Re: T5: PageLink on img tag

2009-06-02 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > Em Mon, 01 Jun 2009 12:04:48 -0300, Andy Buckley > escreveu: > >> Hi, > > Hi! > >> (only without the "literal:" bits in practice: these contexts will be >> generated dynamically). The result isn't quite

T5: PageLink on img tag

2009-06-01 Thread Andy Buckley
al PageLink treatment for tags that would use the "src" attribute rather than "href". So, *is* there a nice way to dynamically create src attributes pointing to Tapestry pages? Thanks, Andy -- Dr Andy Buckley Institute for Particle Physics Phenome

Re: any ideas why the APPCATALOG resource being injected would not be getting resolved?..

2009-05-27 Thread Andy Huhn
f tapestry-hibernate, tapestry-core, etc., but it was pulling in 5.0.18 of tapestry-ioc and tapestry-annotations. Once I added the dependency to tapestry-core, my issues went away. Andy On Tue, May 26, 2009 at 7:09 PM, Tom Zurkan wrote: > Looked through the classpath and everything is

Re: T5: Passing named/structured-type params in URLs?

2009-05-19 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > Em Mon, 18 May 2009 13:31:43 -0300, Andy Buckley > escreveu: > >> One final, final (I hope) thing: the decoded context appears to be >> shared between pages using the same session, > > They aren't. Maybe yo

Re: T5: Passing named/structured-type params in URLs?

2009-05-18 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > On Mon, May 18, 2009 at 11:48 AM, Andy Buckley > wrote: >> XML >> >> but as mentioned elsewhere in the thread, this generates a URI without >> the parent page's context (which magically still works), i.e. the URI >>

Re: T5: Passing named/structured-type params in URLs?

2009-05-18 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > On Mon, May 18, 2009 at 10:57 AM, Andy Buckley > wrote: >> Thanks for the advice. I'd rather avoid using separate pages, as >> mentioned, but including the format handling in the activation context >> is certainly possible

Re: T5: Passing named/structured-type params in URLs?

2009-05-18 Thread Andy Buckley
I add public EventContext onPassivate(EventContext context) { return context; } then I get an EventLink URI like this: .../view:xml?t:ac=org.apache.tapestry5.internal.structure.ComponentPageElementImpl$$14$004075ecf6 Bookmarkable, but not something that can be programmatically accessed..

Re: T5: Passing named/structured-type params in URLs?

2009-05-18 Thread Andy Buckley
st an expression that I find it rather unusual to have to use explicit loop indices in Java these days when essentially performing a foreach operation ;) Cheers, Andy -- Dr Andy Buckley Institute for Particle Physics Phenomenology Durham University 0191 3343798 | 0191 3732613 | www.insectnation.org

Re: T5: Passing named/structured-type params in URLs?

2009-05-18 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > Em Fri, 15 May 2009 12:36:34 -0300, Andy Buckley > escreveu: > >> Any replies to this (see below, or my previous mail in this thread)? >> >> Specifically, can I use Tapestry components to link "bookmarkably" to >

Re: T5: Passing named/structured-type params in URLs?

2009-05-15 Thread Andy Buckley
tem, what alternative approach do you recommend for (extensible) alternative page formats? Cheers, Andy Andy Buckley wrote: Thiago H. de Paula Figueiredo wrote: Em Fri, 08 May 2009 17:39:07 -0300, Andy Buckley escreveu: So, is there a Tapestry meachnism for doing something like this? I can do it

RE: t5: layout

2009-05-13 Thread Blower, Andy
13, 2009 at 12:01 PM, Blower, Andy > wrote: > > Not according to > http://tapestry.apache.org/tapestry5.1/guide/parameters.html, Context > Bindings. This works for us I think. > > You're right: you can now use context without using asset. I hadn't > tested it

RE: t5: layout

2009-05-13 Thread Blower, Andy
Not according to http://tapestry.apache.org/tapestry5.1/guide/parameters.html, Context Bindings. This works for us I think. > -Original Message- > From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] > Sent: 13 May 2009 14:36 > To: Tapestry users > Subject: Re: t5: layout > >

Re: T5: Passing named/structured-type params in URLs?

2009-05-12 Thread Andy Buckley
Joel Halbert wrote: > There was a jira feature request raised for named params some time ago: > https://issues.apache.org/jira/browse/TAP5-264 > > > Andy - in the meantime, another alternative is to create a custom > ValueEncoder for activation contexts which can encode and d

Re: T5: Passing named/structured-type params in URLs?

2009-05-12 Thread Andy Buckley
uestion about ActionLinks and URL params/context being passed to event handlers, so if you're still feeling helpful then feel free to chip in elsewhere on the thread ;) Cheers, Andy -- Dr Andy Buckley Institute for Particle Physics Phenomenology Durham Universi

Re: T5: Passing named/structured-type params in URLs?

2009-05-12 Thread Andy Buckley
Thiago H. de Paula Figueiredo wrote: > Em Fri, 08 May 2009 17:39:07 -0300, Andy Buckley > escreveu: > >> So, is there a Tapestry meachnism for doing something like this? I can >> do it right now, but I'd rather not have to fight the system. I would >> expect Tapes

Composite form components

2009-05-12 Thread Blower, Andy
update bound parameters with composed objects from the form properties. Is this at all possible to achieve? Thanks, Andy.

RE: Apache Tapestry on Google Maps

2009-05-11 Thread Blower, Andy
Looks like you must live on a boat of some sort Howard... the map places you in the middle of the Hecate Strait. ;-) > -Original Message- > From: Howard Lewis Ship [mailto:hls...@comcast.net] > Sent: 09 May 2009 01:11 > To: users@tapestry.apache.org > Subject: Apache Tapestry on Google Ma

T5: Passing named/structured-type params in URLs?

2009-05-08 Thread Andy Buckley
ather not have to fight the system. I would expect Tapestry to do it a bit prettier than what I've shown, maybe *something* like .../view/irn/12349876/d/1,2,4 (yes, there are issues with telling what's a param name and what's a value... I just mean th

Re: automatic zone update

2009-05-06 Thread Andy Pahne
Tapestry 5.1 has this lazy loading included as component: check the ProgressiveDisplay component. Andy Alfie Kirkpatrick schrieb: I made a simple "LazyZone" component which ajax loads the zone after the page load. Should be simple enough to add a timer to it. You provide a

Re: Solving the T5 Documentation Dilemma

2009-05-01 Thread Andy Pahne
except when they are down, just like the hibernate forums recently. I always preferred mailing lists... just my 2 cents manuel aldana schrieb: Otho schrieb: And lastly I would suggest setting up a forum. Information is more easily organized there and searching is more convenient than wíth

RE: Tapestry5 future compatiblity?

2009-04-30 Thread Blower, Andy
Is this the right time to step into Tapestry or should i wait > till > near GA release? Tapestry 6 is not planned by Howard at all and I don't ever see the need for it. I would get the latest beta of T5.1 and jump right in. It's in a pretty solid state now. Cheers, Andy.

RE: T5: What is NOT beautiful about Tapestry?

2009-04-30 Thread Blower, Andy
r the framework in my opinion. I don't think a wiki is the answer to this, I really like knowing that the documentation that I'm looking at is for a specific version of Tapestry and is updated when the code is - I would not want to lose that. Andy. > -Original Message- &g

Re: Tapestry5 future compatiblity?

2009-04-30 Thread Andy Pahne
sodium schrieb: Hi, I am still deciding whether to choose Tapestry5 for my upcoming project. I was reading a lot how each version of Tapestry isn't backward compatible with older version and how migrating the code to new Tapestry is a nightmare. I like Tapestry declaractive model but my priority

Re: [Tapestry360]

2009-04-29 Thread Andy Pahne
Thank you... Howard Lewis Ship schrieb: I must not have deployed it previously (?). Just ran a deploy. It's in http://tapestry.formos.com/maven-repository On Tue, Apr 28, 2009 at 3:30 AM, Andy Pahne wrote: Hello, I am looking for the tapestry360-project in any maven repositor

[Tapestry360]

2009-04-28 Thread Andy Pahne
: com.formos.tapestry:tapx-project:pom:1.0.0-SNAPSHOT for project com.formos.tapestry:tapx-project:pom:1.0.0-SNAPSHOT Andy - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

RE: T5.1 Property Expressions

2009-04-27 Thread Blower, Andy
...@gmail.com] > Sent: 27 April 2009 17:29 > To: Tapestry users > Subject: Re: T5.1 Property Expressions > > Congratulations, you have The JIRA Issue Of The Beast: > > https://issues.apache.org/jira/browse/TAP5-666 > > > On Thu, Apr 23, 2009 at 10:37 AM, Andy Blo

RE: Fix for TAP5-624, Support for javascript callbacks on zone update

2009-04-27 Thread Blower, Andy
Anyone have an opinion on this? (just wondering if it got lost among the Tapestry is beautiful discussion... ;-) > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 24 April 2009 14:09 > To: 'Tapestry users' > Subject: Fix

Fix for TAP5-624, Support for javascript callbacks on zone update

2009-04-24 Thread Blower, Andy
Having just updated our app to use T5.1.0.4, I checked out the changes made for TAP5-624 to support javascript callbacks on a zone update. I'm a bit surprised at the solution for this which is to fire a client side event. I thought that it would have used the JSON object returned for partial pag

RE: [T5.1.0.2] / [T5.1.0.3] BlackBird Info Logging

2009-04-24 Thread Blower, Andy
> > Hiya, > > > > The Tapestry js object has debug, warn and error logging methods to > > BlackBird but no info logging. Is this due to design because the > > logging methods are only supposed to be used by Tapestry internal > > components (and hence not yet required)? Or maybe an wee oversight? >

T5.1 Property Expressions

2009-04-23 Thread Andy Blower
I just tried out the new T5.1 property expressions for the first time and got an error. I’m trying to replace this: ${linkTitle} public String getLinkTitle() { return getTitle(false); } With this: ${getTitle(false)} Which I should be able to do according to the Grammar as far

RE: Parameter publishing and informal parameters

2009-04-22 Thread Blower, Andy
meters > > The @Component.inheritInformalParameter annotation attribute allows > all informal parameters of an outer component to be connected to a > contained component. > > On Tue, Apr 21, 2009 at 3:48 AM, Blower, Andy > wrote: > > I've just been simplifying one of our components using p

Parameter publishing and informal parameters

2009-04-21 Thread Blower, Andy
I've just been simplifying one of our components using parameter publishing, and I just realised that informal parameters are not passed to the inner component (loop) to render on the element which is passed okay. (although we're not using inherit: or publishParameters for element, as it didn't

Re: dupluication of ActionLinks in pages

2009-04-20 Thread Andy Pahne
Yes, that would work. I'd prefer if ActionLink would take a listener parameter, just like with T4. Andy Ulrich Stärk schrieb: Right now I don't think that there is another solution then the one you already suggested. It would be great however, if @OnEvent's com

dupluication of ActionLinks in pages

2009-04-20 Thread Andy Pahne
. I certainly don't want to add sth like the following to my class files: Object onActionFromButtonClone(){ return onActionFromButton(); } I hope that there is an easy and clean solution available. I guess that the requirement is not too uncommon. Thanks,

maven jetty:run problems

2009-04-16 Thread Andy Pahne
fine. I verified that the dependency (tapestry-ioc) is there by both 1) mvn depenency:tree and 2) mvn war:war and inspecting the generated war I have no idea. Do you? D**n maven Andy java.lang.NoClassDefFoundError: org/apache/tapestry5/ioc/services/LazyAdvisor at

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-15 Thread Andy Pahne
alpha and beta releases, but it worked out well. - Development of reusable components is easier than ever before! - T5.1 feels very mature and stable, although still in Alpha / Beta status - "Live class reloading" is the state of the art in Java web development Andy Howard Lewis Sh

RE: T5.1.0.2 problem with TestableRequestImpl

2009-04-14 Thread Blower, Andy
. cookies) stuff. We use PageTester to unit test the rendering of pages & components - trying to be dependent on as little else as possible. Please vote if this is affecting you too. > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 03 Apr

RE: [t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Blower, Andy
l me why I need the * I'd be very interested. Cheers, Andy. @Match("*ComponentEventLinkEncoder") public static void advisePQSiteHandling( ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEnc

Re: Several problems with T5.1.0.2

2009-04-09 Thread Andy Pahne
e. You may also have good results by using 128m or less... Andy 2. When I'm perform mvn package, install war, launch Jetty and try manually test form with Zone, I'm receive something like that: Return type org.apache.tapestry5.internal.structure.BlockImpl can not be h

RE: More migration issues, 5.0.18 -> 5.1.0.2

2009-04-08 Thread Blower, Andy
> On Wed, Apr 8, 2009 at 4:21 AM, Blower, Andy > wrote: > > Another day, another couple of stumbling blocks for our applications > migration to T5.1 - I can't believe this has taken a solid week of > effort so far. I'm starting to wonder if we jumped the gun on moving

RE: More migration issues, 5.0.18 -> 5.1.0.2

2009-04-08 Thread Blower, Andy
.18 this worked fine, but now dies in 5.1.0.2 if it is > readmode: (label gets null for parameter) - givin only some T5 internal > stacktrace or the unsupported form of compression.. > > Hope this helps, > > - Ville > > > > Andy Blower wrote: > > > >

RE: More migration issues, 5.0.18 -> 5.1.0.2

2009-04-08 Thread Blower, Andy
Thanks Ulrich, I didn't see that bug when I searched even though it's plainly visible to me now. I appreciate the quick response! I'll add a comment (and a vote) as well as implementing the workaround. Looks like Howard can't reproduce it on OSX, but I definitely get this issue in IE6, FF3 & Ch

More migration issues, 5.0.18 -> 5.1.0.2

2009-04-08 Thread Blower, Andy
Another day, another couple of stumbling blocks for our applications migration to T5.1 - I can't believe this has taken a solid week of effort so far. I'm starting to wonder if we jumped the gun on moving to T5.1 so soon? I do seem to be having more problems than most people on the list, so mayb

RE: Index page URL generation

2009-04-07 Thread Blower, Andy
> I think this has been fixed in 5.1.0.3 with > https://issues.apache.org/jira/browse/TAP5-610 > > Uli > > Am 07.04.2009 11:33 schrieb Blower, Andy: > > I'm still working through the migration from 5.0.18 to 5.1.0.2 and > the latest issue I've found is that in 5

Index page URL generation

2009-04-07 Thread Blower, Andy
any link generated to the home page is "index" in the HTML and gives a URL of http://whatever/index which is not what I want. Has anyone else experienced this when upgrading to 5.1? I've searched the list and couldn't find anything, but I can't be the only one surely? Thanks, Andy.

RE: T5.1 URL Rewriting

2009-04-07 Thread Blower, Andy
efficiency hit than I first thought it would. The URL rewriting code was helpful as an example of creating a new LinkImpl - I would not have noticed so quickly that the optimizer was not necessary for the new Link because it will already have done its job. > -Original Message- > Fr

Re: Reloading in 5.1

2009-04-05 Thread Andy Pahne
Works here... (jetty:run, T 5.1.0.2 and T 5.1.0.3-SNAPSHOT). Most of the time when I had issues with life reloading, it was related to Eclipse or maven... Andy Mario Rabe schrieb: I noticed tapestry5.1 doesn't reload anything anymore in an existing project. To check things out I cr

RE: T5.1.0.2 problem with TestableRequestImpl

2009-04-03 Thread Blower, Andy
Thanks Thiago, I managed to get sorted this out already and you're right on the money. It was the move of the JS includes and incompatibility with the newer version of prototype of one of our 3rd party JS modules. Luckily the inline JS we needed before (couldn't use rendersupport, it needed to b

RE: [ANNOUNCE] Tapestry 5.1.0.2

2009-04-03 Thread Blower, Andy
. http://repo1.maven.org/maven2/javassist/javassist/) So, that's breaking my build too. > -Original Message- > From: Massimo Lusetti [mailto:mluse...@gmail.com] > Sent: 03 April 2009 10:18 > To: Tapestry users > Subject: Re: [ANNOUNCE] Tapestry 5.1.0.2 > > On F

RE: T5.1.0.2 problem with TestableRequestImpl

2009-04-03 Thread Blower, Andy
ite right so I don't know how much time I'll be able to dedicate to this. > -Original Message- > From: Massimo Lusetti [mailto:mluse...@gmail.com] > Sent: 03 April 2009 10:27 > To: Tapestry users > Subject: Re: T5.1.0.2 problem with TestableRequestImpl >

RE: [ANNOUNCE] Tapestry 5.1.0.2

2009-04-03 Thread Blower, Andy
ing we can do to fix this? Thanks, Andy > -Original Message- > From: Howard Lewis Ship [mailto:hls...@gmail.com] > Sent: 03 April 2009 00:42 > To: Tapestry users > Subject: [ANNOUNCE] Tapestry 5.1.0.2 > > The latest alpha release of Tapestry 5.1, Tapestry 5.1.0.2,

Re: T5: Maxlength mixin for textareas and text fields

2009-04-01 Thread Andy Pahne
Great one, thank you... Andy Inge Solvoll schrieb: Hi! I would like to share another mixin with you guys. Most of you probably know how easy it is to create these, but maybe this can help beginners in understanding things. I really love the mixin concept, it makes it so very very easy to

[t5.1] DOCTYPE declaration causes Exception

2009-04-01 Thread Andy Pahne
.org/TR/html4/strict.dtd";> No matter where declared (Layout component or class), rendering blows with this exception below. Does it work for anybody else? Or maybe I discovered a bug? Maybe this is related to the switch to Stax for XML processin

RE: T5.1 URL Rewriting

2009-03-31 Thread Blower, Andy
T5.1 impl) since the URL analysis which is going on in here is > what I need to figure out what (if anything) needs doing to the URL. > > Are there any other ways of doing this, and is this the best? Opinions > welcome. > > Thanks, > Andy. > > > Hi Andy, > >

T5.1.0.2 problem with TestableRequestImpl

2009-03-31 Thread Blower, Andy
been added to the Request interface but not implemented in TestableRequestImpl. (well technically it is, but all it does is throw a RuntimeException) So, has anyone else encountered this issue? Why aren't any of the Tapestry tests affected? What's the best way to fix this? Thank

RE: T5.1 URL Rewriting

2009-03-31 Thread Blower, Andy
> > I'm leaning towards a custom implementation of > > ComponentEventLinkEncoder (possibly extending the internal T5.1 impl) > since the URL analysis which is going on in here is what I need to > figure out what (if > > anything) needs doing to the URL. > > As Fernando Padilla would point out and

RE: T5.1 URL Rewriting

2009-03-31 Thread Blower, Andy
m implementation of ComponentEventLinkEncoder (possibly extending the internal T5.1 impl) since the URL analysis which is going on in here is what I need to figure out what (if anything) needs doing to the URL. Are there any other ways of doing this, and is this the best? Opinions welcome. Thank

T5.1 URL Rewriting

2009-03-30 Thread Blower, Andy
This is largely a question for Thiago, but feel free to chime in if you can help... The URL Rewriting feature in T5.1 was added for TAP5-577 and in the comments Thiago said "Each rule will be applied, but each one can decide to really rewrite the URL/link or not. If you take a look at the tests

<    1   2   3   4   5   6   >