Issue with using tooltip and popovers, missing initialization script?

2014-03-25 Thread Jim Romaine
to existing code for the tootlip and popover libriaries? Thanks, Jim - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Custom field, fckEditor, rendering order

2011-04-19 Thread Jim O'Callaghan
? Thanks, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: Custom field, fckEditor, rendering order

2011-04-19 Thread Jim O'Callaghan
Thanks Thiago - working now - simple when you know how! Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: Possible error in Tapestry.js

2011-04-12 Thread Jim O'Callaghan
Thanks for the link Taha. Not sure if the fix for this is external, or if there should be some kind of try/catch in Tapestry JS that uses $(this.form) as a fallback. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr

RE: Possible error in Tapestry.js

2011-04-12 Thread Jim O'Callaghan
Can any of the Tapestry committers vet this before I add a JIRA - thanks. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: Possible error in Tapestry.js

2011-04-12 Thread Jim O'Callaghan
Thanks Richard – it doesn’t appear to be a million miles off – in my case the POST does get made also, but as you say, it’s not ideal. Any other suggestions for a fix / workaround welcome. The JS in tapestry.js looks pretty gritty. Regards, Jim

Debugging variables

2011-04-11 Thread Jim O'Callaghan
Can anyone in the know advise on the JREs that best suit Tap 5.2.4 for debugging?  I’m using jdk1.6.0_21_x64 and finding a lot of things I try to put watches on or inspect using Eclipse (3.4.1) resolve to null, and I have to log them to get the true value – thanks. Regards, Jim

RE: Debugging variables

2011-04-11 Thread Jim O'Callaghan
Thiago, Josh, Thanks for the replies. I’ll push through on 5.3-SNAPSHOT when I have time for maven shenanigans(!) Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Possible error in Tapestry.js

2011-04-11 Thread Jim O'Callaghan
debugger are onsubmit() - anyone else seeing this issue? It seems fine under FF / Chrome. This appears to happen whether I start with: form t:id=uWEventForm name=uWEventForm Or t:form t:id=uWEventForm name=uWEventForm Regards, Jim

Popup PDF

2011-04-08 Thread Jim O'Callaghan
responses for one server request. Can anyone suggest a good way of going about this? Should I put something in the detail page that triggers an actionLink with target=_blank before redirecting to the summary page? Thanks. Regards, Jim

RE: Popup PDF

2011-04-08 Thread Jim O'Callaghan
. Regards, Jim. From: Richard Hill [mailto:r...@su3analytics.com] Sent: 08 April 2011 12:26 To: Tapestry users Subject: Re: Popup PDF The simplest way I'm guessing is to have your link that generates/returns the pdf to be a target=_blank as you say. Then in javascript change the window url from

RE: Logon notification

2011-03-31 Thread Jim O'Callaghan
to perform other operations with. package com.a.b.util.beans; import java.io.Serializable; import java.util.Date; /** * Utility class to store details about session creation * @author Jim * */ public class SessionMonitor implements Serializable, Comparable

RE: Logon notification

2011-03-30 Thread Jim O'Callaghan
be of any use to you? Regards, Jim. From: David Uttley [mailto:dutt...@democracysystems.com] Sent: 30 March 2011 16:29 To: Tapestry users Subject: Re: Logon notification Hi Peter, If it was as easy as what you suggest I wouldn't have bothered with the mailing list, this is a last resort I don't use

SPAM filter for mailing list

2011-03-30 Thread Jim O'Callaghan
or source email address - is becoming very tedious. Regards, Jim.

Dateformat

2011-03-25 Thread Jim O'Callaghan
Can anyone advise on whether there is a global format setting that can be applied for date fields throughout a tap application - I don't want to have to specify the format for every field - thanks. Regards, Jim.

RE: Dateformat

2011-03-25 Thread Jim O'Callaghan
am specifying in AppModule are en,de,es – I guess en is interpreted as US English rather than UK. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

RE: [OT] encoding of properties files

2011-03-04 Thread Jim O'Callaghan
-8 project-wide, ensure my editors are character code aware, and have no problem with special characters. I have previously encountered similar errors where non-developers were given access to files to maintain error messages / properties using older versions of Notepad. Regards, Jim. From

RE: T.5.2.x Possible page pooling removal impact query

2011-01-23 Thread Jim O'Callaghan
of areas I'm going to update. Worth highlighting anyway I think, as the kind of errors that can creep in a hard to pin down (at least for me!). Thanks. Regards, Jim. -Original Message- From: Josh Canfield [mailto:joshcanfi...@gmail.com] Sent: 22 January 2011 14:27 To: Tapestry users

RE: T.5.2.x Possible page pooling removal impact query

2011-01-22 Thread Jim O'Callaghan
is slf4j (with log4j). The Money / Scalar classes are wrappers for BigDecimal, to allow money / arithmetic ops with predictable precision. I found a few instances of Matcher that I think I will bundle into a service. Thanks for your help. Regards, Jim. -Original Message- From: Donny Nadolny

RE: T.5.2.x Possible page pooling removal impact query

2011-01-22 Thread Jim O'Callaghan
Thanks for the feedback Thiago. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 22 January 2011 02:47 To: Tapestry users Subject: Re: T.5.2.x Possible page pooling removal impact query Anyone care to have a quick glance

T.5.2.x Removal of page pooling impact

2011-01-21 Thread Jim O'Callaghan
The spam filter keeps blocking this email (4th attempt) so it is mostly in the attached txt file.

T.5.2.x Possible page pooling removal impact query

2011-01-21 Thread Jim O'Callaghan
to have a quick glance at the attachment for coding red flags they could highlight, or even just advise on whether it is a question of tracking down third party source to check if there are thread safety issues in any of their called methods? Thanks a million. Regards, Jim. In the release notes for T

RE: Grid with Scroll synchronization + Customization

2010-12-28 Thread Jim O'Callaghan
, rather than the entire list loaded upon initial display. Regards, Jim. -Original Message- From: Matheus Eduardo Machado Moreira [mailto:matheus@gmail.com] Sent: 28 December 2010 10:50 To: Tapestry users Subject: Re: Grid with Scroll synchronization + Customization You could probably

RE: Grid with Scroll synchronization + Customization

2010-12-24 Thread Jim O'Callaghan
unless I'm missing something. Regards, Jim. -Original Message- From: Duruk_Kab [mailto:durgesh.ka...@nuware.com] Sent: 24 December 2010 09:09 To: users@tapestry.apache.org Subject: Grid with Scroll synchronization + Customization Hi, I have below requirements for Tapestry grid, I am

RE: Strange behaviour of jetty

2010-12-22 Thread Jim O'Callaghan
There are also some previous posts related to file-locking under Jetty that may be relevant to this problem. There are config workarounds suggested in some previous posts if you search for file locking. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag

RE: Image file upload with Easy FCKEditor

2010-12-12 Thread Jim O'Callaghan
versions in use are Tapestry - 5.2.1, fckEditor - 1.0.5, maven-jetty-plugin - 6.1.15 Regards, Jim. -Original Message- From: 9902468 [mailto:ville.virta...@greenstreet.fi] Sent: 12 December 2010 17:09 To: users@tapestry.apache.org Subject: RE: Image file upload with Easy FCKEditor Thi

RE: Image file upload with Easy FCKEditor

2010-12-11 Thread Jim O'Callaghan
share your settings - I can 't seem to get anything but the connector.php served as source from Jetty, rather than quercus compiling / interpreting it. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 10 December 2010 22:51 To: 'Tapestry users

RE: Image file upload with Easy FCKEditor

2010-12-10 Thread Jim O'Callaghan
Hi, did you ever get a workaround for this? From looking around I can see there are various fixes involving .htacess files / mods to php config but was hoping there was something obvious within Easy FCKEditor itself ... Regards, Jim. -Original Message- From: Alex W. Croton [mailto:acro

RE: Memory creep

2010-11-03 Thread Jim O'Callaghan
gave it so much headroom it never really needed to GC. Regards, Jim. -Original Message- From: Ivano Luberti [mailto:lube...@archicoop.it] Sent: 03 November 2010 13:11 To: users@tapestry.apache.org Subject: Re: Memory creep and make sure you trap the exception that can be thrown Il 03

RE: Memory creep

2010-11-03 Thread Jim O'Callaghan
Thanks for the info Howard. It's working out very well so far - very happy with 5.2.1. Regards, Jim. -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 03 November 2010 16:40 To: Tapestry users Subject: Re: Memory creep FYI: Using either jconsole of VisualVM

Memory creep

2010-10-29 Thread Jim O'Callaghan
With such a noticeable creep (initially approx 650MB with 6 sessions rising to 780MB after 1 hour) reproducible on a dev machine I'm concerned that this app won't make it out of dev unless I can get to the bottom of the problem. Regards, Jim.

RE: Memory creep

2010-10-29 Thread Jim O'Callaghan
detail on how to go about that? I thought the JVM just took the GC related settings at startup and managed things on its own from then on in? Regards, Jim. -Original Message- From: Josh Canfield [mailto:joshcanfi...@gmail.com] Sent: 29 October 2010 17:00 To: Tapestry users Subject: Re

RE: Objects session persistance and validation

2010-10-23 Thread Jim O'Callaghan
, Jim. -Original Message- From: Anton Mezerny [mailto:anton.meze...@gmail.com] Sent: 23 October 2010 17:02 To: Tapestry users Subject: Objects session persistance and validation Hi all, I'm trying to write simple registration form using beaneditor component. If I fullfill all reqired fields

RE: T5 Customize Returned List.

2010-10-19 Thread Jim O'Callaghan
class. Regards, Jim. -Original Message- From: ael [mailto:alan-lua...@dash.com.ph] Sent: 19 October 2010 10:02 To: users@tapestry.apache.org Subject: Re: T5 Customize Returned List. Hello Hmm it is returned as a ListTableClass. @Property private TableSource source; public

RE: write raw attributes

2010-10-19 Thread Jim O'Callaghan
Is something like: t:OutputRaw value=entity.property/ ... of any use? Do you mean in .tml? Regards, Jim. -Original Message- From: Arming, Sebastian [mailto:sebastian.arm...@oeaw.ac.at] Sent: 19 October 2010 16:12 To: us...@tapestry Subject: write raw attributes Hi

RE: [T5] Complexity for simple things, where is the documentation?

2010-10-17 Thread Jim O'Callaghan
traffic, unless there is a compelling reason to have absolute synchronization between what is displayed and the actual time on the server. The variance would be sub one second with this approach, and you would not require zone updating etc. Regards, Jim. -Original Message- From: iberck

RE: Component to format null values

2010-10-14 Thread Jim O'Callaghan
I think you can use the format: t:formatnull value=${contract?.manager?.address?.city?.name} / ... where if any of the hierarchy is null is will stop trying to evaluate methods / properties on subordinates, avoiding your NPE. Regards, Jim. -Original Message- From: Dmitriy Vsekhvalnov

RE: Component to format null values

2010-10-14 Thread Jim O'Callaghan
You're welcome Dmitriy. One thing I should have said was that my example ${...} forced coercion to a String, which may / may not be required in your case. Regards, Jim. -Original Message- From: Dmitriy Vsekhvalnov [mailto:dvsekhval...@gmail.com] Sent: 14 October 2010 11:27 To: Tapestry

RE: [T5.2] Constructor issue

2010-10-05 Thread Jim O'Callaghan
I thought you should annotate the constructor you want the BEF to use with: @Inject ... to let Tap know which constructor to use. Regards, Jim. -Original Message- From: Michal Gruca [mailto:michalgr...@gmail.com] Sent: 05 October 2010 14:09 To: users@tapestry.apache.org Subject: [T5.2

RE: Creating Grid component at runtime

2010-09-26 Thread Jim O'Callaghan
Can you use a helper class that contains getters for all the possible fields you require, and them dynamically build a comman delimited include (or exclude) string, that you pass to your grid using include/exclude via a page property? Regards, Jim. -Original Message- From: kamath_svk

RE: Creating Grid component at runtime

2010-09-26 Thread Jim O'Callaghan
of the properties for the include/exclude parameter of the grid by taking them from the query. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk] Sent: 26 September 2010 15:55 To: 'Tapestry users' Subject: RE: Creating Grid component at runtime Can you use a helper

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
a good bit of code to have to duplicate per custom component? Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 23 September 2010 01:44 To: Tapestry users Subject: Re: PropertyEditContext not available from Environment On Wed, 22 Sep 2010

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
Thanks Thiago. I'll file a JIRA after I come up with a workaround. I would have thought this was a common enough use case, an editable custom field in a grid. It'll probably jump out at me when I get more familiar with the core code. Regards, Jim. -Original Message- From: Thiago H

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
. Is this approach wrong-headed? Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 23 September 2010 14:11 To: Tapestry users Subject: Re: PropertyEditContext not available from Environment On Thu, 23 Sep 2010 09:25:14 -0300, Jim O'Callaghan jc1000

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
. Thanks again. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 23 September 2010 17:27 To: Tapestry users Subject: Re: PropertyEditContext not available from Environment On Thu, 23 Sep 2010 12:50:47 -0300, Jim O'Callaghan jc1000

PropertyEditContext not available from Environment

2010-09-22 Thread Jim O'Callaghan
. in BeginRender. This doesn't happen if I just use the display only version of the custom data type in the grid. Can anyone suggest some directions I could look in to work around this? Bit of a showstopper at the moment unfortunately. I'm using T.5.2.0. Regards, Jim.

RE: PropertyEditContext not available from Environment

2010-09-22 Thread Jim O'Callaghan
Thanks for the reply Thiago. Could you give me a pointer on where / how in the cycle to push and then pop the PropertyEditContext into / out of the Environment, or point to any resource I could work through as an example? A bit lost on this. Regards, Jim. -Original Message- From

@Translate annotation

2010-09-19 Thread Jim O'Callaghan
the translator repeatedly in various tml files, is there some way I can name the translator on a bean property, and also pass in the mask to be used? The @Translate annotation appears to just take a 'value' parameter that is the name of the translator. Thanks, Jim.

Enum mask

2010-09-13 Thread Jim O'Callaghan
and then to C, but B cannot got back to A, so in the case where an entity is already at status B, I only want to display B and C as options for selection. Similarly if A needs to go to B before C, when an entity has status A, I only want to display A, B rather than A, B, C. Regards, Jim.

RE: Enum mask

2010-09-13 Thread Jim O'Callaghan
the creation of the model from the enum, camel casing it etc. that the existing SelectModel does. I'm working with 5.2 - perhaps there are some new features I can take advantage of. Regards, Jim. -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 13 September

RE: [T5.2] Classloader problem with a service

2010-09-10 Thread Jim O'Callaghan
Regards, Jim. -Original Message- From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] Sent: 10 September 2010 13:00 To: 'Tapestry users' Subject: [T5.2] Classloader problem with a service Unfortunately we've got another T5.2 migration issue that I can't figure out. I wonder

RE: Invoke Web Service from T5

2010-09-06 Thread Jim O'Callaghan
Nevermind this query - I got something sufficient working using JS and XMLHttpRequest/Microsoft.XMLHTTP/Msxml2.XMLHTTP - no WS client needed. Regards, Jim. -Original Message- From: Jim O'Callaghan [mailto:j...@peritussolutions.com] Sent: 04 September 2010 22:15 To: 'Tapestry users

Invoke Web Service from T5

2010-09-04 Thread Jim O'Callaghan
unnecessary as I can obviously invoke the service and get the anticipated response using SOAPUI etc. - any pointers very much appreciated. Regards, Jim.

RE: [T5.2] No object of type ClientBehaviorSupport is available from the Environment

2010-09-03 Thread Jim O'Callaghan
I'm afraid that's a little above my pay grade in terms of T5 knowledge Andy - hopefully some of the committers here can chip in with some help. Regards, Jim. -Original Message- From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] Sent: 03 September 2010 15:14 To: 'Tapestry users

RE: Submitting XML via a T5 form

2010-09-02 Thread Jim O'Callaghan
Alex, You're quite right Tap is working as required and posting / redisplaying the xml intact - the problem was another exception buried deep in the app that being caught in error rather than thrown - thanks. Regards, Jim. -Original Message- From: Alex Kotchnev [mailto:akoch

General debugging query

2010-09-02 Thread Jim O'Callaghan
annotations on methods and them being instrumented? Regards, Jim.

RE: [T5.2] No object of type ClientBehaviorSupport is available from the Environment

2010-09-02 Thread Jim O'Callaghan
Can't reproduce Andy and not a solution I'm afraid, but can you try to run the app through your non-Eclipse environment with debug mode set on the JVM and remote debug it using Eclipse on a socket / shared mem? Perhaps this would give you some more info. Regards, Jim. -Original Message

RE: General debugging query

2010-09-02 Thread Jim O'Callaghan
Thanks Thiago. This may be the cause of it - will have to keep an eye on whether this just happens to annotated fields or not. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 02 September 2010 16:29 To: Tapestry users Subject: Re

Submitting XML via a T5 form

2010-09-01 Thread Jim O'Callaghan
built-in support in T5 (5.2.0) for this scenario? Thanks. Regards, Jim.

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
expectation. None the less thanks for the pom excludes / targets. They should prove useful if I go down that route. I'm leaning toward CXF at the moment as I think it won't be a huge step from XFire Regards, Jim. -Original Message- From: Martin Strand [mailto:do.not.eat.yellow.s...@gmail.com

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
clients - I should have said providing interfaces for a system rather than interfacing with a system. Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 30 August 2010 03:43 To: Tapestry users Subject: Re: OT: Web Services Second that. CXF

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
Thanks Davor - am leaning towards CXF. Regards, Jim. -Original Message- From: Davor Hrg [mailto:hrgda...@gmail.com] Sent: 30 August 2010 08:47 To: Tapestry users Subject: Re: OT: Web Services I used CXF to generate java code from XSD-s, CXF is easily used with maven, but in the end

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
This is stellar stuff guys - you're saving me a lot of headaches. Thanks. Regards, Jim. -Original Message- From: Peter Stavrinides [mailto:p.stavrini...@albourne.com] Sent: 30 August 2010 14:36 To: Tapestry users Subject: Re: OT: Web Services ... sorry to leach on this thread

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
beans, though I've injected some T5 services into those ... Regards, Jim. -Original Message- From: Peter Stavrinides [mailto:p.stavrini...@albourne.com] Sent: 30 August 2010 14:36 To: Tapestry users Subject: Re: OT: Web Services ... sorry to leach on this thread, but perhaps a short

OT: Web Services

2010-08-29 Thread Jim O'Callaghan
at an envelope level and reuses them. Many thanks, Jim.

RE: [5.2.0] all our apps completly broken in IE8 (numerous javascript errors)

2010-08-28 Thread Jim O'Callaghan
libs is in the pipeline ... Regards, Jim. -Original Message- From: Andy Pahne [mailto:andy.pa...@googlemail.com] Sent: 27 August 2010 23:59 To: Tapestry users Subject: Re: [5.2.0] all our apps completly broken in IE8 (numerous javascript errors) Yeah, you hit it. We are using jQuery

RE: Blog post about T5 exception handling on GAE

2010-08-27 Thread Jim O'Callaghan
in the developer's IDE, just override that setting with the VM argument: -Dtapestry.production-mode=false This means you will never need to set it for a release as the default is true. Hope this helps. Regards, Jim. -Original Message- From: Dmitry Gusev [mailto:dmitry.gu...@gmail.com] Sent: 27 August

RE: Selct object which depends on other select object

2010-08-24 Thread Jim O'Callaghan
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/ta pestry5/corelib/components/Select.html might help - see SelectZoneDemo - this may be T.5.2.0 and up. Regards, Jim. -Original Message- From: tas85 [mailto:tassada...@gmail.com] Sent: 23 August 2010 17:20

OT: Debugging Tapestry Apps using Eclipse

2010-08-24 Thread Jim O'Callaghan
with 'Debug' targets vs. 8s / almost instant with 'Run' targets. Would be grateful for any advice. Regards, Jim.

RE: OT: Debugging Tapestry Apps using Eclipse

2010-08-24 Thread Jim O'Callaghan
Thanks for the response Josh. No breakpoints set. Any other thoughts welcome. Regards, Jim. -Original Message- From: Josh Canfield [mailto:joshcanfi...@gmail.com] Sent: 24 August 2010 18:54 To: Tapestry users Subject: Re: OT: Debugging Tapestry Apps using Eclipse Off the top of my

RE: button for IE

2010-08-05 Thread Jim O'Callaghan
Thanks Michael. I've decided against using it also, and am sticking with submits and styled anchors. Regards, Jim. -Original Message- From: Michael Gentry [mailto:mgen...@masslight.net] Sent: 05 August 2010 14:54 To: Tapestry users Subject: Re: button for IE I'm jumping

button for IE

2010-08-04 Thread Jim O'Callaghan
. Regards, Jim.

RE: button for IE

2010-08-04 Thread Jim O'Callaghan
Thanks Dragan but I need to make sure it works without JS - no choice. Regards, Jim. -Original Message- From: Dragan Sahpaski [mailto:dragan.sahpas...@gmail.com] Sent: 04 August 2010 15:35 To: Tapestry users Subject: Re: button for IE I use, input type=submit onclick=window.location

RE: button for IE

2010-08-04 Thread Jim O'Callaghan
Thanks Ville. I will use the pageLink method where the context is created within the java file - the page linked to may also be dynamic, so will also need to be passed. A shame IE treats button differently. Regards, Jim. -Original Message- From: Ville Virtanen [mailto:ville.virta

RE: button for IE

2010-08-04 Thread Jim O'Callaghan
Thanks for the response Andreas. I want to use an anchor in a scenario where I may have multiple buttons in a form, and want those buttons to submit to form A, but want the anchor to navigate to another page completely. I think I have what I need with using anchors and some CSS. Regards, Jim

RE: button for IE

2010-08-04 Thread Jim O'Callaghan
was basing the approach on a post on the list that I can't find at the moment. I think other posts came up with the same conclusion I have - leave the anchor as is and use CSS to style it. Regards, Jim. -Original Message- From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf

RE: button for IE

2010-08-04 Thread Jim O'Callaghan
navigate to the href indicated by the anchor. Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 04 August 2010 23:30 To: Tapestry users Subject: Re: button for IE On Wed, Aug 4, 2010 at 2:32 PM, Jim O'Callaghan jc1000...@yahoo.co.uk wrote

RE: final version of Tapestry 5.2

2010-07-30 Thread Jim O'Callaghan
' at a certain snapshot? Thanks. Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 29 July 2010 20:42 To: Tapestry users Subject: Re: final version of Tapestry 5.2 I'm not so sure that GAE on Java is production ready, but that aside, ultimately

RE: JasperReports / Chenillekit-reports documentation

2010-07-30 Thread Jim O'Callaghan
You've probably already checked, but in case not - have you had a look at the JasperReports pom? Perhaps there are dependencies it references that need to be explicitly excluded in your pom to stop interfering with your other project dependencies? Regards, Jim. -Original Message

RE: final version of Tapestry 5.2

2010-07-30 Thread Jim O'Callaghan
A - thanks Kalle. Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 30 July 2010 17:40 To: Tapestry users Subject: Re: final version of Tapestry 5.2 Purely a Maven question, but you can use the unique version: artifactIdtapestry-core

RE: non thread safe access to session

2010-07-22 Thread Jim O'Callaghan
a transaction to commit to allow me to assign some non-customer facing entity keys in batches, to reduce db hits - this is probably causing the problem - I'll synchronize that as it's not called too often and hopefully that will do it. Thanks for the tips guys. Regards, Jim. -Original Message

RE: non thread safe access to session

2010-07-22 Thread Jim O'Callaghan
issues. I'm going to rearrange it to make it more service based. I think this is just down to bad coding practice. Regards, Jim. -Original Message- From: Josh Canfield [mailto:joshcanfi...@gmail.com] Sent: 22 July 2010 16:25 To: Tapestry users Subject: Re: non thread safe access to session

RE: blackbird.js and IE breaking fixed CSS background image

2010-07-22 Thread Jim O'Callaghan
can't say for sure but perhaps this is more in line with what is required for T5.1.0.x. I think ClientInfrastructure is deprecated in T5.2.0. Hope this is of use. Regards, Jim. -Original Message- From: Rich [mailto:rich...@moremagic.com] Sent: 22 July 2010 16:32 To: Tapestry users

RE: non thread safe access to session

2010-07-22 Thread Jim O'Callaghan
Thanks Kalle - this will be very useful for me - I'll make it more service oriented and inject the new session. Regards, Jim. -Original Message- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: 22 July 2010 17:48 To: Tapestry users Subject: Re: non thread safe access

RE: blackbird.js and IE breaking fixed CSS background image

2010-07-22 Thread Jim O'Callaghan
in with the solution, before having the 'ahhh' moment. Hopefully someone here can steer you straight - what exact version of Tapestry are you using? Regards, Jim. -Original Message- From: Rich [mailto:rich...@moremagic.com] Sent: 22 July 2010 20:51 To: Tapestry users Subject: Re

RE: redirecting from an ajax event listener

2010-07-21 Thread Jim O'Callaghan
()); os.flush(); return true; } ... in its dispatch method, so the timeout scenario is checked when AJAX methods trigger a request, and redirect to your standard timeout page? This was a solution suggested previously on this list. Regards, Jim

non thread safe access to session

2010-07-21 Thread Jim O'Callaghan
but for the life of me I can't find it. I'm not sure if it's relevant but I'm using T5.2.0-SNAPSHOT. Perhaps this isn't Tapestry relevant at all and is down to my use of Hibernate. Thanks. Regards, Jim.

RE: non thread safe access to session

2010-07-21 Thread Jim O'Callaghan
Hi Thiago, I'm talking about the hibernate session - I'm injecting it into the constructor of Service B at bind time. I thought Tapestry would treat the service as a thread safe singleton and control access to method calls on it accordingly? Am I getting confused on that? Regards, Jim

RE: non thread safe access to session

2010-07-21 Thread Jim O'Callaghan
Yep Thiago, it's Tapestry-Hibernate creating the sessions. My situation might be a little contrived, but I'm concerned it might happen to end-users, as I don't fully understand why it's happening. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag

RE: blackbird.js and IE breaking fixed CSS background image

2010-07-20 Thread Jim O'Callaghan
of an internal solution to logging client side messages. Regards, Jim. -Original Message- From: Rich [mailto:rich...@moremagic.com] Sent: 20 July 2010 17:25 To: users@tapestry.apache.org Subject: blackbird.js and IE breaking fixed CSS background image Hi, I'm aware blackbird.js

RE: blackbird.js and IE breaking fixed CSS background image

2010-07-20 Thread Jim O'Callaghan
get chewed by the more enlightened forum members!. Regards, Jim. -Original Message- From: Rich [mailto:rich...@moremagic.com] Sent: 20 July 2010 19:41 To: Tapestry users Subject: Re: blackbird.js and IE breaking fixed CSS background image Ah, thanks that seems like a start, but I'm

RE: Best practise for bloated utility methods location

2010-07-19 Thread Jim O'Callaghan
Pablo, Thiago, Thanks for the responses. Thiago, the idea of the utility methods also being available outside a page is a good enough reason for me to move them into a service. Thanks for the pointer. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag

RE: t:grid, inPlace and rowIndex

2010-07-18 Thread Jim O'Callaghan
the cost shouldn't be too much. The map backed grid seems too much square peg round hole for me. Thanks for the suggestions all the same. Regards, Jim. -Original Message- From: Ville Virtanen [mailto:ville.virta...@cerion.fi] Sent: 18 July 2010 17:56 To: users@tapestry.apache.org Subject

RE: t:grid, inPlace and rowIndex

2010-07-16 Thread Jim O'Callaghan
what I'm looking for is some initial index position within the grid (list) entries that is not updated during sorting, and so has no need to be updated during an inPlace update. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 15 July

RE: [Tapestry Central] Everyone out of the Pool! Tapestry goes singleton!

2010-07-15 Thread Jim O'Callaghan
This looks very interesting Howard. Is this something that is going into T5.2.0 sometime soon or is it already present? Regards, Jim. -Original Message- From: Howard [mailto:hls...@gmail.com] Sent: 15 July 2010 00:31 To: users@tapestry.apache.org Subject: [Tapestry Central] Everyone

t:grid, inPlace and rowIndex

2010-07-15 Thread Jim O'Callaghan
index of the item in a list the grid is displaying, and need the index to *not* be updated during sorting. Is this only possible with a representation on the entity the grid is displaying? Thanks, Jim.

RE: t:grid, inPlace and rowIndex

2010-07-15 Thread Jim O'Callaghan
it but if there was something built-in it would be handy. Regards, Jim. -Original Message- From: robert zeigler [mailto:robert.zeig...@gmail.com] On Behalf Of Robert Zeigler Sent: 15 July 2010 22:12 To: Tapestry users Subject: Re: t:grid, inPlace and rowIndex What is it you're trying to accomplish

RE: Conditional class for body

2010-07-14 Thread Jim O'Callaghan
Thiago, Pablo, Thanks for the replies. I'll try one of those methods. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 13 July 2010 17:11 To: Tapestry users Subject: Re: Conditional class for body On Tue, 13 Jul 2010 13:01:35

Conditional class for body

2010-07-13 Thread Jim O'Callaghan
be accompanied by closing body tag etc. Can anyone suggest a working approach to this simple use case? It's important to be able to have the CSS class explicitly in the tml, and not buried in a java property. Thanks, Jim.

RE: Conditional class for body

2010-07-13 Thread Jim O'Callaghan
are apparent I can use the property approach. Regards, Jim. -Original Message- From: Michael Gentry [mailto:mgen...@masslight.net] Sent: 13 July 2010 16:48 To: Tapestry users Subject: Re: Conditional class for body Hi Jim, I've used class=${xyzClass} before in the past

  1   2   3   >