[T4.1] Alternate JS library and tapestry.event.buildEventProperties

2008-02-13 Thread Jim
probably explains why it wasn't implemented in the Tacos JS adapter-file. Has anyone run into this and/or can tell me if I'm missing something? Is this an oversight in the skeleton/core.js, or is Tap 4.1.5 still not ready for replacing Dojo 0.4.3

T4.1 Ajax "web service" listener support

2008-02-14 Thread Jim
avior, where I could programmatically (via client-side JavaScript) call a Tapestry listener and get a JSON response back for arbitrary JS processing. Is there a reasonable way to do this using the T4.1 Ajax framework? Or is this outside the scope of what T4.1 is intending with its Ajax su

Re: T4.1 Ajax "web service" listener support

2008-02-14 Thread Jim
could take out the DWR middle-man and implement services directly in my Tapestry pages. Thanks! Jim Igor Drobiazko wrote: Have a look at the ClientLink component in Tacos. http://andyhot.gr/tacos-demo/ClientLink.html Please see here how to use it: http://tacos.sourceforge.net/tacos4.1/a

FormTable.jwc

2008-03-10 Thread Jim
I have to use Tapestry 3 at work, otherwise I'd upgrade and be done with this problem, however, here it is: The following code works fine with tapestry-contrib-3.0.1.jar: But when we upgraded to tapestry-contrib-3.0.4.jar the following error is thrown: Attribute "parameter-name" is

[T4.1] Custom Dojo & relative URIs

2008-04-09 Thread Jim
s stemming from: "Unable to update property files of object [EMAIL PROTECTED]" when I use anything but an absolute path. Anyone know how to get around this, or a better way? Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T4.1] Custom Dojo & relative URIs

2008-04-09 Thread Jim
} 152return asset; 153} I'm going to subclass JavascriptManagerImpl, add an injected ServletContext property, and override setFiles(..) to ultimately use ContextResource instead. Jim Jim wrote: Hello, I'm using Dojo 1.0.2 with Tapestry 4.1.5, using the Tacos appr

Re: [T4.1] Custom Dojo & relative URIs

2008-04-09 Thread Jim
es yourself, you can use something like: which will build relative urls. Also, there's nothing stopping you from using multiple JavascriptManagers in your app - just define as many as you want and (conditioinally) attach whichever you want to your @Shell On Wed, Apr 9, 2008 at 7:04 PM, Jim

Commenting templates

2008-04-11 Thread Jim
ch contains Tapestry components) with $remove$ tags, I get: "Tag __ on line __ is a dynamic component, and may not appear inside an ignored block." Is there another way? I've been resorting to pasting into a separate file. Thanks, Jim --

Re: Commenting templates

2008-04-11 Thread Jim
That's perfect, thanks Josh. Josh Canfield wrote: How about just doing whatever the equivalent to is in T4? On Fri, Apr 11, 2008 at 11:31 AM, Jim <[EMAIL PROTECTED]> wrote: Is there a way to do server-side commenting, ala <%-- --> in JSPs? i.e. to comment sections that

Re: Commenting templates

2008-04-11 Thread Jim
to document the dynamic behavior of their templates -- requiring any hoops at all is going to be enough of an excuse for too many people not to bother. Thanks, Jim Howard Lewis Ship wrote: You can "simulate" a comment directive as a component: public class Comment { boolean se

Re: Commenting templates

2008-04-11 Thread Jim
What about: ? Haven't touched T5 yet, but this is working for me in T4: This has the bonus of making (most of) the section syntax-highlighted. Jim Josh Canfield wrote: Neither approach really solves the problem all the way. They both require that the commented out section is valid

Re: Commenting templates

2008-04-11 Thread Jim
Somehow I tuned out your CDATA discussion, sorry. Jim wrote: What about: ? Haven't touched T5 yet, but this is working for me in T4: This has the bonus of making (most of) the section syntax-highlighted. Jim Josh Canfield wrote: Neither approach really solves the problem all th

Re: T5: Forms - Best Practice

2008-04-22 Thread Jim
best they'll do is bring up the editing form for someone that wasn't in the search results but is still in their department, so it'd still be an authorized action. This sort of approach is annoying, because we'd love to be cleanly using solid efficient primary keys

Moving on from 4.0.*

2007-11-07 Thread Jim
jo 0.9/1.0 if I wanted or even needed to. Thus, I feel as if I'm in Tapestry limbo, indefinitely locked into the inactive 4.0.* release-branch. Am I suffering from misconceptions? Thanks! Jim - To unsubscribe, e-mail: [EMAIL

Re: Moving on from 4.0.*

2007-11-07 Thread Jim
Sounds perfect! Thanks, guys; I really appreciate the response. Jim Andreas Andreou wrote: Yes, I want to commit this for 4.1.4... I just want to polish what i have and send it in till the weekend - stay tuned ;) On 11/7/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I can'

Re: T4: Putting Tapestry files inside another folder

2007-11-12 Thread Jim
cification file isn't found; by requiring specific conventions, you can code your implementations in such a way that *.jwc and *.page files need not exist. The implementations that ship with Tapestry should give you a pretty good idea as to how you can work in your own behavior. Ji

Re: T4: Putting Tapestry files inside another folder

2007-11-14 Thread Jim
's just implementing the interfaces, so you're free to implement them however you want. I did go into the Tapestry source, myself, to see how the default implementors were doing it. I should be able to publish my own approach this weekend, if you're still having trouble and ca

[T4.1.5] Creating Tapestry links, client-side.

2008-06-25 Thread Jim
d be comparable to basing logic off of a class's toString() implementation. I'm using Tap 4.1.5, though, so perhaps this is a reasonable risk since upgrading to Tap 5 would require a near-rewrite anyway? Thanks, Jim -

[T4.1] Chained PageRedirectException doesn't seem to be working for me

2008-08-20 Thread Jim
JIoEndpoint.java:447) java.lang.Thread.run(Thread.java:810) Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[T4.1] Interacting with Tap form from separate widget

2008-08-25 Thread Jim
uldn't find anything. I'm fine resorting to cycle.getParameter(..), but wanted to check. Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T4.1] Chained PageRedirectException doesn't seem to be working for me

2008-09-02 Thread Jim
initialized error page, which the page-listener will in turn return for rendering. That would gracefully handle the latter two issues above, but initialization work specific to the rewind phase is still lost to me. Thanks, Jim Andreas Andreou wrote: See the PageValidateListener interfac

[T4.1.5] Direct listener called multiple times

2008-09-11 Thread Jim
serviceParameters=[Ljava.lang.Object;@6fdc6fdc loadedPages=[MainMenu] attributes={} targetActionId=0 targetComponent=null] Any ideas? The second console-output occurs about 6 seconds later, just as PageB is rendered in the browser. Jim

[T4.1.5/6] Direct listener executing multiple times off single request

2008-09-12 Thread Jim
trouble coming up with a test case for a bug report. Anyone have any insight on the DirectLink service that can help me figure out what could be going on? Thanks, Jim Ken in nashua wrote: I have seen listeners get called twice. Have you tried 4.1.6-SNAPSHOT` I may have complained befo

Re: [T4.1.5/6] Direct listener executing multiple times off single request

2008-09-12 Thread Jim
7;s some unintended side effect in my Dojo-based JavaScript, and not a Tapestry-side problem. Jim wrote: I upgraded to 4.1.6, and I still have a listener that's consistently being invoked twice off a single click. The browser is not submitting multiple requests; at this point I am pa

Re: [T4.1.5/6] Direct listener executing multiple times off single request

2008-09-18 Thread Jim
FYI, the issue was an tag -- in Firefox, this results in another request to the current URL. Resolved with a default image URL. Thanks! Jim Jim wrote: When I disable caching, I get three invocations rather than two. When I disable JavaScript, I don't get any extra invocations. I&#x

web 2.0 ajax .which to choose?

2008-11-09 Thread jim
i'm very impressed with google and yahoo page when the page load, you can see a loading icon and slowly loading the pane. i did my googling and found many library out there, openlaszlo, jquery...etc . which one do you folks recommend to integrate with tapestry? i'm looking for cool rich 2.0 look an

outsouce tapestry projects

2008-12-29 Thread jim
I wondering is that any company interested to outsource projects to us? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: Best practice for new/edit object page?

2006-07-09 Thread Jim Steinberger
Still, even this smaller window could well be unacceptable if your interface allows for this scenario. I don't have a great suggestion for this, but I'm pretty sure they're there; that people have explored having transactions that span user-requests. Anyway, I'm currently migratin

Securing Tapestry Applications

2006-07-10 Thread Jim Steinberger
hich could, of course, be associated with thousands of other Addresses). Obviously, that example is an anti-pattern that shouldn't happen in the first place, but it nonetheless illustrates a couple areas that deserve some critical thinking. Thanks, Jim

RE: Securing Tapestry Applications

2006-07-10 Thread Jim Steinberger
I mentioned Acegi twice as a possible solution, as it certainly is for Problems 1 and 2, but I also explored why I believe it would not be adequate for Problem 3. Jim -Original Message- From: Ben Wong [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 9:49 AM To: 'Tapestry

RE: Best practice for new/edit object page?

2006-07-10 Thread Jim Steinberger
t have been modified (i.e. "dirty" flags), and will only update those properties. i.e. if the user-interface is only modifying properties A and B, depending on your setup, Hibernate might only update A and B, and not C and D. This begs for a proper test, though. Jim -Original Message--

RE: Best practice for new/edit object page?

2006-07-10 Thread Jim Steinberger
update, and then in Tapestry's rewind phase, only those properties that were bound to the form are set (and marked dirty), so then in the listener, only those properties that were actually exposed to the user-interface are actually ultimately updated by Hibernate. Meanwhile, no EJB transfer object

RE: How can I access request parameters in my page class?

2006-07-11 Thread Jim Steinberger
our application into a specific version of Tapestry, since a future of Tapestry could very well structure those URLs very differently. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 11:25 AM To: users@tapestry.apache.org Subject: How

RE: Tapestry 4: @DirectLink with parameter="ognl:null" not handled as a null parameter

2006-07-13 Thread Jim Steinberger
l do this. The "parameters" attribute can also take an Object[] or List, and OGNL makes it very easy to create one inline. The following worked for me: parameters="ognl:{ null }" Prolly cuz the list itself isn't null and thus not thrown away, and then it's mapped to the

RE: Tapestry 4: @DirectLink with parameter="ognl:null" not handled as a null parameter

2006-07-13 Thread Jim Steinberger
and no value at all, when using the single-value version of 'parameters'. But the List/Object[] inputs appear to support nulls perfectly fine. Jim -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 5:19 PM To: Tapestry users Subjec

RE: Inject and the infrastructure namespace

2006-07-14 Thread Jim Steinberger
ot;infrastructure:request" should probably be the preferred method; not only for less typing, but also because it's a higher-level view: Tapestry could later swap out its configuration with another service-provider without affecting our applications ... basically the benefit of coding

RE: Best practice for new/edit object page?

2006-07-16 Thread Jim Steinberger
} } ... i.e. If there were errors, you'll want to render the page with the data that was entered. Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Escaping quotes in OGNL expressions in Tapestry templates

2006-10-10 Thread Jim Steinberger
'Section: \u0022' + section.name + '\u0022'". Double Quote = \u0022, Single Quote = \u0027. Works great for me in Tapestry 4.0.2.   Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Re: Escaping quotes in OGNL expressions in Tapestry templates

2006-10-11 Thread Jim Steinberger
ort Unicode, Unicode /does/ have more alternatives (like using double-primes, quotes that turn inward, etc.). Thanks! Jim -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman Sent: Wednesday, October 11, 2006 5:31 AM To: users@tapestry.apache.org Subject: Re: Esc

RE: Re: Escaping quotes in OGNL expressions in Tapestry templates

2006-10-11 Thread Jim Steinberger
Should research before sending: "Curling Quotes in HTML..." http://www.dwheeler.com/essays/quotes-in-html.html Okay, shutting up about quoting, now :) Jim -Original Message----- From: Jim Steinberger [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 8:21 AM To: Tape

RE: Open new window on a form submit?

2006-10-11 Thread Jim Steinberger
The Form component accepts informal parameters, so you can use the HTML "target" parameter to control which window the result of the form-submission will return to: ... Jim -Original Message- From: James Sherwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1

RE: $template Asset

2006-10-12 Thread Jim Steinberger
e dollar sign is breaking the JavaBean spec. I've been putting "" in my .page file, and declaring everything else in the page class using annotations. Jim -Original Message- From: Andrei Chiritescu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 9:13 AM T

Array-gotcha in .script files

2006-12-15 Thread Jim Steinberger
But since a String-input is valid as a [] parameter in OGNL, it doesn't know to cast it. I used the workaround: [EMAIL PROTECTED]@parseInt(matrixIndex)].length} Jim

T4.1: Scriptaculous - automatically adding required js files

2007-10-15 Thread Jim Roycroft
ow do I do this with Scriptaculous? : dojo.require("some.dojo.feature") Thanks, Jim -- View this message in context: http://www.nabble.com/T4.1%3A-Scriptaculous---automatically-adding-required-js-files-tf4632239.html#a13227495 Sent from the Tapestry - User mail

Re: T4.1: Scriptaculous - automatically adding required js files

2007-10-16 Thread Jim Roycroft
Thank you! I was originally trying to do this with: But I was getting an org.xml.sax.SAXParseException saying: "Content is not allowed in prolog." Adding this stuff to the script file and calling that did the trick! Jim andyhot wrote: > > Suggest includes Suggest.scrip

[T4.1.3] Tip for using using directlink and updatecomponents in a for loop

2007-10-22 Thread Jim Roycroft
ener:showTheWord" parameters="ognl:word">Show the word < /span> < /span> Now the links will be correct. The reason this happens is that the @DirectLink component will ask for the componentWrapper clientId on the first round, and it will default to t

Re: [T4] One way to get the context path when you need to inject it straight into HTML

2007-11-01 Thread Jim Roycroft
The mailinglist/nabble formatting cut out some stuff... here's the relevant snippet: Jim Roycroft wrote: > > ... > > Note the path to csshover2.htc, obviously it's going to break if I don't > get the context path in there. Here's my solution: > > &

[T4] One way to get the context path when you need to inject it straight into HTML

2007-11-01 Thread Jim Roycroft
(); } And: @Asset("/scripts/csshover2.htc") public abstract IAsset getCssHoverScript(); In the backing class. Now I can run the app with any context path I like, for example 'squirrelycontext', and the asset will generate '/squirrelycontext/scripts/csshover2

Re: [T4.1.3] Tip for using using directlink and updatecomponents in a for loop

2007-11-15 Thread Jim Roycroft
I eventually found a situation where I needed this and it worked like a charm! Thanks Andreas. Jim Andreas Andreou wrote: > > I've always had such direct links after their updateComponents > and used updateComponents="clientId:componentWrapper" > (thoug

JettyRunner's contextpath in Tap5's AbstractIntegrationTestSuite

2008-06-17 Thread Jim Tomlinson
better, IMHO. I can post a patch, if need be. Thanks. - Jim -- - UW Office of Information Management - Jim Tomlinson Office: (206) 685-6449 Sr Applications System EngineerUniversity of Washingt

T5: Specify List as Form's context?

2008-08-13 Thread Jim Tomlinson
repare... method doesn't get called at all. What's the magic to correctly constructing the context parameter as a List (which the docs say is possible). Thanks. -- - UW Office of Information Management - Jim Tomlinson Office: (206) 68

Newbie help with For and TextField components

2007-01-09 Thread Jim Downing
xample.pages.Home - Initializing names list 9638859 [btpool0-3] INFO com.example.pages.Home - Submitted. List is: [] 9638859 [btpool0-3] INFO com.example.pages.Home - Begin render. Rewind? false I'm puzzled - why hasn't the lis

T4.1.1 Client-side validation problems

2007-01-10 Thread Jim Downing
ge is appended in a div at the end of the document: - ERROR: 12:03:28: Error validating TypeError : value has no properties : http://localhost:8084/spectrasub/submission?service=asset&path=%2Fdojo%2Fdojo.js : line 24 Any ideas what gives? th

Re: Newbie help with For and TextField components

2007-01-10 Thread Jim Downing
Would a reasonable hack be to bind the value of the text field input to a property with a concrete setter that used the @For index to build the new list items manually? Thanks, jim - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Newbie help with For and TextField components

2007-01-10 Thread Jim Downing
also keen to avoid using any session persistence but will do if it's necessary. Can tapestry deal with simple values that don't have identity in this way? Thanks, jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie help with For and TextField components

2007-01-10 Thread Jim Downing
ining the getter in other situations - I think the setter appears by reflection magic. jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie help with For and TextField components

2007-01-11 Thread Jim Downing
Hi Daniel, thanks very much for this, it makes things much clearer (best explanation of it I've seen by a long chalk!). I'll take your advice and create a holder object for my string that uses a UUID to identify the strings. Thanks! jim Daniel Tabuenca wrote: Eventually I

[Filtered!] Re: T4.1.1 Client-side validation problems

2007-01-12 Thread Jim Downing
nabled is set to false, but I get the error message below when it's set to true. Thanks, jim Can anyone help me to get client-side validation working? I've enabled client side validation on my form component, and used a ScriptIncludes component to load the dojo components, but now whe

Re: [Filtered!] Re: T4.1.1 Client-side validation problems

2007-01-18 Thread Jim Downing
Hi Brian, thanks for the advice - I'll see what happens when I turn off the input disabling. cheers, jim Brian Duchek wrote: Back in Tap3, if you disabled form fields on the client it would totally screw up server side validation (and some client validation schemes). It was a tech

Re: Feedback for the AcegiSpringJava5FormBased wiki page

2007-02-06 Thread Jim Roycroft
Wiki pages updated. Jim Roycroft wrote: > > I'd like to hang on for a bit to let Jesper update the wiki with any new > things he has figured out. If I don't see any changes in another few days, > I'll update it. > > Now, more new stuff for: AcegiSpringJav

RE: Changing the default location of the component template

2007-02-06 Thread Jim Roycroft
Was there something else to this? Any changes to the pages that use the component? I cannot get this to work. I presume you meant "getTemplate()" as opposed to "get$template()". Khan, Hatim wrote: > > Ok, it turns out that I can do the following to change the location of a > custom component

RE: Changing the default location of the component template

2007-02-06 Thread Jim Roycroft
Nevermind, get$template() was absolutely correct! Man that's ugly.... Jim Roycroft wrote: > > Was there something else to this? Any changes to the pages that use the > component? I cannot get this to work. > > I presume you meant "getTemplate()&quo

Re: [WARNING] Feedback for the AcegiSpringJava5FormBased wiki page

2007-02-16 Thread Jim Roycroft
things like missing login/passwords) and an AuthorizationException (for things like locked or disabled accounts). Then you can get the error messages from the exceptions, and do what you like with them. Jim Michael Waluk wrote: > > Hi, > I'm new to using Acegi with Tapestry-Acegi.

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

2009-11-25 Thread Jim O'Callaghan
quired for client-side reporting of communication errors and also that there are implications for IE reporting of secure/non-secure content. Would be grateful for a steer. Thanks. Regards, Jim.

RE: Change Event on Select Component

2009-11-25 Thread Jim O'Callaghan
this helps. Regards, Jim. -Original Message- From: Everton Agner [mailto:everton_ag...@yahoo.com.br] Sent: 25 November 2009 13:37 To: Tapestry Users Subject: Change Event on Select Component Hi, Which is the simplier way to capture the "onChange" event of a Select component an

RE: jQuery.noConflict() not working

2009-11-26 Thread Jim O'Callaghan
List getJavascriptStack() { return javascriptStack; } public List getStylesheetStack() { return clientInfrastructure.getStylesheetStack(); } HTH. Regards, Jim. -Original Message- From: Inge Solvoll [mailto:inge.tapes...@gmail.com] Sent: 26 November 2009 15:

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
ss is a class that is internal to the project and no other versions of the class are available on the classpath, or contained in jarred up resources. If there is any other relevant information I can provide please let me know. I can workaround by de/reconstructing keys etc. but think this is

RE: Stumped with Linkage Errors

2009-11-30 Thread Jim O'Callaghan
t say I am very impressed so far with the framework - it's one of the most easy to use and well-featured I've seen, outside of in-house affairs which use mainly non-transferable knowledge. Thanks for all the effort you and your team have put in to it. Regards, Jim. -Original Messa

Tapestry and XFire

2009-12-02 Thread Jim O'Callaghan
beans. Is there a way to get XFire to hook up directly with Tapestry, to avoid the doubling up of configuration details (Hibernate settings, beans) for Spring? It feels like I'm losing some of the handier features of Tapestry (minimal configuration) because of the XFire integration. M

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

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
rs in this scenario and if so can anyone advise on how to abstract and reuse an embedded Address rendering approach? Many thanks, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

RE: Validators / Translators question

2009-12-10 Thread Jim O'Callaghan
ds in ex. Address) but was wondering more about how the value is translated from what is posted back into an Address object - is that not what the Translator would do? I'm probably missing something obvious here ... Regards, Jim. -Original Message- From: Thiago H. de Paula

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
Agreed - this is just for convenience in a very context relevant area of the system (user CRUD and other ops) - in other areas of the system the IPersistentObject interface is used as a matter of course in place of Users and other domain objects. Regards, Jim. -Original Message

Tapestry5 and envers

2009-12-17 Thread Jim O'Callaghan
with Tapestry5, or even any alternative generic entity auditing facility (not trigger based) that someone could recommend - thanks. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

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
ing class: com.abc.xyz.entities.core.client.Address_AUD -> Address_AUD [INFO] cfg.HbmBinder Mapping class: com.abc.xyz.entities.core.client.Phone_AUD -> Phone_AUD [INFO] cfg.HbmBinder Mapping class: org.hibernate.envers.DefaultRevisionEntity -> REVINFO Does this give any clues - HbmBinder vs. EntityBin

RE: Tapestry5 and envers (2)

2009-12-20 Thread Jim O'Callaghan
le difference I was missing, but got the same result. Thanks. Regards, Jim. -Original Message- From: Alejandro Scandroli [mailto:alejandroscandr...@gmail.com] Sent: 19 December 2009 20:05 To: Tapestry users Subject: Re: Tapestry5 and envers (2) Here is how I worked around this problem:

RE: Tapestry5 and envers (2)

2009-12-21 Thread Jim O'Callaghan
the *_AUD classes in your application or is envers doing all the work at runtime? Thanks. Regards, Jim. -Original Message- From: Alejandro Scandroli [mailto:alejandroscandr...@gmail.com] Sent: 20 December 2009 16:46 To: Tapestry users Subject: Re: Tapestry5 and envers (2) Hi Jim >

RE: Tapestry5 and envers (2)

2009-12-21 Thread Jim O'Callaghan
Alejandro, I got this working - thanks for your help. There was an issue to do with Super/sub classes not being annotated with @Audited that contributed to the problem, which clouded the testing once the configuration had been sorted out - thanks. Regards, Jim. -Original Message

Spring Security with T5RESTful Services

2010-01-04 Thread Jim O'Callaghan
om you - thanks. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Spring Security with T5RESTful Services

2010-01-04 Thread Jim O'Callaghan
om you - thanks. Regards, Jim. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

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
esp. ones where the injection / autowire / etc. is not in the pages / components area - this is a standalone service I'm trying to access the Tapestry service from. Regards, Jim.

Accessing Tapestry Services from Spring Beans

2010-01-05 Thread Jim O'Callaghan
esp. ones where the injection / autowire / etc. is not in the pages / components area - this is a standalone service I'm trying to access the Tapestry service from. Regards, Jim.

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
ooking for something that uses POST params ...? Thanks. Regards, Jim.

RE: Accessing Tapestry Services from Spring Beans

2010-01-06 Thread Jim O'Callaghan
Is anyone doing this? It's listed as a feature on the lead page at http://tapestry.apache.org/tapestry5/: ... "Tapestry Services can now be injected into Spring Beans" Any examples anywhere that could be pointed to? Muchos thanks. Regards, Jim. -Original Message

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
passes the relevant object(s) using Request parameters rather than the querystring / url - thanks. Regards, Jim. -Original Message- From: Lutz Hühnken [mailto:lh.tapestry.l...@googlemail.com] Sent: 06 January 2010 13:50 To: Tapestry users Subject: Re: Persisting state without HTTP Session

RE: Persisting state without HTTP Session

2010-01-06 Thread 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 is injected, or is there a downside to this? Regards, Jim. -Original Message- From: Ulrich Stärk [mailto:u...@spielviel.de] Sent: 06

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
I had read that clustering applications that relied on session state had performance implications though perhaps if the amount of data retained in the session is small this is not going to cause too much of an overhead. Regards, Jim. -Original Message- From: Ulrich Stärk [mailto:u...@spielvi

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
just minimising the amount of data held. Thanks for your contributions. Regards, Jim. -Original Message- From: Lutz Hühnken [mailto:lh.tapestry.l...@googlemail.com] Sent: 06 January 2010 15:26 To: Tapestry users Subject: Re: Persisting state without HTTP Session I see. There wouldn'

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
Ulrich, Lutz, Thanks for the very informative replies. Hopefully they will be useful to others also. Regards, Jim. -Original Message- From: Lutz Hühnken [mailto:lh.tapestry.l...@googlemail.com] Sent: 06 January 2010 15:56 To: Tapestry users Subject: Re: Persisting state without HTTP

RE: Persisting state without HTTP Session

2010-01-06 Thread Jim O'Callaghan
Thanks for the details Howard - I'll keep an eye on this one. Regards, Jim. -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 06 January 2010 18:44 To: Tapestry users Subject: Re: Persisting state without HTTP Session Something I'm hoping to put t

RE: Accessing Tapestry Services from Spring Beans

2010-01-07 Thread Jim O'Callaghan
nvalid and returning the default page? Many thanks, Jim. -Original Message- From: Juan E. Maya [mailto:maya.j...@gmail.com] Sent: 06 January 2010 14:29 To: Tapestry users Subject: Re: Accessing Tapestry Services from Spring Beans Jim I have injected spring beans using: @Inject @Autowir

RE: Installing easyfckeditor

2010-01-10 Thread Jim O'Callaghan
Maven Snapshot Repository http://kenai.com/svn/t5-easy-fckeditor~maven-snapshot-repos itory default I went through some installation issues with 1.0.1, 1.0.2, and after some dialog with the author, the 1.0.3 snapshot version has been updated (last few days). Regards

Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Jim O'Callaghan
Thanks for any suggestions. Regards, Jim.

  1   2   3   4   >