RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2008-01-22 Thread Ken in nashua
This turned out to be the issue for this thread... https://issues.apache.org/jira/browse/TAPESTRY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561377#action_12561377Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: para

Re: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-12 Thread Jesse Kuhnert
Do you guys think you could bring this off list? This thread needs to be put out of its misery... On 10/12/07, Ken nashua <[EMAIL PROTECTED]> wrote: > > Thanks josh... couple more ques... > > Since I already have tapestry imported to my workspace... I am questioning > the need to tell my projec

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-12 Thread Ken nashua
configure a jar (from where, repo or svn folder)? or just point it to some folder? Thanks Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 19:07:35 -0400 Josh, I checked

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-12 Thread Ken nashua
x27;s dialogue for my JRE but the above configuration will hit all projects and not sure if that's valid. Thanks Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 19:0

Re: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Nick Westgate
I'm just giving the standard response for this problem, though I don't know if T4 has changed such that a different solution is possible. http://thread.gmane.org/gmane.comp.java.tapestry.user/23236/focus=23293 For instance, maybe you need to use "ognl:tableSource" in your template depending on th

Re: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Josh Canfield
gt; persistent properties, parameters... not fun stuff. > > I can go it alone in the debugger and provide feedback on this release. > > Thanks for any tips... BTW: irc is banned where I work > > Best regards > Ken in nashua > > From: [EMAIL PROTECTED] > To: users@tap

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
go it alone in the debugger and provide feedback on this release. Thanks for any tips... BTW: irc is banned where I work Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
Attempts to model the solution below using @Persist in the JAVA defaulting to session never worked. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 12:40:18 -0400

Re: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Josh Canfield
Hi Ken, Please hear this in a gentle guiding tone, but I have to agree with Nick here. You posting every 10-20 minutes is going beyond annoying and starting to feel like abuse. This list is not populated by a hoard of support staff that are standing by waiting for your next communication. I assume

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
a From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 12:59:45 -0400 Here is more alarming feedback and it would be nice for some team mate to step up and offer some support. One of the reasons why myu p

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
7;s on the following explicitly... Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 12:15:11 -0400 An exception has occurred. You may continue by

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
ad.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu,

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
mpiler.java:153) ognl.OgnlRuntime.compileExpression(OgnlRuntime.java:523) ognl.Ognl.compileExpression(Ognl.java:141) Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PRO

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
ng cycle was acting on the text above in my arithmetic condition. I am giving it a try now... From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 14:32:08 -0400 I decided to model T-4 examples and it

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
tried specifying the parameter as a property within the JWC file and that failed as well. Any ideas? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 09:35:54 -0400 Nick

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
ry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 14:32:08 -0400 I decided to model T-4 examples and it still produces exception private static final String[] tableSizeOptions = new String[] { '1', '2', 

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-11 Thread Ken nashua
@Persist for such attribute in Home.JAVA ? I would hate to think that... but will do what I need to do in order to get it to work. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007

Re: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Nick Westgate
Hi Ken. I haven't really used T4, but I suspect you may need to bind the parameter to a persistent property in your Home page: Now, you may have noticed that no-one else has replied to you, and in the interests of improving the signal-to-noise ratio of the list I'd like to make a polite su

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 15:25:04 -0400 If tableSize is != 0 (according to OGNL condition check) then how is OGNL letting it get in? An exception has occurred.You

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
rs@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 15:15:20 -0400 An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Unable to update OGNL expression '' of [EMAIL

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
org.apache.tapestry.services.impl.ExpressionCacheImpl.getCompiledExpression(ExpressionCacheImpl.java:115) $ExpressionCache_1158b51ac28.getCompiledExpression($ExpressionCache_1158b51ac28.java) Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
dExpression(ExpressionCacheImpl.java:115) $ExpressionCache_1158b51ac28.getCompiledExpression($ExpressionCache_1158b51ac28.java) Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 14:43:49

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
? Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 14:32:08 -0400 I decided to model T-4 examples and it still produces exception private static final String

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
I decided to model T-4 examples and it still produces exception private static final String[] tableSizeOptions = new String[] { "1", "2", "3", "4", "5", "10", "25", "50", "100", "500", "1000", "2500", "5000", "1", "25000", "5" }; private static final String[] paging

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 11:52:32 -0400 This guy has the same issue days ago... http://article.gmane.org/gmane.comp.java.tapestry.user/53716

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
This guy has the same issue days ago... http://article.gmane.org/gmane.comp.java.tapestry.user/53716 Best regards Ken in nashua > From: [EMAIL PROTECTED] > To: users@tapestry.apache.org > Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION > Date: Wed, 10 Oct 2

RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Unable to update OGNL expression '' of [EMAIL PROTECTED]/galleryWidget] to 2: Binding with value 1 (StaticBinding[1]) may not be updated. org.apache.t