A TAP5-586 alike issue ?

2011-12-30 Thread gs_tapestry
Hi I am trying to upgrade from 5.0 to 5.2.6 and run into an issue. After loading my page (at the end of message), the line “ # advancedSearch ” is rendered differently in T5.0 and T5.2.6 In T5.0, which it has been working, rendered as “ # Advanced Search ” In T5.2.6 which gives error, r

Re: A TAP5-586 alike issue ?

2011-12-30 Thread gs_tapestry
= Sorry I have to re-post my message as some lines on the top of my post are messed up == Hi, I am trying to upgrade from 5.0 to 5.2.6 and run into an issue. After loading my page (at the end of message), the line # advancedSearch is rendered differently in T5.0 and T5.2.6 In

A TAP5-586 alike issue ?

2011-12-30 Thread gs_tapestry
Hi, I am trying to upgrade from 5.0 to 5.2.6 and run into an issue. After loading my page (at the end of message), the line # advancedSearch is rendered differently in T5.0 and T5.2.6 In T5.0, which it has been working, rendered as # Advanced Search In T5.2.6 which gives error, ren

Re: T5.3.1 mongodb?

2011-12-30 Thread Christian Riedel
I used morphia for some smaller projects over a year now. Since a few weeks we're developing larger app that's dealing with really a lot more data and we quickly reached the point where morphia wasn't able to do certain things and we ended up writing code directly against the driver API. I won't

Is it possible to initialize a custom SymbolProvider with another symbol?

2011-12-30 Thread Borut Bolčina
Hello, I am in a process of writting my own SymbolProvider (the configuration for my app will come from REST service) and I am facing a dilemma. The contribution looks like: public void contributeSymbolSource(OrderedConfiguration providers, Logger logger) { providers.add("myAppConfigu