Re: [Maypole] How to localize Maypole application?

2006-11-14 Thread Anton Daneika
There's a section on Maypole::Manual::Beer, saying: Maypole uses the column_names method to map between the names of the columns in the database to the names it displays in the default templates. This is provided by Maypole::Model::Base, and normally, it does a pretty good job; it turns model_numb

Re: [Maypole] passing params to components

2006-11-13 Thread Anton Daneika
On 11/12/06, Aaron Trevena <[EMAIL PROTECTED]> wrote: HiOn 11/11/06, Anton Daneika <[EMAIL PROTECTED]> wrote:> Is there a way to pass parameters to components? E.g. I'd like to use /list> action as a component and do something like > [% request.component("som

[Maypole] passing params to components

2006-11-11 Thread Anton Daneika
Hello.Is there a way to pass parameters to components? E.g. I'd like to use /list action as a component and do something like[% request.component("some_object/list/?page=some_number"); %] in my frontpage template. As I recall from manuals it is not possible to do it this way, but maybe there's know

[Maypole] screenshot of cyrillic text grabbled in combos of BeerDB example

2006-10-28 Thread Anton Daneika
Screenshot.png Description: PNG image - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Applicati

[Maypole] cyrillic text garbled in combos of BeerDB example

2006-10-28 Thread Anton Daneika
hello. i am VERY new to Maypole (just set it up). bumped into problem playing with BeerDB example application: i used a cyrillic text in the name of brewery. in the list of breweries it is displayed ok, but in the Brewery combo on beer list page the cyrillic is garbled. i've attached a screenshot