Updating a PropertySelection

2010-02-15 Thread barneystinson
Hello, I am using Tapestry 4 and am having a problem to update a select box (PropertySelection). In fact, I chose from a first selectbox (eg car brand) an element. Then I launch an asynchronous request to a service to retrieve a list (eg the models of this brand). There is an autorefresh method

Re: T4.0 PropertySelection + onChange

2008-09-03 Thread Andreas Andreou
tch an onchange Event for the PropertySelection > component? > > I don't want the form te be submitted, but want to update a section in my > page. > > I use tapestry 4.0.2 with Java 1.4 > > Leon > > --

T4.0 PropertySelection + onChange

2008-09-03 Thread Leon Derks
Hello Is it possible to catch an onchange Event for the PropertySelection component? I don't want the form te be submitted, but want to update a section in my page. I use tapestry 4.0.2 with Java 1.4 Leon ---

Re: EventListener and PropertySelection (Solution)

2008-04-24 Thread Kalle Korhonen
don't know if there are that many users out there using T4, dojo and prototype. Kalle On Thu, Apr 24, 2008 at 4:18 PM, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > I just run into the same exact thing, using Tap 4.1.5, dojo that comes with > it, propertyselection and an eventlistener

Re: EventListener and PropertySelection (Solution)

2008-04-24 Thread Kalle Korhonen
I just run into the same exact thing, using Tap 4.1.5, dojo that comes with it, propertyselection and an eventlistener as well as prototype. Anybody know if this is fixed in a newer snapshot, if there is a bug open on this or any (better) workaround? Kalle On Sat, Oct 27, 2007 at 9:41 AM, lt

Re: Problem while using @PropertySelection Component.

2008-03-11 Thread Andy Pahne
happening so.For Dropdown i am using @propertySelection component. The dropdown is displayed and it suppresses the menu. This problem occurs only in IE 6. It works fine in IE7 and FireFox. Does anyone have a clue about this? Thanks in advance, sasidhar

Problem while using @PropertySelection Component.

2008-03-11 Thread sasidhar
Hi, In a web page,when a menu is displayed over a dropdown, the menu should overlap the dropdown. But it is not happening so.For Dropdown i am using @propertySelection component. The dropdown is displayed and it suppresses the menu. This problem occurs only in IE 6. It works fine in IE7 and

Re: PropertySelection hangs randomly or no response from Jetty / Tomcat!

2008-03-02 Thread Andreas Andreou
duction issue. > > In one of the pages, we have the PropertySelection and when diff. value is > selected, it will update the form with the values corresponding to the newly > selected value. But It hangs randomly. We put in logs, but the App-server > just hangs. No more connec

PropertySelection hangs randomly or no response from Jetty / Tomcat!

2008-03-02 Thread sunilmanu
Hello Everyone, We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an urgent production issue. In one of the pages, we have the PropertySelection and when diff. value is selected, it will update the form with the values corresponding to the newly selected value. But It hangs

PropertySelection hangs randomly or no response from Jetty / Tomcat!

2008-03-02 Thread sunilmanu
Hello Everyone, We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an urgent production issue. In one of the pages, we have the PropertySelection and when diff. value is selected, it will update the form with the values corresponding to the newly selected value. But It hangs

RE: PropertySelection binding bug T-4.1.3 ?

2008-01-22 Thread Ken in nashua
This turned out to be the issue... 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: PropertySelec

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: PropertySelection request

2008-01-10 Thread Andreas Andreou
ut useful feature suggestion for the default PropertySelection: > > optional="true/false" > > Which would automatically add an empty item ad the beginning, for the > case it is an optional PropertySelection. > > Thanks! > > Tobias > > --

PropertySelection request

2008-01-10 Thread Tobias Marx
A quick but useful feature suggestion for the default PropertySelection: optional="true/false" Which would automatically add an empty item ad the beginning, for the case it is an optional PropertySelection. Thank

T3: PropertySelection

2007-12-06 Thread Nazmul Bhuiyan
Hello, I'm having issue with PropertySelection in a Form. I'm using one page to add and update. Data entry fields of the form gets changed according to the property selection during add. For example if infType=DOG selected then the form displays only dog specific fields and if infTyp

RE: PropertySelection binding bug T-4.1.3 ?

2007-12-03 Thread Ken in nashua
ECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Thu, 29 Nov 2007 15:39:12 -0500 Well so much for possible bug/jira issue... Is there a working sample that exercises PropertySelection bindings as documented in T-4.1.3 that I can operate. I mean a sample that you have conf

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Jesse Kuhnert
try4/trunk/tapestry-examples/Workbench/ ) I can assure you that PropertySelection works just fine. On Nov 29, 2007 3:39 PM, Ken in nashua <[EMAIL PROTECTED]> wrote: > > Well so much for possible bug/jira issue... > > Is there a working sample that exercises PropertySelection bi

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
Well so much for possible bug/jira issue... Is there a working sample that exercises PropertySelection bindings as documented in T-4.1.3 that I can operate. I mean a sample that you have confirmed is currently operating the way it should. Likewise I will produce a sample to try and present

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Jesse Kuhnert
I have no ideaSounds like you need to isolate your problem. Put your gallery widget in a very basic page somewhere with as little extra stuff as possible and play around with your parameters / values. Either way you ~must~ specify a value parameter for your PropertySelection component if

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
etValue method in my java file? I always thought I could leverage the inherited binding automatically. Any further thoughts? Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Thu, 29 Nov 2007 14:40:25 -0500 If you want I

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Jesse Kuhnert
Ken in nashua > > > From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug > T-4.1.3 ?Date: Thu, 29 Nov 2007 13:49:39 -0500 > > > Ok, I followed your lead and tried both 1. repaired spelling of integer. > Still failed 2. Tried Jesse's versi

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
If you want I can zip up the whole trails project and get that to you. I would think at this point it would be helpful to have a running trails runtime for these special instances, for fun and probably for that nasty bug that comes along. Trails would provide you that extra special real world

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
Jesse, that binding was specified in the html. No need to duplicate that right?Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Thu, 29 Nov 2007 13:49:39 -0500 Ok, I followed your lead and tried both 1. repaired

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Jesse Kuhnert
Ummm.. In the files you attached you don't have your PropertySelect components "value" parameters bound ... On Nov 29, 2007 1:49 PM, Ken in nashua <[EMAIL PROTECTED]> wrote: > > Ok, I followed your lead and tried both > > 1. repaired spelling of integer. Still failed > > 2. Tried Jesse's

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
= null; private Collection collection = null; /** * E-Frastructure and Services */ @InjectObject("spring:persistenceService") public abstract HibernatePersistenceService getHibernatePersistenceService(); @InjectObject("spring:descriptorService") public abstract D

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Jesse Kuhnert
Yes, .or to be safe: @Persist/* session is default persist strategy */ @InitialValue("ognl:2") public abstract int getTableSize(); On Nov 29, 2007 1:03 PM, Josh Canfield <[EMAIL PROTECTED]> wrote: > Hi Ken, > > > > @InitialValue("ognl:new java.lang.Ingeter('2').intValue()") > > > A couple of

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Josh Canfield
Hi Ken, > @InitialValue("ognl:new java.lang.Ingeter('2').intValue()") A couple of things jump out at me. You misspelled Integer, there is no constructor for Integer that takes a character, and why are you passing a char/String to the Integer constructor when you can just pass the int? Actually

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
Ok, I changed my property method signatures to int Everything else shold pan into this as it is all configured in the java as opposed to jwc file. @Persist("session") @InitialValue("ognl:new java.lang.Ingeter('2').intValue()") public abstract int getTableSize(); public abstract void setTable

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-29 Thread Ken in nashua
static. Ok, I will take a closer look and yeild results. Thanks for your patience. Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Wed, 28 Nov 2007 17:46:43 -0500 Jesse, I regard the repsonse. But I need to update the bi

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Jesse Kuhnert
he samples that operate these components been checked recently? > > I am hoping to see this thru.Best regards > > Ken in nashuaFrom: [EMAIL PROTECTED]: [EMAIL > PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date:

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Ken in nashua
am hoping to see this thru.Best regards Ken in nashua____From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Wed, 28 Nov 2007 15:10:19 -0500The questions is why does the code believe it has no bindings?I have thrown property

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Jesse Kuhnert
going to create extra code to put the parameter inside my home.page > > I shouldn't have to do this. > > Can someone confirm this as a bug?Best regards Ken in nashua > > > From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug >

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Ken in nashua
The questions is why does the code believe it has no bindings? I have thrown property bindings, page bindings and parameter bindings at this. Nothing sticks? _ You keep typing, we keep giving. Download Messenger and join the i’m Init

Re: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Andreas Andreou
Man, you must try and ask clear and accurate questions - with all those emails you keep sending you've managed to make everyone stop paying attention... So, for instance, in this email, you start with PropertySelection then move to Script then you mention TAPESTRY-1820 which describes a m

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-28 Thread Ken in nashua
Tapestry bug team, Is it possible to get to this bug? http://issues.apache.org/jira/browse/TAPESTRY-1820 Nothing works. Bindings are fruitless for PropertySelection. Is anything being done to staff the team to resolve these? The framework has been around for so many years. I have

Re: Blank value for PropertySelection

2007-11-28 Thread Steve Shucker
follow: Now I wanted to add a default message for this combo box that would look like this: Choose... But I can not nest that blank option tag inside a PropertySelection component. Does anyone has a solution for this? Thanks in advance

Re: Blank value for PropertySelection

2007-11-28 Thread Andreas Andreou
I wanted to add a default message for this combo box that would > look like this: > > Choose... > > > But I can not nest that blank option tag inside a PropertySelection > component. Does anyone has a solution for this? > > > Thanks in advance, &

Blank value for PropertySelection

2007-11-27 Thread Joshua Jackson
Dear all, I have a combo box defined as follow: Now I wanted to add a default message for this combo box that would look like this: Choose... But I can not nest that blank option tag inside a PropertySelection component. Does anyone has a solution for this? Thanks in advance, -- What

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-27 Thread Ken in nashua
Well after spending a day and trying all combinations/permutations of trying to establish a binding... everything idicates that bindings do not work for component or session property. So I tried a regular parameter annotation @Parameter(required = false, cache = true) public abstract String ge

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-27 Thread Ken in nashua
Adding a setter does not help. public abstract void setTableSize(String tableSize); _ Connect and share in new ways with Windows Live. http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007

RE: PropertySelection binding bug T-4.1.3 ?

2007-11-27 Thread Ken in nashua
Here is the actual usage of the widget. Home.html Best regards Ken in nashua _ You keep typing, we keep giving. Download Messenger and join the i’m Initiative now. http://im.live.com/messenger/im/home/?source=TAGLM

PropertySelection binding bug T-4.1.3 ?

2007-11-27 Thread Ken in nashua
Folks, I have a PropertySelection component rigged up and initialized with defaults. But I am not sure if my binding to the user interface is broken or if this is a valid BUG. Here is the binding Gallery.jwc Gallery.JAVA (some code omitted) private static final String

Re: After upgrade to T4.1.3: clientValidationEnabled together with PropertySelection does not work any more

2007-11-05 Thread Marcus Schulte
JIRA issue report. > > Uli > > On So, 4.11.2007, 20:48, spot_ sagte: > > > > Hi > > > > after upgrading my webapp from Tapestry 4.1.2 to 4.1.3 form components > > with > > clientValidationEnabled attribute set to true, that contain > > PropertySelectio

Re: After upgrade to T4.1.3: clientValidationEnabled together with PropertySelection does not work any more

2007-11-05 Thread Ulrich Stärk
m components > with > clientValidationEnabled attribute set to true, that contain > PropertySelection input fields (StringPropertySelectionModel (first array > entry is an emtpy String: "")) with validators set to 'required' do not > work > any more. After pressi

After upgrade to T4.1.3: clientValidationEnabled together with PropertySelection does not work any more

2007-11-04 Thread spot_
Hi after upgrading my webapp from Tapestry 4.1.2 to 4.1.3 form components with clientValidationEnabled attribute set to true, that contain PropertySelection input fields (StringPropertySelectionModel (first array entry is an emtpy String: "")) with validators set to 'required&#

Re: EventListener and PropertySelection (Solution)

2007-10-27 Thread lt
-0.4.3/src/dom.js and everything is working nicely. Is there any reason why I shouldn't do this? Regards, LT lt wrote: > > Hello, > > Im having some trouble with the EventListener annotation and > PropertySelection component. I am using Tap 4.1.3. Here is the mappings. &

EventListener and PropertySelection

2007-10-26 Thread lt
Hello, Im having some trouble with the EventListener annotation and PropertySelection component. I am using Tap 4.1.3. Here is the mappings. @Component(id="reportTypeSelect", type="PropertySelection", bindings={ "displa

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: propertyselection not cached

2007-10-11 Thread Ken nashua
component on the same page. I could then force this thing to behave correctly. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: propertyselection not cached Date: Tue, 9 Oct 2007 15:48:22 -0400 Folks, I have a propertyselection component rigged

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
From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Thu, 11 Oct 2007 09:49:01 -0400 Hi Nick, Attached is my Home.html... Home.java The other modules are original as posted yesterday the same. I basically specified the paramet

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

Localization of PropertySelection items

2007-10-11 Thread munich
I have been thinking about how to go about implementing a 100% database-driven solution for localized property selection items. The only solution that comes to my mind is to use the locale files and to select "constants" that are mapped to them. Has anyone ever had the same idea to use a pure dat

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
with PropertySelection across SUBMIT 3. Persist fails to work either 4. Also unable to get both renderBlocks to act on same instance... tableSize refuses to act persistent. I select from the select and it keeps getting reset back on submit. The docs need to be updated too. Thanks Best regards

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
he.org Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION Date: Wed, 10 Oct 2007 15:10:00 -0400 An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Unable to parse

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

parameter binding broken in T-4.1.* - PROPERTYSELECTION

2007-10-10 Thread Ken nashua
Folks, I have been chasing my tail trying to get a simple parameter to work. I am 2 years tapestry and developed parameters for quite sometime. Can someone confirm this as bug or present a solution? This is what I have... Gallery.JAVA public abstract class Gallery extends BaseComponent {

Re: PropertySelection component - automatic submit

2007-10-10 Thread Marcelo Lotif
gt; > > > put this on outside your form > > > > > > then on the @PropertySelection, do like this > > >model="ognl:@[EMAIL PROTECTED]" > >value="ognl:foo" > > onchange="javascript:this.form.events.ref

RE: propertyselection not cached

2007-10-09 Thread Jonathan Barker
PROTECTED] > Sent: Tuesday, October 09, 2007 3:48 PM > To: users@tapestry.apache.org > Subject: propertyselection not cached > > > Folks, > > I have a propertyselection component rigged with 1,2,3,4,5... > > Everytime I select from my propertyselection... the this.

propertyselection not cached

2007-10-09 Thread Ken nashua
Folks, I have a propertyselection component rigged with 1,2,3,4,5... Everytime I select from my propertyselection... the this.form.submit() listener gets called... but my property gets reset. Nothing sticks... Gallery.JAVA public IPage onFormSubmit (IRequestCycle cycle) { IPage

Re: PropertySelection component - automatic submit

2007-10-09 Thread andyhot
Ken, i was using the @InvokeListener component + onChange to do this put this on outside your form then on the @PropertySelection, do like this it is working fine for me. :) 2007/10/9, Igor Drobiazko <[EMAIL PROTECTED]>: Try this.form.submit(); On 10/9/07, Ken nashua <[EMAI

Re: PropertySelection component - automatic submit

2007-10-09 Thread Daniel Jue
I also do it using onChange. "onchange = 'this.form.submit();'" On 10/9/07, Igor Drobiazko <[EMAIL PROTECTED]> wrote: > Try this.form.submit(); > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: PropertySelection component - automatic submit

2007-10-09 Thread Marcelo Lotif
Hi Ken, i was using the @InvokeListener component + onChange to do this put this on outside your form then on the @PropertySelection, do like this it is working fine for me. :) 2007/10/9, Igor Drobiazko <[EMAIL PROTECTED]>: > > Try this.form.submit(); > > On 10/9/07,

Re: PropertySelection component - automatic submit

2007-10-09 Thread Igor Drobiazko
Try this.form.submit(); On 10/9/07, Ken nashua <[EMAIL PROTECTED]> wrote: > > > Folks, > > Is there a way to get a PropertySelection component to automatically > submit on selection event (I think it's onChange). > > My jav

PropertySelection component - automatic submit

2007-10-09 Thread Ken nashua
Folks, Is there a way to get a PropertySelection component to automatically submit on selection event (I think it's onChange). My javascript has no effect... onChange="javascript:document.GalleryForm.submit()"> Best reg

RE: No OPTION Tags rendered for PropertySelection after updateComponents

2007-07-09 Thread Schips Markus
t; Subject: Re: No OPTION Tags rendered for PropertySelection > after updateComponents > > > I see two things off the top: > - DirectLink won't rewind the form. You should really be using > LinkSubmit if you want to capture the selected value. > - The updateComponents prop

Re: No OPTION Tags rendered for PropertySelection after updateComponents

2007-07-05 Thread Marcus Schulte
stArray(new String[]{"1","2","3","4"}); } } The test consists of a DirectLink Component and a PropertySelection. The PropertySelection is initialized with a StringPropertySelectionModel and should change its options when the DirectLink is clicked.

Re: No OPTION Tags rendered for PropertySelection after updateComponents

2007-07-05 Thread Steve Shucker
uot;1","2","3","4"}); } } The test consists of a DirectLink Component and a PropertySelection. The PropertySelection is initialized with a StringPropertySelectionModel and should change its options when the DirectLink is clicked. The first call of the P

No OPTION Tags rendered for PropertySelection after updateComponents

2007-07-05 Thread Schips Markus
Model(getTestArray()); } public void onChange() { setTestArray(new String[]{"1","2","3","4"}); } } The test consists of a DirectLink Component and a PropertySelection. The PropertySelection is initialized with a Strin

Re: Help in using PropertySelection component of Tapestry

2007-06-14 Thread Jesse Kuhnert
That depends on which version of tapestry you are using. There is a new "optionRenderer" parameter to PropertySelection in Tapestry 4.1.2 (which I seem to have forgotten to document, fixing that tonight now that I've noticed) which allows you to pass in a custom

Help in using PropertySelection component of Tapestry

2007-06-14 Thread Deepa Iyer
Hi, I am using PropertySelection component to create a drop down list in tapestry. The 'model' attribute equals a List of values which is getting pulled form the database. Now I want to add separate title attributes(displaying tooltip text) to my each and every option of the drop down.

Help in using PropertySelection component of Tapestry

2007-06-14 Thread Deepa Iyer
Hi, I am using PropertySelection component to create a drop down list in tapestry. The 'model' attribute equals a List of values which is getting pulled form the database. Now I want to add separate title attributes(displaying tooltip text) to my each and every option of the drop down.

Re: EventListener fails to update PropertySelection in IE

2007-05-07 Thread Jesse Kuhnert
ing PropertySelections in my page. > > In Firefox everything works like expected. > > As soon as I select a species in PropertySelection 'speciesSelect' the > corresponding 'breedSelect' gets updated. > > In Internet Explorer 6/7 I have to update the whole for

Re: EventListener fails to update PropertySelection in IE

2007-05-07 Thread RobertSchreiber
tSchreiber <[EMAIL PROTECTED]> wrote: > > > Dear Tapestry specialists, > > I have 2 corresponding PropertySelections in my page. > > In Firefox everything works like expected. > > As soon as I select a species in PropertySelection 'speciesSelect' the > corres

Re: EventListener fails to update PropertySelection in IE

2007-05-07 Thread Martino Piccinato
pected. As soon as I select a species in PropertySelection 'speciesSelect' the corresponding 'breedSelect' gets updated. In Internet Explorer 6/7 I have to update the whole form 'animalEditForm' but then the form gets validated and fails because other input fields hav

Re: EventListener fails to update PropertySelection in IE

2007-05-06 Thread Jesse Kuhnert
ies in PropertySelection 'speciesSelect' the corresponding 'breedSelect' gets updated. In Internet Explorer 6/7 I have to update the whole form 'animalEditForm' but then the form gets validated and fails because other input fields have not yet been filled in. Any idea

EventListener fails to update PropertySelection in IE

2007-05-06 Thread RobertSchreiber
Dear Tapestry specialists, I have 2 corresponding PropertySelections in my page. In Firefox everything works like expected. As soon as I select a species in PropertySelection 'speciesSelect' the corresponding 'breedSelect' gets updated. In Internet Explorer 6/7 I have to u

ResponseBuilder.updateComponent() doesn't render PropertySelection correctly?

2007-04-25 Thread Jammy Yang
Hello there, I just tried tapestry 4.1's EventListener and ResponseBuilder to implement a cascading dropdown list in an ajax way. Here's what I've encountered. Two selects A and B, implemented with PropertySelection. When a value of A is selected, B's contents are fetch

Re: "Could not find a strategy instance for class RubricSelectionModel" when working with PropertySelection component

2007-04-16 Thread nobody
nputStream in) throws IOException, ClassNotFoundException { rubricList = (List)in.readObject(); } } -- View this message in context: http://www.nabble.com/%22Could-not-find-a-strategy-instance-for-class-RubricSelectionModel%22-when-working-with-PropertySelection-component

Re: PropertySelection components in tables

2007-02-13 Thread Davide Bruzzone
Callender On 12/02/2007, at 1:41 PM, Davide Bruzzone wrote: > Greetings all... > > I've been trying to set up a table where each row contains several > columns > whose values can be selected from a PropertySelection component. > I'm able to > get the table to render

Re: PropertySelection components in tables

2007-02-13 Thread abc_tec
row contains several columns whose values can be selected from a PropertySelection component. I'm able to get the table to render when the page is first loaded but haven't figured out how to track the selected item in each dropdown cell when the page is reloaded. I used the examp

  1   2   >