Problems using JPA with 5.3

2011-10-16 Thread jesse
Hi, I've run in to a couple of JPA related issues that are keeping me from moving to 5.3. My app previously worked fine with tynamo jpa, but now throws eclipselink exceptions and won't start with Tapestry 5.3 (5.3-beta-22). My app works great with tynamo JPA, tynamo resteasy, eclipselink (2.2.1),

Re: Problems using JPA with 5.3

2011-10-17 Thread jesse
Thanks Thiago, I have read the documentation on the new JPA stuff in Tapestry. I'm pretty sure I have it set up correctly. I did everything the documentation suggests and I'm still having the issue. The only reason I mentioned tynamo was just to make it clear that I did at one point have JPA wo

Re: An Appeal To Use the Latest Betas

2011-10-17 Thread jesse
I would love to be using the latest version of tapestry, but sadly can't due to the jpa issue I'm having with it, described here: http://tapestry-users.832.n2.nabble.com/Problems-using-JPA-with-5-3-td6898469.html -- View this message in context: http://tapestry-users.832.n2.nabble.com/An-Appeal-

Re: Problems using JPA with 5.3

2011-10-19 Thread jesse
So here's my configuration (though there's not much to it): In addition to the T5 and tapestry-jpa dependencies in my pom, I also have these: org.eclipse.persistence javax.persistence 2.0.3 org.eclipse.persistence

Re: Problems using JPA with 5.3

2011-10-20 Thread jesse
Thanks for the suggestion but the symbol in my persistence.xml gets replaced by mvn when it filters my resources. I've set it up that way in my pom, and as I've said previously, this works fine using tynamo jpa, so if it's a problem with my persistence.xml it's not going to be an obvious one like

Re: Problems using JPA with 5.3

2011-10-20 Thread jesse
Yes, I agree that the problem is with weaving, but the question I have is: what in T5 is causing eclipselink to have the problem with weaving. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Problems-using-JPA-with-5-3-tp6898469p6913386.html Sent from the Tapestry Users

Re: Problems using JPA with 5.3

2011-10-20 Thread jesse
I really appreciate your quick response, and thanks for trying to help! Yes, my app uses weaving - otherwise it wouldn't work with lazy loaded entities. Eclipselink uses weaving by default. When you run your app in a j2ee container (like tomcat and jetty, both of which I'm using) you don't need

Re: Problems using JPA with 5.3

2011-10-20 Thread jesse
Here's some explanation about this from eclipselink: https://bugs.eclipse.org/bugs/show_bug.cgi?id=323403 Can a commiter please tell me how and where I can report a T5 bug? -- View this message in context: http://tapestry-users.832.n2.nabble.com/Problems-using-JPA-with-5-3-tp6898469p6914456.htm

Re: Problems using JPA with 5.3

2011-10-21 Thread jesse
Nope, still cant get around it. This is part of the error I get "The class was not weaved properly - for EE deployments, check the module order in the application.xml deployment descriptor and verify that the module containing the persistence unit is ahead of any other module that uses it." Doe

Re: Problems using JPA with 5.3

2011-10-21 Thread jesse
Maybe tynamo does something to get weaving working that tapestry-jpa doesn't do? -- View this message in context: http://tapestry-users.832.n2.nabble.com/Problems-using-JPA-with-5-3-tp6898469p6919297.html Sent from the Tapestry Users mailing list archive at Nabble.com. --

Re: T4: Newbie's questions

2008-01-10 Thread Jesse Kuhnert
; > -Norman > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --

Re: T4: Newbie's questions

2008-01-10 Thread Jesse Kuhnert
\' On Jan 10, 2008 4:29 PM, Zheng, Xiahong <[EMAIL PROTECTED]> wrote: > How to escape single quote inside my string constant? > > > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 10, 2008 4:19 PM > To:

Re: [ANN] Tapestry/Seam integration

2008-01-15 Thread Jesse Kuhnert
; module for Tacos 5. > Unfortunately I can't upload the snapshots yet because some work is still > needed. > But you can expect the snapshots in the next days. > > -- > Best regards, > > Igor Drobiazko > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/dev

Re: [ANN] Tapestry/Seam integration

2008-01-15 Thread Jesse Kuhnert
a drag-n-dropper > > Blog: http://joshuajava.wordpress.com/ > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer

Re: Tapestry & IDEA

2008-01-16 Thread Jesse Kuhnert
> > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer Open source based consulting w

Re: T4: Popup window

2008-01-21 Thread Jesse Kuhnert
here was something either > at Tacos or based on the Dialog widget. I just couldn't figure out how to > get it to load and render a page. > > Thanks, > Kevin > > > > - > To unsubscribe, e-mail: [

Re: T41: dojo form validation on submit problem, Firefox

2008-01-25 Thread Jesse Kuhnert
-dojo-form-validation-on-submit-problem%2C-Firefox-tp15077505p15077505.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additi

Re: scary error messages

2008-01-30 Thread Jesse Kuhnert
w up, Jetty has to be > restarted in order to restore from this chaos. > > I am using Tapestry version 4.1.3 (from the Maven repository). > > Any ideas what might cause this? > > Marcel > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer Open source ba

Re: scary error messages

2008-01-31 Thread Jesse Kuhnert
about a serious server overload. I've googled already who to handle > a Jetty server overload, but did not find anything. I will continue to > google for a while and if nothing comes up, I will contact WebTide on this > issue. >

Re: Maven Support

2008-01-31 Thread Jesse Kuhnert
t; already using Maven for other things. > >>>> > >>>> Just my two cents. > >>>> > >>>> Mark > >>>> > >>>> ----- > >>>>

Re: scary error messages

2008-01-31 Thread Jesse Kuhnert
You may also want to try out whatever is in this new 3.6 javassist release. Sounds like a bug in hibernate or javassist to me but it's hard to tell for sure. http://mirrors.ibiblio.org/pub/mirrors/maven2/jboss/javassist/3.6.ga/ On Thu, Jan 31, 2008 at 12:55 PM, Jesse Kuhnert <[EMAIL P

Re: Improved Tapestry Component Reference

2008-01-31 Thread Jesse Kuhnert
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer Open so

Re: dom quiz question...

2008-01-31 Thread Jesse Kuhnert
t; But How do I access transparentText within the DOM? 3 *** stars for perso who > gets this right imageDom.transparentText.valueOf(); ??? failsBest regards > Ken in nashua > > Connect and share in new ways with Windows Live. Get it now! > > > ___

Re: scary error messages

2008-01-31 Thread Jesse Kuhnert
ion is > also deployed in a separate war file containing version 3.3. So yes, Jetty > has loaded different versions of javassist. And no, these versions are not > loaded in the same context. > > Marcel > > > > On Jan 31, 2008 6:55 PM, Jesse Kuhnert <[EMAIL PROTECT

Re: [T4] Modifying RadioGroup

2008-02-05 Thread Jesse Kuhnert
ww.messagelabs.com/email > __ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jes

Re: directlink without a page refresh

2008-02-05 Thread Jesse Kuhnert
except that the same page > is regenerated (which is not so bad) but it also forces my client's clients > to scroll down. And they hate it... > > Marcel > -- Jesse Kuhnert Tapestry / OGNL / Dojo team member/developer Open source based consulting work centered around

Re: [T4] Bug? @For generates hidden controls with same name

2008-02-06 Thread Jesse Kuhnert
> > >> > > >> Amsterdam > > >> > &g

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-25 Thread Jesse Kuhnert
ervices.impl.ExpressionCacheImpl.getCompiledExpression > > .. > > > > > > -- > View this message in context: > http://www.nabble.com/Tapestry-4.1.5-Javaassist-and-runtime-errors%21%21-tp15673014p15673065.html > > > Sent from the Tapestry - User maili

Re: OutOfMemory problem with Tapestry 4.0.2

2008-02-26 Thread Jesse Kuhnert
5.5.9 > - Tapestry 4.0.2 > - Windows 2003 > > > Has anyone of you had the described problem?? Any suggestions are very > welcome, since I couldn't find any solution elsewhere. > > > Kind regards, > > Michael Mlynarski > > -

Re: Tapestry 4.1.5 Javaassist and runtime errors!!

2008-02-29 Thread Jesse Kuhnert
eExpression(Ognl.java:141) > >> > at > >> > > >> > org.apache.tapestry.services.impl.ExpressionCacheImpl.parse(ExpressionCacheImpl.java:152) > >> > at > >> > > >> > org.apache.tapestry.services.

Re: IDE Support for Tapestry 5

2008-02-29 Thread Jesse Kuhnert
g list archive at Nabble.com. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhn

Re: T4: EventListener on multiple elements

2008-03-06 Thread Jesse Kuhnert
cause I do not know its identifiers). > I'd also like to get informed about the source of the event (table row > id for example). > > Thanks in advance. > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: T4: EventListener on multiple elements

2008-03-06 Thread Jesse Kuhnert
he BrowserEvent should also contain the client side ID assigned to the node in question and other misc information... Is there something else missing? On Thu, Mar 6, 2008 at 2:51 PM, Andreas Andreou <[EMAIL PROTECTED]> wrote: > Jesse, correct me if i'm wrong, but I believe that defaul

Re: AW: Getting Answers on the User List

2008-04-14 Thread Jesse Kuhnert
ss > model that looked forward into the future. Their model wasn't compatible > with Tapestry, which would have meant in every major release they would have > to rewrite their frontend all over again and again. > > BTW, why is Jesse Kuhnert not participating anymore in the for

Re: User subscription email broken?

2006-06-28 Thread Jesse Kuhnert
scribe? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
h to use it now. (unless you want to override the version included, which is also supported. ) On 6/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: That's even easier! @Shell now has an ajaxEnabled parameter From Kevin Menard <[EMAIL PROTECTED]>: > On Wed, 28 Jun 2006 11

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
ttp://tapestry.apache.org/tapestry4.1/download.html On 6/28/06, Peter Svensson <[EMAIL PROTECTED]> wrote: Excuse me, but is it out .. ? I mean 4.1. Cheers, PS On 6/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Yeah, "oops". I should probably refactor that @Shell inclusi

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
olute minimum profile size possible...It won't matter if it includes only a tiny fraction of dojo as anything that is really needed at runtime will still be loaded/cached on an as-needed basis. On 6/28/06, Kevin Menard <[EMAIL PROTECTED]> wrote: On Wed, 28 Jun 2006 12:38:20 -0400, Je

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
Sure, does "async=true|false" sound like a good parameter name? (It'll only apply when using submitForm) On 6/28/06, Kevin Menard <[EMAIL PROTECTED]> wrote: On Wed, 28 Jun 2006 11:42:58 -0400, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > You don't need t

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
I should say "sure" = I'll make the quick change and deploy snapshot if it sounds good. On 6/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Sure, does "async=true|false" sound like a good parameter name? (It'll only apply when using submitForm) On 6/28

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
people (myself included) that do like to get down/dirty with all of the javascript code/ajax calls so that you can use as little or as much of what the framework provides without getting into cluster-f#$ territory. On 6/28/06, Kevin Menard <[EMAIL PROTECTED]> wrote: On Wed, 28 Jun 2006 1

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
ardedly re-instantiate the class for every test method found like junit...blehhh) On 6/28/06, Kevin Menard <[EMAIL PROTECTED]> wrote: On Wed, 28 Jun 2006 14:46:34 -0400, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > A...I had almost forgotten what your original question was. I >

Re: Tapestry 4.1 Form Events

2006-06-28 Thread Jesse Kuhnert
27;ll be in practice, but enough to get you over this hump for now.. On 6/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Heh...It will be done very soon, but I'm attacking one problem at a time and am currently in validation logic still. (actually currently finishing up last it

Re: contribtable help

2006-06-28 Thread Jesse Kuhnert
her column. any thoughts. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered arou

Re: component allow-body: yes and no

2006-06-29 Thread Jesse Kuhnert
ontents of the component's HTML template get rendered, but (obviously) the custom body does not. Is there a method in my component class that I can override to get them both to render when allow-body="yes"? Thanks, Daniel -- Jesse Kuhnert Tacos/Tapestry, team member/developer

Re: alternate row colours in foreach

2006-06-29 Thread Jesse Kuhnert
] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Is it possible to "swap components"?

2006-06-29 Thread Jesse Kuhnert
thing similar - essentially swapping different components into a component placeholder at runtime? Thanks all for advice! Paul -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tree w/Checkbox on each node--Way to Fix Indent?

2006-06-30 Thread Jesse Kuhnert
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuh

Re: Tree w/Checkbox on each node--Way to Fix Indent?

2006-06-30 Thread Jesse Kuhnert
t to reopen 32 or should I re-file? -Steve -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 10:48 AM To: Tapestry users Subject: Re: Tree w/Checkbox on each node--Way to Fix Indent? Is there an open issue for this in tacos? Seems like a big

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
ate planned for testng 4.7? -- Thanks, Henri. -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
E-134 On 7/2/06, Henri Dupre <[EMAIL PROTECTED]> wrote: On 7/2/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > I'm using it with testng 4.7 to test tapestry itself. Nice! What dependency should I put into maven to access the test functions? Thanks, Henri. -- Jesse

Re: Display explorer like file structure

2006-07-02 Thread Jesse Kuhnert
on. thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-02 Thread Jesse Kuhnert
k into it. Cheers, Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Re: form validation question

2006-07-03 Thread Jesse Kuhnert
a first name", ValidationConstraint.REQUIRED); } } if (delegate.getHasErrors()) return; ...Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/T

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-03 Thread Jesse Kuhnert
to learn for more people. Very much appreciated! On 7/2/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Damn...I keep forgetting to add a link to this on the tapestry site. I promise I'll do it tomorrow. On 7/2/06, Geoff Callender < [EMAIL PROTECTED]> wrote: > > Mike

Re: Removing deprecated stuff in 4.1?

2006-07-04 Thread Jesse Kuhnert
nsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: i18n text in properties file and HTML

2006-07-04 Thread Jesse Kuhnert
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tacos issues

2006-07-04 Thread Jesse Kuhnert
ork in Safari (on the Mac). If it's not cross-platform, Dojo is really not a good toolkit to standardize on A - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Easier Form Manipulation, how do i...?

2006-07-05 Thread Jesse Kuhnert
7;s the best way to approach this? Is there any examples extant? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source b

Re: help please, problem with image map using Tapestry 4 !!!

2006-07-05 Thread Jesse Kuhnert
e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tacos issues

2006-07-05 Thread Jesse Kuhnert
t's called?) also needs to be compatible, if I'm to continue doing this. Aynway, I'm sure I've just been too eager to try out the very latest, and that by the time of a release my worries will be needless. A On Jul 5, 2006, at 11:47 AM, Jesse Kuhnert wrote: > That's an

Re: Tapernate Usage Questions

2006-07-06 Thread Jesse Kuhnert
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Re: Partial form submit

2006-07-06 Thread Jesse Kuhnert
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: EventSubmit?

2006-07-06 Thread Jesse Kuhnert
mands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: EventSubmit?

2006-07-06 Thread Jesse Kuhnert
ttp://www.erinors.com/product/tapdoc/sample/Framework/PropertySelection/ind ex.html Googled for "PropertySelection+eventListener" and it was like 4th on the list. -----Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 1:21 PM To: Tapestry users

Re: Tapestry website?

2006-07-06 Thread Jesse Kuhnert
ngs missing? (http://tapestry.apache.org) Thanks, Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based cons

Re: Tapestry website?

2006-07-06 Thread Jesse Kuhnert
Ok all fixed. (as soon as apache servers sync up that is, which should be 11 past the hour every hour) On 7/6/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yes we're aware. Thank you for pointing it out though. (I may have configured something incorrectly in maven2, it should be fi

Re: maven deps makes 4.0 collide with 4.1

2006-07-07 Thread Jesse Kuhnert
-- ted - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: javascript to tapestry

2006-07-08 Thread Jesse Kuhnert
ll me if my way to gut javascript to the html page could work, and maybe how, or which is the right way to add an javascript array read from the database? thanks a lot - grischan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Re: RE: RE: Re: Partial form submit

2006-07-08 Thread Jesse Kuhnert
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Re: Re: RE: RE: Re: Partial form submit

2006-07-08 Thread Jesse Kuhnert
s implementation. The best I can offer is to help test. Please post a message to inform me when you are tackling this. Otherwise where can I latch on? On 08/07/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > To really do something like this properly you'd probably have to mess around

Re: Tacos @PartialFor question

2006-07-08 Thread Jesse Kuhnert
cycle is going to like this? > > -- > Regards > Theo > -- Regards Theo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tacos @PartialFor question

2006-07-08 Thread Jesse Kuhnert
Yeah, I just double checked and think you'll be ok. Give it a try :) On 7/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: As long as you don't expect any form values to get updated via your call you should be able to use AjaxDirectLink just fine. In theory I made the FormSu

Re: Availability of 4.1?

2006-07-09 Thread Jesse Kuhnert
me mails on this list regarding Tapestry 4.1. When do you expect the final release? Yours marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, tea

Re: tapestry-acegi

2006-07-10 Thread Jesse Kuhnert
-acegi/source-repository.html HTH Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consultin

Re: Return with "html anchor" in listener

2006-07-10 Thread Jesse Kuhnert
> http://uk.geocities.com/matmsh/index.html > > > > ___ > Copy addresses and emails from any email account to Yahoo! Mail - quick, > easy and free. http://uk.docs.yahoo.com/trueswitch2.html > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Re: Why I hate mailing lists

2006-07-10 Thread Jesse Kuhnert
---- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Best practice for new/edit object page?

2006-07-10 Thread Jesse Kuhnert
editEvent = getEditEvent(); > editEvent.setEvent(EventServices.getEvent(eventId)); > return editEvent; > } > > where EventServices.getEvent fetches Event from DB. > > How should I handle state between postbacks? I have put my eventId in a > Hidden in the EditEvent.html like this: > > > but this means I will have to redo

Re: General HiveMind questions

2006-07-11 Thread Jesse Kuhnert
ethods). (Maybe should be posted on the HiveMind lists) Thanks, Ezra Epstein - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/de

Re: General HiveMind questions

2006-07-11 Thread Jesse Kuhnert
s, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Source code for Tapestry examples

2006-07-11 Thread Jesse Kuhnert
source either. H. I'm in a gripe-y mood, but it does seem like I detect a pattern here. Thanks, Ezra Epstein - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Je

Re: heap analysis and tapestry caches

2006-07-11 Thread Jesse Kuhnert
mponents but I'm curious to understand why has tapestry created so many instances? And given the numbers of instances, I'm wondering if Tapestry shouldn't have limits on its caches? Would it improve the memory usage if I use cycle.forgetPage(...) for every page? -- Thanks, Henri.

Re: Re: heap analysis and tapestry caches

2006-07-11 Thread Jesse Kuhnert
is. I can redploy the app no more than 2 or sometimes 3 times before I will run out of heap space, and if I use the app for a while, it will just spontaneously combust, even if it is the first deployment. To be honest, the problem makes me VERY nervous, although not yet enough to do any seri

Re: Tap 4.1 questions

2006-07-12 Thread Jesse Kuhnert
For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

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

2006-07-13 Thread Jesse Kuhnert
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
ipt:this.form.events.cancel ();",But after I upgrade to 4.1,I find the method doesn't work? How to ? Thanks -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
uot; The first parameter will take a node id or actual node. This should be true for almost all js functions you see in tapestry now as well. On 7/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Ah. You have got me there, I've failed to provide explicit function calls

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
sighh.. in the last example, "this" should be "this.form". On 7/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Oops...That doesn't help you as much in the context of the example you gave, you can also do it this way ~if~ the context is within an html on attr

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
#x27;s released). On 7/13/06, James Carman <[EMAIL PROTECTED]> wrote: Is there any way to specify, via JavaScript what "listener" method to call upon form submit? That'd be just as good as having an EventSubmit component. -Original Message- From: Jesse Kuhnert [

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
sai <[EMAIL PROTECTED]>: > > Thank you! > > 2006/7/14, Jesse Kuhnert <[EMAIL PROTECTED]>: > > > sighh.. in the last example, "this" should be "this.form". > > > > On 7/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > >

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
Oops...Forgot to mention that you don't have to target components only. You can say targets={comp id list} or elements={html element id list} or any combination of the two. On 7/13/06, James Carman <[EMAIL PROTECTED]> wrote: You da man, Jesse! Thank you for your responsivenes

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-13 Thread Jesse Kuhnert
Hmmm...I added the async attribute and it's working but I'm noticing a small side effect that I don't like. I'm going to have to table this for tomorrow/this weekend. (haven't eaten yet today and it's midnight now ) On 7/13/06, James Carman <[EMAIL PROTECTED]>

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
); dojo.log.setLevel(dojo.log.getLevel("WARNING")); Hello Is this just my cruddy build or is anyone else seeing this? Thanks, Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
Ok last question I promise. Are you running this with the standard maven jar I've deployed or some other derivative? On 7/14/06, Adam Henderson <[EMAIL PROTECTED]> wrote: Jesse, OS-X 10.4.1, Java 1.5.0_06, Tomcat 5.5.17, I'm running it through Eclipse 3.2/WTP1.5 -- Jes

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
TestAssetSource So i re-ran skipping the tests - which built the jars mvn -Dmaven.test.skip=true package On 14 Jul 2006, at 21:59, Jesse Kuhnert wrote: > I've not seen it before. What kind of servlet container is this > running in? > > On 7/14/06, Adam Henderson Azud

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
sspath resource /dojo/../tapestry.js. org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/ dojo/../tapestry.js' does not exist. jars tapestry-annotations-4.1.0-20060714.230652-14.jar tapestry-contrib-4.1.0-20060714.230652-15.jar tapestry-portlet-4.1.0-20060714.230652-14.jar tapestry-framework-4.1.0-20060714.2

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
onnecting? (yes/no): yes Password:: (Sorry, I'm totally new to the Maven thing) On 15 Jul 2006, at 00:39, Jesse Kuhnert wrote: > Ok, for sanity's sake, what happens when you deploy/run the > TimeTracker > example application? (Can be run via maven as well ) > > On 7/

Re: How to do Tapestry 4.1 form cancel listener?

2006-07-14 Thread Jesse Kuhnert
Oh right, all of the items mentioned in this thread have been fixed/added and deployed. On 7/14/06, D&J Gredler <[EMAIL PROTECTED]> wrote: Wow! Don't kill yourself! On 7/14/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Hmmm...I added the async attribute and it&#

Re: Navigational Menu

2006-07-17 Thread Jesse Kuhnert
s guys. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.

Re: Re: Administrator of this forum ?

2006-07-18 Thread Jesse Kuhnert
the mailer are being ignored.> >> > Would > appreciate some help.> >> > Thanks> > Frank> >> >> >> > > -> > To > unsubscribe, e-mail: [EMAIL PROTECTED]> &

  1   2   3   4   5   6   7   8   9   10   >