RE: Does tapestry need an IntegerPropertySelectionModel ?

2007-10-15 Thread Ken nashua
I am re-testing this... Best regards Ken in nashua > From: [EMAIL PROTECTED] > To: users@tapestry.apache.org > Subject: RE: Does tapestry need an IntegerPropertySelectionModel ? > Date: Mon, 15 Oct 2007 12:09:28 -0400 > > > Just some feedback...Nothing works with l

RE: Does tapestry need an IntegerPropertySelectionModel ?

2007-10-15 Thread Ken nashua
Just some feedback...Nothing works with latest OGNL build.Best regardsKen in nashuan exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Unable to update OGNL expression '' of [EMAIL PROTECTED]/galleryWidget] to 3: Binding with value 2 (StaticBindi

RE: Does tapestry need an IntegerPropertySelectionModel ?

2007-10-15 Thread Ken nashua
Hi Jesse, Did this weekends checkins for OGNL address this? Just curious. Thanks if you got time to reply. Best regards Ken in nashua From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: RE: Does tapestry need an IntegerPropertySelectionModel ? Date: Fri, 12 Oct 2007 15:34:05 -0400

RE: Does tapestry need an IntegerPropertySelectionModel ?

2007-10-12 Thread Ken nashua
; } return null; } } From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: Does tapestry need an IntegerPropertySelectionModel ? Date: Fri, 12 Oct 2007 15:12:14 -0400 I am trying to operate a PropertySelection that uses an array of strings but their content are numbers. private

Re: Does tapestry need an IntegerPropertySelectionModel ?

2007-10-12 Thread Jesse Kuhnert
I've added a jira issue for OGNL I think - but am not sure - that this should be properly evaluated normally...So, it could be a bug. You can probably do one of the following: -) Create a simple inner class def of your IPropertySelectionModel using an int[] . -) Wait for me to fix it in OGNL.

Does tapestry need an IntegerPropertySelectionModel ?

2007-10-12 Thread Ken nashua
I am trying to operate a PropertySelection that uses an array of strings but their content are numbers. private static final String[] tableSizeOptions = new String[] { "1", "2", "3" }; I am assuming OGNL is smart enough to coerce these during render cycle on IF conditions that at