Re: Problem with new operator in ognl 2.7

2007-03-25 Thread Shing Hing Man
In my page .java : @InitialValue("ognl:new net.sf.financial.pages.creditDer.NToDefaultBean()") public abstract NToDefaultBean getNToDefaultBean() I have also tried, without success, @Bean(NToDefaultBean.class) public abstract NToDefaultBean getNToDefaultBean(); Shing ---

Re: Problem with new operator in ognl 2.7

2007-03-25 Thread Jesse Kuhnert
How is your nToDefaultBean defined on the page? Is it within a spec or @Bean annotation? On 3/25/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: Sorry to be a pain. mvn -U eclipse:eclipse does not download the latest ognl 2.7 snapshot for me. I manually downloaded ognl-2.7-20070325.025541-16.ja

Re: Problem with new operator in ognl 2.7

2007-03-25 Thread Shing Hing Man
Sorry to be a pain. mvn -U eclipse:eclipse does not download the latest ognl 2.7 snapshot for me. I manually downloaded ognl-2.7-20070325.025541-16.jar from http://howardlewisship.com/repository/ognl/ognl/2.7-SNAPSHOT/ and installed it as ognl 2.7-SNAPSHOT in my local maven 2 repository. Bu

Re: Problem with new operator in ognl 2.7

2007-03-25 Thread Jesse Kuhnert
Try mvn -U . On 3/25/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: I still have the same exception after doing > mvn clean > mvn eclipse:eclipse The above 'mvn eclipse:eclipse' has not downloaded an updated version of ognl 2.7 snapshot. My current ognl 2.7 snapshot in the maven2 repository is

Re: Problem with new operator in ognl 2.7

2007-03-25 Thread Shing Hing Man
I still have the same exception after doing > mvn clean > mvn eclipse:eclipse The above 'mvn eclipse:eclipse' has not downloaded an updated version of ognl 2.7 snapshot. My current ognl 2.7 snapshot in the maven2 repository is ognl-2.7-20070323.194356-14.jar Shing --- Jesse Kuhnert <[EMAIL PR

Re: Problem with new operator in ognl 2.7

2007-03-24 Thread Jesse Kuhnert
It probably works now. On 3/24/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: I am using the latest Tap 4.1.2 snapshot. The following ognl expression used to worked with ognl 2.6. But I have the following exception when I used ognl 2.7. Unable to parse OGNL expression 'new int[nToDefaultBe