Issue with using tooltip and popovers, missing initialization script?

2014-03-25 Thread Jim Romaine
popover-hover"]').popover({ trigger: 'hover', 'placement': 'auto right' }); }; return init; }); Is there supposed to be an initializer added 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

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

Custom field, fckEditor, rendering order

2011-04-19 Thread Jim O'Callaghan
"width", "800px", "height", "400px", "configuration", "customConf"); writer.write(value ==

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

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 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

Possible error in Tapestry.js

2011-04-11 Thread Jim O'Callaghan
e for this.form within the IE8 debugger are onsubmit() - anyone else seeing this issue? It seems fine under FF / Chrome. This appears to happen whether I start with: Or Regards, Jim. - To unsubscribe, e-mail: users-unsub

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

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: Popup PDF

2011-04-08 Thread Jim O'Callaghan
bit clunky. 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 javascr

Popup PDF

2011-04-08 Thread Jim O'Callaghan
tively I'm trying to generate two server 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

RE: Logon notification

2011-03-31 Thread Jim O'Callaghan
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

SPAM filter for mailing list

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

RE: Logon notification

2011-03-30 Thread Jim O'Callaghan
and some db calls to update a persisted logged on flag on a user table – would this approach 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 w

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

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: Modalbox Integration Example

2011-03-25 Thread Jim O'Callaghan
This looks very handy Taha thanks for sharing - I'm thinking of trying it in a page and was wondering if you had gotten around to posting the support for zone updates anywhere? Thanks. Regards, Jim. - To unsubscribe, e

RE: [OT] encoding of properties files

2011-03-04 Thread Jim O'Callaghan
ng. I use UTF-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,

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

2011-01-23 Thread Jim O'Callaghan
umber 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: Tape

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 at

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

2011-01-22 Thread Jim O'Callaghan
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

T.5.2.x Possible page pooling removal impact query

2011-01-21 Thread Jim O'Callaghan
re 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

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.

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
Source for this requirement 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

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: help with bug TAP5-587

2010-12-22 Thread Jim O'Callaghan
is null is will stop trying to evaluate methods / properties on subordinates, avoiding a NPE. Is it possible that where you are referencing a condition in a loop that the actual reference is invisibly instantiating something? Regards, Jim. -Original Message- From: leandroaisp...@gmail.com

RE: Image file upload with Easy FCKEditor

2010-12-12 Thread Jim O'Callaghan
ious software 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 FC

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: '

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
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 Vis

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-10-29 Thread Jim O'Callaghan
ou give me some 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 us

Memory creep

2010-10-29 Thread Jim O'Callaghan
-XX:SurvivorRatio=2 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: Objects session persistance and validation

2010-10-23 Thread Jim O'Callaghan
gards, 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 reqi

RE: write raw attributes

2010-10-19 Thread Jim O'Callaghan
Is something like: ... 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, is there a convenient way to output unescaped

RE: T5 Customize Returned List.

2010-10-19 Thread Jim O'Callaghan
nsitive in this area?). Why don't you try: .java @Property private TableSource source; @Property private List sources; **no explicit get methods** .tml {source.attribute} ...where attribute is a property with a public getter on the TableSource class. Regards, Jim. -O

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
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: Tap

RE: Component to format null values

2010-10-14 Thread Jim O'Callaghan
I think you can use the format: ... 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 [mailto:dvsekhval...@gmail.com] Sent: 14 October 2010 09:01 To

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: TapX / YUI / Tap 5.2.0

2010-10-05 Thread Jim O'Callaghan
Thanks Laurent just what I was looking for. Regards, Jim. -Original Message- From: Guerin Laurent [mailto:lgue...@sopragroup.com] Sent: 05 October 2010 10:11 To: Tapestry users Subject: RE: TapX / YUI / Tap 5.2.0 Hi, You can look at the demo page of the tapx-yui component itself

RE: Creating Grid component at runtime

2010-09-26 Thread Jim O'Callaghan
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 y

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--

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
not so stretched for time. 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,

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
atePECForGrid(); environment.push(PropertyEditContext.class, pECForGrid); } ... and mimicking the way the PEC is created when the component is used in a beanEditForm. Is this approach wrong-headed? Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo

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

RE: PropertyEditContext not available from Environment

2010-09-23 Thread Jim O'Callaghan
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-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

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.

@Translate annotation

2010-09-19 Thread Jim O'Callaghan
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.

RE: Enum mask

2010-09-13 Thread Jim O'Callaghan
Thanks Thiago - I'll give that a shot. Regards, Jim. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 13 September 2010 18:26 To: Tapestry users Subject: Re: Enum mask On Mon, 13 Sep 2010 14:03:05 -0300, Jim O'Callaghan wrote: >

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 Sept

Enum mask

2010-09-13 Thread Jim O'Callaghan
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: [T5.2] Classloader problem with a service

2010-09-10 Thread Jim O'Callaghan
ab le 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 ou

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: 'Tape

Invoke Web Service from T5

2010-09-04 Thread Jim O'Callaghan
bably 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: '

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

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. -Origin

General debugging query

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

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:

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
ed is using a lot of Spring 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 th

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
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
ng WS 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 S

RE: OT: Web Services

2010-08-30 Thread Jim O'Callaghan
istic 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

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
d party js 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

RE: Blog post about T5 exception handling on GAE

2010-08-27 Thread Jim O'Callaghan
ations 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:dmitr

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

OT: Debugging Tapestry Apps using Eclipse

2010-08-24 Thread Jim O'Callaghan
the current alpha. Startup / avg page reponse is 50s / 30s with 'Debug' targets vs. 8s / almost instant with 'Run' targets. Would be grateful for any advice. Regards, Jim.

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 To

RE: 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: for IE I'm jumping into this

RE: for IE

2010-08-04 Thread Jim O'Callaghan
e;" IE wouldn't 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: for IE On Wed, Aug 4, 2010 at 2:32 PM, Jim O'Callaghan wrote: &g

RE: for IE

2010-08-04 Thread Jim O'Callaghan
hat 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 Of Andreas Andreou Sent: 04 August 2010 19:

RE: 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: 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 differently. Regards, Jim. -Original Message- From: Ville Virtanen [mailto:ville.virta

RE: 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: for IE I use, Cheers On Wed, Aug 4, 2010 at 4:09 PM, Jim

for IE

2010-08-04 Thread Jim O'Callaghan
g to avoid having to provide an onActionFromXYZ in my page class as I already have the href I want to navigate to - just that I want to style it as a button without too much hacking. I don't want to put PageLinks in my tml as in this specific case the context is variable. Regards, Jim.

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: tapestry-core 5.2.0

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 Me

RE: final version of Tapestry 5.2

2010-07-30 Thread Jim O'Callaghan
do you 'freeze' 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 productio

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

2010-07-22 Thread Jim O'Callaghan
he desk until someone chips 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 2

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 acce

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

2010-07-22 Thread Jim O'Callaghan
while since I looked at it so 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 J

RE: non thread safe access to session

2010-07-22 Thread Jim O'Callaghan
o thread safety 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 sa

RE: non thread safe access to session

2010-07-22 Thread Jim O'Callaghan
where I force 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, Ji

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 Figu

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? Re

non thread safe access to session

2010-07-21 Thread Jim O'Callaghan
the list not so long ago 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: redirecting from an ajax event listener

2010-07-21 Thread Jim O'Callaghan
;script\":\"window.location.reload();\"}".getBytes()); 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?

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

2010-07-20 Thread Jim O'Callaghan
;t too concerned about it. Hope this get things working for you . 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 sta

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

2010-07-20 Thread Jim O'Callaghan
favour 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 blac

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
t rid of. As you say 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: use

RE: t:grid, inPlace and rowIndex

2010-07-16 Thread Jim O'Callaghan
hase is skipped. I guess 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:thia

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 tryin

t:grid, inPlace and rowIndex

2010-07-15 Thread Jim O'Callaghan
rying to get something that tells me the current 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.

  1   2   3   4   >