blackbird.js amended for Tap 5.1.0.5 - IE background fixed issue

2009-11-25 Thread Jim O'Callaghan
Hello, I hope this is the correct list to ask this of. I'm having an issue with Tapestry 5.1.0.5 and a background image not scrolling with the rest of a page, just in IE. The offending function is from blackbird.js, function backgroundImage() - the script comments indicate it has been heavily mo

RE: Change Event on Select Component

2009-11-25 Thread Jim O'Callaghan
Hi, I had a requirement to do this previously and used the example provided in Tapestry 5: Building Web Applications, around page 281 - the book (or at least excerpts) is available on the net I think if you Google - no point in me pasting a code example, as my code is heavily customised. Hope thi

RE: jQuery.noConflict() not working

2009-11-26 Thread Jim O'Callaghan
I see there's another response already that may indicate the problem lies elsewhere but just in case you do want to reorder the included files ... ... can you contribute and use a custom ClientInfrastructure containing a list for the javascriptStack, add jQuery.js first to your list, and then add

RE: blackbird.js amended for Tap 5.1.0.5 - IE background fixed issue

2009-11-27 Thread Jim O'Callaghan
nance / upgrading move error prone. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 25 November 2009 10:54 To: users@tapestry.apache.org Subject: blackbird.js amended for Tap 5.1.0.5 - IE background fixed issue Hello, I hope this is the correct l

Stumped with Linkage Errors

2009-11-30 Thread Jim O'Callaghan
Hello, I'm having a linkage issue that is proving time consuming to track down and am hoping some of the bright sparks here may be able to give me some pointers - this may turn out to be something blindingly obvious, or to be not relevant to Tapestry but some java issue I haven't spotted - I would

RE: Stumped with Linkage Errors

2009-11-30 Thread Jim O'Callaghan
other package. http://tapestry.apache.org/tapestry5.1/guide/component-classes.html On Mon, Nov 30, 2009 at 10:11 AM, Jim O'Callaghan wrote: > Hello, > > I'm having a linkage issue that is proving time consuming to track down and > am hoping some of the bright sparks here may be able to g

Tapestry and XFire

2009-12-02 Thread Jim O'Callaghan
I'm currently using Tapestry for some business services and the presentation tier of an application, but also have some related Web Services exposed using XFire - currently XFire is reusing some of the POJOs I'm using as service providers within Tapestry, by exposing them also as Spring beans. Is t

BeanEditForm - multi col?

2009-12-07 Thread Jim O'Callaghan
Hi, I'm trying to maximise screen real estate in some pages and was wondering if there is an easy way to make the BEF multi-col - even two col would do the trick - any getter annotations etc. to get it to close one div and start another - thanks. Regards, Jim. --

RE: BeanEditForm - multi col?

2009-12-07 Thread Jim O'Callaghan
t of cases that I require - thanks for the pointers. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 07 December 2009 11:45 To: Tapestry users Subject: Re: BeanEditForm - multi col? Em Mon, 07 Dec 2009 08:01:26 -0200, Jim O'Call

Validators / Translators question

2009-12-10 Thread Jim O'Callaghan
Hi, I'm trying to simplify some pages using the Grid display for search results and the BEF for input and want to find out if Validators / Translators are intended to only operate on individual fields, or if the approach can be used as a pattern to validate and display multiple fields within a sin

RE: Validators / Translators question

2009-12-10 Thread Jim O'Callaghan
Figueiredo [mailto:thiag...@gmail.com] Sent: 10 December 2009 11:31 To: Tapestry users Subject: Re: Validators / Translators question Em Thu, 10 Dec 2009 09:01:05 -0200, Jim O'Callaghan escreveu: > Hi, Hi! > Client - is it an incorrect approach to used Validators / Translators in > thi

java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Jim O'Callaghan
Hi, I came across an interesting issue and thought I would post it so that it might save someone else some time - I'm not sure if this is down to questionable coding practise on my part causing the relevant classloader to burp or Tapestry relevant ... the stack trace is at the bottom of the mail.

RE: java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Jim O'Callaghan
- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 11 December 2009 12:39 To: Tapestry users Subject: Re: java.lang.AbstractMethodError - 5.1.0.5 Em Fri, 11 Dec 2009 10:23:11 -0200, Jim O'Callaghan escreveu: > Hi, Hi! > I have a service bound to an interface in th

Tapestry5 and envers

2009-12-17 Thread Jim O'Callaghan
Has anyone got envers (http://www.jboss.org/files/envers/docs/index.html) running with Tapestry5/hibernate and care to share their configuration notes? I'm trying: ... ... having previously tried:

RE: Tapestry5 and envers

2009-12-18 Thread Jim O'Callaghan
to call classForName on an unused interface in the application that had been incorrectly annotated with @Entity - the relevant stack trace message had not been propagated correctly through the exception hierarchy. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:j

Tapestry5 and envers (2)

2009-12-18 Thread Jim O'Callaghan
Still stumped on this - any pointers on where to look or Tapestry5 relevant examples would be really helpful. Relevant envers listeners are configured and are working correctly when entities are created / updated. Tapestry (specifically the hibernate session) does not appear to see the generat

RE: Tapestry5 and envers (2)

2009-12-20 Thread Jim O'Callaghan
de to open source in January, but if you are willing to try untested code I can check it in sooner. I hope it helps. Saludos. Alejandro Scandroli. On Sat, Dec 19, 2009 at 1:32 AM, Howard Lewis Ship wrote: > I'm afraid I'm not familiar enough with envers to help ... I haven't

RE: Tapestry5 and envers (2)

2009-12-21 Thread Jim O'Callaghan
ptor().getType(), false, true); query.add(AuditEntity.id().eq(getBeanId())); Saludos. Alejandro. On Sun, Dec 20, 2009 at 2:59 PM, Jim O'Callaghan wrote: > Howard, Alejandro, > > Thanks for looking at the problem. > > Alejandro, > > Thanks for the detailed source. &g

RE: Tapestry5 and envers (2)

2009-12-21 Thread Jim O'Callaghan
- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 21 December 2009 10:22 To: Tapestry users Subject: RE: Tapestry5 and envers (2) Hi Alejandro, Your email is encouraging in that it confirms envers can be used successfully with Tapestry, though unfortunately I am already using co

Spring Security with T5RESTful Services

2010-01-04 Thread Jim O'Callaghan
Has anyone got Spring Security annotations (@Secured("ROLE_XYZ") etc.) working with the restful web services implementation http://code.google.com/p/t5-restful-webservices - I'd rather not alter the source if someone already has a workaround (ordering filters?) would love to hear from you - thanks.

Spring Security with T5RESTful Services

2010-01-04 Thread Jim O'Callaghan
Has anyone got Spring Security annotations (@Secured("ROLE_XYZ") etc.) working with the restful web services implementation http://code.google.com/p/t5-restful-webservices - I'd rather not alter the source if someone already has a workaround (ordering filters?) would love to hear from you - thanks.

RE: Spring Security with T5RESTful Services

2010-01-04 Thread Jim O'Callaghan
Bent - apologies - seems to be some issue - even with new mail I seem to be unintentionally posting under the same thread. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 04 January 2010 10:42 To: users@tapestry.apache.org Subject: S

Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
Is it possible to access Tapestry Services from Spring Beans? Having looked through the forum I've found posts mentioning injecting Tapestry Services inside Spring Beans using the annotations: @Inject @Autowired ... but am finding my referenced services are null rather than proxies for JIT creat

Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
Is it possible to access Tapestry Services from Spring Beans? Having looked through the forum I've found posts mentioning injecting Tapestry Services inside Spring Beans using the annotations: @Inject @Autowired ... but am finding my referenced services are null rather than proxies for JIT creat

RE: Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
the iocregistry. How to have Tapestry pay attention to injection while not treating the url the xfire service is exposed at as an invalid page and defaulting to the app start page ...? Really blocked on this - would love any steers ... Regards, Jim. -Original Message- From: Jim O'

Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
Hi, Can anyone advise on the preferred way of persisting state between pages without using HTTP Session? PageActivationContext using Object[] looks promising but I don't want long urls (from serialized objects) and there is more data to share than a defined number of keys - I'm looking for someth

RE: Accessing Tapestry Services from Spring Beans

2010-01-06 Thread Jim O'Callaghan
age and defaulting to the app start page ...? Really blocked on this - would love any steers ... Regards, Jim. -----Original Message- From: Jim O'Callaghan [mailto:j...@peritussolutions.com] Sent: 05 January 2010 13:02 To: Tapestry users Subject: Accessing Tapestry Services from Spring B

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
Cookies come to mind, would that be an option? On Wed, Jan 6, 2010 at 2:16 PM, Jim O'Callaghan wrote: > Hi, > > Can anyone advise on the preferred way of persisting state between pages > without using HTTP Session? PageActivationContext using Object[] looks > promising bu

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
:16 schrieb Jim O'Callaghan: > Hi, > > Can anyone advise on the preferred way of persisting state between pages > without using HTTP Session? PageActivationContext using Object[] looks > promising but I don't want long urls (from serialized objects) and there is > more

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
I had not considered this. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 06 January 2010 14:40 To: Tapestry users Subject: Re: Persisting state without HTTP Session Em Wed, 06 Jan 2010 11:16:23 -0200, Jim O'Callaghan escreveu:

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
u. By the way: why do you want to avoid using the session at all costs? Uli On 06.01.2010 15:07 schrieb Jim O'Callaghan: > Thanks Ulrich. Do you think it is realistic to have an entire application > use this approach as a method for sharing state between pages?, i.e. every > page

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
ite a good approach. What was the reason again you don't want to use it? On Wed, Jan 6, 2010 at 3:04 PM, Jim O'Callaghan wrote: > Lutz, > > Thanks for the response - Cookies would be a last resort - I don't want to be > managing cookies and also feel it makes the ap

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
re all the rage these days, like Cassandra or HBase. Maybe you could let us know what you ended up doing, once you've finished your project. Good luck, Lutz On Wed, Jan 6, 2010 at 4:37 PM, Jim O'Callaghan wrote: > Lutz, > > You raise some very interesting points. I&#x

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
ogether as either a new tapestry5 project, or as a tapx project: https://issues.apache.org/jira/browse/TAP5-53 On Wed, Jan 6, 2010 at 5:16 AM, Jim O'Callaghan wrote: > Hi, > > Can anyone advise on the preferred way of persisting state between pages > without using HTTP Session?  

RE: Accessing Tapestry Services from Spring Beans

2010-01-07 Thread Jim O'Callaghan
os thanks. > > Regards, > Jim. > > -Original Message- > From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] > Sent: 05 January 2010 17:22 > To: Tapestry users > Subject: RE: Accessing Tapestry Services from Spring Beans > > > If it's relevant

RE: Installing easyfckeditor

2010-01-10 Thread Jim O'Callaghan
I'm successfully using easyfckeditor with Tapestry 5.1.0.5 using: com.orientimport t5-easy-fckeditor ${fckEditor.version} 1.0.3-SNAPSHOT m2-snapshot-repository.orientimport.kenai.com Orient Import Oy Maven Sna

Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Jim O'Callaghan
I'm trying to work out the best approach to passing a pojo around a system that is to be used for caching some user relevant data (keys only, and otherwise minimal amounts of information) on a per-user basis. The data is to be used in a large number of db queries in the system (various persisted c

RE: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Jim O'Callaghan
*if* they're > serializable (as I understand it), would that work? > > I can't weigh in on the pros and cons of memory usage etc over > your injected service idea, but using @SessionState would > be simpler code-wise until you had reason to change > > FWIW >

RE: Advice on Tapestry5 best practise for user session data

2010-01-11 Thread Jim O'Callaghan
a, but using @SessionState would >> be simpler code-wise until you had reason to change >> >> FWIW >> Erick >> >> On Sun, Jan 10, 2010 at 10:58 AM, Jim O'Callaghan >> wrote: >> >>> I'm trying to work out the best approach to pass

RE: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Jim O'Callaghan
Thiago, I was also looking for something to give me a mandatory symbol to decorate my form fields and stumbled across your post. When I try your example, and other variations on it I've found from other sources, I get an issue that has previously been raised: org.apache.tapestry5.ioc.internal.ut

RE: Customize Label presentation at BeanEditForm based on it's validations

2010-01-12 Thread Jim O'Callaghan
. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 12 January 2010 15:33 To: Tapestry users Subject: Re: Customize Label presentation at BeanEditForm based on it's validations On Tue, 12 Jan 2010 13:25:32 -0200, Jim O'Callaghan

RE: Accessing Tapestry Services from Spring Beans

2010-01-12 Thread Jim O'Callaghan
Services. So - Spring bean A contains injected Tapestry Service B So it's the similar to ur scenario. I don't think the ignore path has anything to do with ur problem because services/beans are not affected by this. The problem might be the that XFire is creating the Service. As far

RE: Accessing Tapestry Services from Spring Beans

2010-01-14 Thread Jim O'Callaghan
Juan, Please disregard the query below - I figured it out. I was missing context:component-scan for Spring to check my @autowire annotations from applicationContext.xml. It's all working fine now. Thanks. Regards, Jim. -Original Message- From: Jim O'Callaghan [mai

Memory Leaks

2010-02-09 Thread Jim O'Callaghan
Looking at the memory (private working set) used by the java process my Tapestry 5 app is running under, I notice that when running through the same request cycle with PRODUCTION_MODE set to true, I am getting an increase of approx 4K per repeated request. Is this typical or something to be concer

RE: Memory Leaks

2010-02-09 Thread Jim O'Callaghan
) posted a test like the one I'm suggesting above (a load test). It found out that Tapestry, after a large load, had its performance back to normal (i.e. before the large load). On Tue, 09 Feb 2010 08:48:57 -0200, Jim O'Callaghan wrote: > Looking at the memory (private working s

RE: Check this out

2010-02-25 Thread Jim O'Callaghan
Gentlemen, Gentlemen, haven't you ever heard - DON'T FEED THE TROLLS :-) -Original Message- From: Alfonso Quiroga [mailto:alfonsose...@gmail.com] Sent: 25 February 2010 14:19 To: Tapestry users Subject: Re: Check this out Banchi Liko: what's the point of this discussion? I can't see it,

RE: offtopic: javaassist for injecting annotations?

2010-03-02 Thread Jim O'Callaghan
Did you make any progress on this Alfonso, from a Tapestry contribution perspective? This would be really useful for me also. Regards, Jim. -Original Message- From: Alfonso Quiroga [mailto:alfonsose...@gmail.com] Sent: 26 February 2010 19:44 To: Tapestry users Subject: offtopic: javaass

RE: offtopic: javaassist for injecting annotations?

2010-03-05 Thread Jim O'Callaghan
Thiago, With regard to accessing the Tapestry API to dynamically add fields / methods / annotations to classes at runtime - would you be able to give some advice on where to start / where to look to perform these ops on classes Tapestry controls? I see from some of Howard's recent blogs that h

RE: T5: replace prototype.js with latest version

2010-03-05 Thread Jim O'Callaghan
A possibly similar issue is raised and a suggested solution in this thread http://markmail.org/message/fsu22hjz4bxvpczb?q=list:org%2Eapache%2Etapestry% 2Eusers+MyClientInfrastructure The original workaround is based on an issue with the version of blackbird.js that ships with Tap 5.1.0.5 but you

RE: offtopic: javaassist for injecting annotations?

2010-03-05 Thread Jim O'Callaghan
Alfonso , Thiago, thanks for the feedback - those classes are precisely the ones I want to manipulate - it's page classes I'm trying to play around with - I'm hoping there is some public api mechanism for doing this without introducing another javaassist type library? Regards, Jim. -Origin

RE: Testify 1.0.2-SNAPSHOT using deprecated ClassTransformation.addMethod(TransformMethodSignature,String)

2010-03-16 Thread Jim O'Callaghan
I'm also interested in why this is not a good approach - the plumbing may be a little unwieldy but general usage is very convenient. Are there performance issues with the approach? Regards, Jim. -Original Message- From: p...@sartini-its.com [mailto:p...@sartini-its.com] On Behalf Of Piero

Zone updating / caching

2010-04-06 Thread Jim O'Callaghan
Is there a convenient way of ensuring a zone updates from the server upon browser back or is something hackish in onLoad required? I found this previous related query below but don't want to completely abandon the browser cache for multiple pages / image heavy areas etc.. http://www.nabble.com/T

RE: Zone updating / caching

2010-04-08 Thread Jim O'Callaghan
Surely somebody must have come up with something tidy for this scenario :-) ? Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:j...@peritussolutions.com] Sent: 06 April 2010 18:37 To: 'Tapestry users' Subject: Zone updating / caching Is there a co

RE: Zone updating / caching

2010-04-09 Thread Jim O'Callaghan
Thiago, That has done the trick. Thanks for the suggestion. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 09 April 2010 02:15 To: Tapestry users Subject: Re: Zone updating / caching On Thu, 08 Apr 2010 21:19:45 -0300, Jim

RE: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Jim O'Callaghan
Hi, Would be very interested to try this out, but am getting a java.lang.RuntimeException on startup: Caused by: java.lang.RuntimeException: Error invoking constructor org.got5.tapestry5.clientresources.services.ContribuableClientInfrastructure (Map, String, String, AssetSource, ThreadLocale, Sy

RE: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Jim O'Callaghan
s were protecting the library from that kind of > issues. :) > Would you mind to open an issue on Github with your stacktrace and > AppModule? > > Thanx, > > Robin > > > On Wed, Apr 28, 2010 at 7:12 PM, Jim O'Callaghan wrote: > >> Hi, >> >&

Zone ID issue

2010-05-05 Thread Jim O'Callaghan
Hello, I 'm having an issue with zone Ids and actionlinks and having spent some time on it am hoping someone can give me some pointers. I've checked the previous postings to do with manually binding zone Ids to ensure they are consistent before and after partial updates and can see that my zon

RE: Zone ID issue

2010-05-05 Thread Jim O'Callaghan
ginal Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 05 May 2010 19:42 To: Tapestry users Subject: Re: Zone ID issue Try: @Property @InjectComponent private Zone testZone; On Wed, May 5, 2010 at 11:32 AM, Thiago H. de Paula Figueiredo wrote: > On Wed, 05 May 2010 15:18:18 -0

RE: Zone ID issue

2010-05-06 Thread Jim O'Callaghan
thiag...@gmail.com] Sent: 05 May 2010 22:37 To: Tapestry users Subject: Re: Zone ID issue On Wed, 05 May 2010 17:59:01 -0300, Jim O'Callaghan wrote: > zone="org.apache.tapestry5.corelib.components.z...@278a2a" id="zone_1"> You should pass a String containing the id of th

Partial form updates with zones

2010-05-07 Thread Jim O'Callaghan
Is there any timeline in place for getting zone updates within forms working or is this something that will be in Tap 5.2.0? It would be a very handy feature. Thanks, Jim.

RE: Zone ID issue

2010-05-07 Thread Jim O'Callaghan
e ids) - anyone have any precedents for blocks being mixed up where there are multiple renderings of the same component in one page? There goes the weekend ;-( Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 06 May 2010 08:47 To: '

RE: [T5.1 + TSS 2.1.0] @Secured annotation on class doesn't avoid call to onActivate

2010-05-18 Thread Jim O'Callaghan
This is really worrying. Is it possible to contribute / decorate a ComponentEventRenderFilter to overcome this security hole? Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 17 May 2010 18:14 To: Tapestry users Subject: Re: [T5.1 +

> 5.1.0.5 in production anywhere?

2010-05-22 Thread Jim O'Callaghan
Is anyone using a version newer than 5.1.0.5 in production for their application? There are a few nice to have more recent additions that would be useful in our application but it would be interesting to hear first-hand experience of any stability issues. Regards, Jim.

RE: > 5.1.0.5 in production anywhere?

2010-05-22 Thread Jim O'Callaghan
oduction anywhere? On 05/22/2010 10:16 AM, Jim O'Callaghan wrote: > Is anyone using a version newer than 5.1.0.5 in production for their > application? There are a few nice to have more recent additions that would > be useful in our application but it would be interesting to hear firs

RE: > 5.1.0.5 in production anywhere?

2010-05-24 Thread Jim O'Callaghan
oduction, and we haven't had any runtime stability problems with it. On Sat, May 22, 2010 at 4:16 AM, Jim O'Callaghan wrote: > Is anyone using a version newer than 5.1.0.5 in production for their > application? There are a few nice to have more recent additions that would > be us

t:ProgressiveDisplay in error scenario

2010-05-24 Thread Jim O'Callaghan
Is there a way to use the t:ProgressiveDisplay component to perform as usual when waiting on a long op but still eventually report a user-visible error when one happens during processing? It's great for layout, but having to look through the logs when the animated ProgressiveDisplay image runs ind

RE: t:ProgressiveDisplay in error scenario

2010-05-24 Thread Jim O'Callaghan
ng like Object onProgressiveDisplay() { try { doOp(); return result; } catch (Exception e) { return errorBlock; } } with result being the Block to display on success and errorBlock being a Block containing some error message. Uli On 24.05.2010 11:50, Jim O'C

TSS with T5 5.2.0-SNAPSHOT

2010-05-24 Thread Jim O'Callaghan
Has anyone a home brew of TSS 2.1.1. SNAPSHOT that works with T5 5.2.0-SNAPSHOT - I'm running into issues with deprecated ClassTransformation methods that are a side-effect of moving away from JavaAssist. Or an alternative suggested fix would be great too! Regards, Jim.

RE: TSS with T5 5.2.0-SNAPSHOT

2010-05-24 Thread Jim O'Callaghan
: 24 May 2010 18:01 To: Tapestry users Subject: Re: TSS with T5 5.2.0-SNAPSHOT On May 24, 2010, at 7:06 AM, Jim O'Callaghan wrote: > Has anyone a home brew of TSS 2.1.1. SNAPSHOT that works with T5 > 5.2.0-SNAPSHOT - I'm running into issues with deprecated > ClassTransformation

Tap 5.2.0-SNAPSHOT Javascript file inclusion order

2010-05-26 Thread Jim O'Callaghan
I'm working through an upgrade to Tap 5.2.0-SNAPSHOT at the moment and having some issues would really appreciate any pointers on. Prototype 1.6.1 (supplied with Tap 5.2.0-SNAPSHOT) doesn't appear to play nice with jQuery (IE 8 only), effectively breaking client-side validation - I'm thinking it d

RE: Tap 5.2.0-SNAPSHOT Javascript file inclusion order - solved

2010-05-26 Thread Jim O'Callaghan
T - didn't notice any issues with Tap 5.1.0.5 (prototype 1.6.0.3). Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:j...@peritussolutions.com] Sent: 26 May 2010 12:02 To: 'Tapestry users' Subject: Tap 5.2.0-SNAPSHOT Javascript file inclusion order I'

ClassTransformation API change for 5.2.0

2010-05-26 Thread Jim O'Callaghan
Can anyone point to an online example (or post a brief example) of migrating from the 5.1.0.5 ClassTransformation API to the 5.2.0 one? I'm specifically talking about ClassTransformation.addMethod(TransformMethodSignature,String) - thanks.

RE: TSS with T5 5.2.0-SNAPSHOT

2010-05-26 Thread Jim O'Callaghan
:pie...@paceap.com] Sent: 26 May 2010 17:18 To: Tapestry users Subject: Re: TSS with T5 5.2.0-SNAPSHOT On May 24, 2010, at 10:14 AM, Jim O'Callaghan wrote: > Thanks for the information Pierce - do you happen to have the url for the > trunk? All I can see is 2.1.0 at > http://www.localh

RE: Tap 5.2.0-SNAPSHOT Javascript file inclusion order

2010-05-26 Thread Jim O'Callaghan
inclusion order On Wed, May 26, 2010 at 4:01 AM, Jim O'Callaghan wrote: > I'm working through an upgrade to Tap 5.2.0-SNAPSHOT at the moment and > having some issues would really appreciate any pointers on.  Prototype 1.6.1 > (supplied with Tap 5.2.0-SNAPSHOT) doesn't appear

RE: TSS with T5 5.2.0-SNAPSHOT

2010-05-26 Thread Jim O'Callaghan
ll do a release. Regards, Alex Kotchnev On Wed, May 26, 2010 at 12:25 PM, Jim O'Callaghan wrote: > Thanks Pierce I got it. I ended up getting the trunk and just doing some > search & replace to get Spring Security 3 working in my app. Will look at > Shiro when I have time

RE: ClassTransformation API change for 5.2.0

2010-05-27 Thread Jim O'Callaghan
Pierce, Howard, Thanks for the responses. I back up and running (on this part!) - code is more concise if a little less intuitive initially. Thanks. Regards, Jim. -Original Message- From: Pierce Wetter [mailto:pie...@paceap.com] Sent: 27 May 2010 01:28 To: Tapestry users Subject: Re:

How often snapshot jar refreshed?

2010-05-27 Thread Jim O'Callaghan
I just noticed an issue post upgrading to 5.2.0-SNAPSHOT that I know has been fixed in the trunk at ASF by https://issues.apache.org/jira/browse/TAP5-1088 but is not yet in the 5.2.0-SNAPSHOT jar I pulled in from http://tapestry.formos.com/maven-snapshot-repository. Can someone involved in the bui

RE: How often snapshot jar refreshed?

2010-05-27 Thread Jim O'Callaghan
the end of this page: http://tapestry.apache.org/tapestry5.1/ On Thu, May 27, 2010 at 5:29 PM, Jim O'Callaghan wrote: > I just noticed an issue post upgrading to 5.2.0-SNAPSHOT that I know has > been fixed in the trunk at ASF by > https://issues.apache.org/jira/browse/TAP5-1088 but

RE: How often snapshot jar refreshed?

2010-05-27 Thread Jim O'Callaghan
gets pushed to the nexus repository at http://repository.apache.org/snapshots/ I guess you are trying to get snapshots from formos? Just switch to the apache repository and you should be good. HTH, Uli On 27.05.2010 17:29, Jim O'Callaghan wrote: > I just noticed an issue post upgra

T5_EASY_FCKEDITOR and T 5.2.0-SNAPSHOT

2010-05-28 Thread Jim O'Callaghan
Is there was any plan to release a version of t5easyfckeditor that works with the T5.2.0-SNAPSHOT? At the moment I'm getting the following stack trace at startup: java.lang.RuntimeException: Error invoking constructor org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl(AssetP

RE: T5_EASY_FCKEDITOR and T 5.2.0-SNAPSHOT

2010-05-28 Thread Jim O'Callaghan
, sorry wrong list. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 28 May 2010 13:37 To: 'Tapestry users' Subject: T5_EASY_FCKEDITOR and T 5.2.0-SNAPSHOT Is there was any plan to release a version of t5easyfckeditor that works with the T5.2.

RE: Asset protection and upgrade notes

2010-06-01 Thread Jim O'Callaghan
It would appear that even with this code to check the version number, without a T5.2.0 equivalent for the RegexAuthorizer service to allow some variation on: ("com/orientimport/.*\\.((css)|(js)|(jpg)|(jpeg)|(png)|(gif)|(html)|(ico)|(s wf)|(xml))$") ... to grant access to resources the t5easyfckEd

RE: Asset protection and upgrade notes

2010-06-02 Thread Jim O'Callaghan
Thanks for the input Dmitry. I don't think this is related to the problem Ville is talking about (contributeClasspathAssetAliasManager manually depending on T5 version), but from my perspective, it doesn't fix the problem of what is an alternative to the RegexAuthorizer. The ComponentClassResolve

java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String

2010-06-03 Thread Jim O'Callaghan
I'm getting the error above on startup since pulling the latest and greatest T5.2.0 snapshot - quite a long stack trace but I see this has been on the list before at: http://tapestry.markmail.org/message/3c7uyc67oirmernp?q=UniqueConstraint+NoS uchMethodError The solution isn't listed though

RE: java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String

2010-06-03 Thread Jim O'Callaghan
ers Subject: Re: java.lang.NoSuchMethodError: javax.persistence.UniqueConstraint.name()Ljava/lang/String I remember having to completely clean my project (under project -> clean) from time to time because of similar errors. HTH, Uli On 03.06.2010 11:45, Jim O'Callaghan wrote: > I'm getting the error

RE: Asset protection and upgrade notes

2010-06-10 Thread Jim O'Callaghan
Sorry for bumping this thread, but has there been any update to the notes / direction to take on a replacement for the RegexAuthorizer - has the dev in this area finished in T5.2.0-SNAPSHOT? Thanks, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sen

Grid and inPlace="true" query

2010-06-10 Thread Jim O'Callaghan
Are there any known issues with inPlace="true" for grids with the T5.2.0-SNAPSHOT? I'm finding that sometimes when using the pager to navigate to the second page of a list it is coming up blank with the default 'no results' type message, and I need to do a manual browser refresh. Anyone come acros

RE: Grid and inPlace="true" query

2010-06-10 Thread Jim O'Callaghan
2010 12:17 To: Tapestry users Subject: Re: Grid and inPlace="true" query On Thu, 10 Jun 2010 05:51:38 -0300, Jim O'Callaghan wrote: > Are there any known issues with inPlace="true" for grids with the > T5.2.0-SNAPSHOT? I'm finding that sometimes when using t

IE8 and grid inPlace

2010-06-11 Thread Jim O'Callaghan
I'm seeing an issue with an inPlace grid under IE8 where clicking the pager sends a request I can see to the server but the grid / pager is not refreshed. If I manually hit refresh afterward the grid correctly displays the selected page and the correct pager entry is highlighted. This works fine

RE: tapestry-hibernate grid second page Session is closed

2010-06-11 Thread Jim O'Callaghan
Coincidence I am getting this today also Borut. Someone here may be able to give you more advice, but when it happened to me it was because some of the cells in the grid were referencing lazily-loaded attributes (sub-entities) of the entity your grid is paging on. You can either exclude these

RE: tapestry-hibernate grid second page Session is closed

2010-06-11 Thread Jim O'Callaghan
load the attributes you need and still take advantage of the inplace grid nav. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 11 June 2010 17:42 To: 'Tapestry users' Subject: RE: tapestry-hibernate grid second page Session is clos

RE: tapestry-hibernate grid second page Session is closed

2010-06-11 Thread Jim O'Callaghan
e.tapestry5.internal.structure.ComponentPageElementImpl.invoke(ComponentPageElementImpl.java:990) > >at > > > org.apache.tapestry5.internal.structure.ComponentPageElementImpl.access$400(ComponentPageElementImpl.java:81) > >at > > > org.apache.tapestry5.internal.str

RE: Complex Question about Templates and Inheritance

2010-06-12 Thread Jim O'Callaghan
Pierce, The RegexAuthorizer has been removed from more recent snapshots of T5.2.0 - search the list - I've posted a few questions about it in the last few weeks. Regards, Jim. -Original Message- From: Pierce Wetter [mailto:pie...@paceap.com] Sent: 12 June 2010 18:35 To: Tapestry users S

Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
I'm trying to put together an edit / display block for an entity (Entity B) where for simplification the entity contains an id and a desc field - in an edit scenario I want the rendered output to have a hidden field for the id and an input field for the desc field, so that upon submission I ca

RE: Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
e you were referring to. HTH, Uli On 16.06.2010 15:11, Jim O'Callaghan wrote: > I'm trying to put together an edit / display block for an entity (Entity B) > where for simplification the entity contains an id and a desc field > > - in an edit scenario I want the rendered output

RE: Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
tophe Cordenier > Hi > > Maybe you should have a look at the BeanBlockOverrideSource service. > > 2010/6/16 Jim O'Callaghan > > Thanks for the reply Uli. I see how I can do this on a case by case basis >> but what I was hoping for was to contribute a block / rendere

RE: Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
Christophe, Thiago, Thanks for the suggestions. As luck would have it I ended up contributing a DataTypeAnalyzer and a block to the BeanBlockSource. Thiago, given that approach, where an entity with structure (Long id, String desc) is being translated, would you mind suggesting the best approac

RE: Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
to return. Am I missing something obvious? Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 16 June 2010 20:35 To: Tapestry users Subject: Re: Custom Edit Block On Wed, Jun 16, 2010 at 12:18 PM, Jim O'Callaghan wrote: > Thiago, g

RE: Custom Edit Block

2010-06-16 Thread Jim O'Callaghan
aula Figueiredo [mailto:thiag...@gmail.com] Sent: 16 June 2010 21:14 To: Tapestry users Subject: Re: Custom Edit Block On Wed, 16 Jun 2010 17:05:29 -0300, Jim O'Callaghan wrote: > ... in the translator, is there some way I can get access to the > relevant entity? I thought a

RE: Custom Edit Block

2010-06-17 Thread Jim O'Callaghan
l.com] Sent: 17 June 2010 12:53 To: Tapestry users Subject: Re: Custom Edit Block On Wed, 16 Jun 2010 18:24:50 -0300, Jim O'Callaghan wrote: > Thiago, Hi! > Thanks for your helpful advice, as usual. Before I junk what I've done > and get stuck in again, would you mind t

  1   2   3   >