Thanks!  Defining my fields with the class name directly fixed the
problem.

Steve.

On Sep 10, 1:43 pm, kevinpfromnm <[email protected]> wrote:
> Either define your fields with the class name directly (not the
> symbol) or specifically require your types in an initializer.  The
> load for rich types can be a tad flaky.
>
> On Sep 10, 11:36 am, Steve Van Bruwaene <[email protected]> wrote:
>
> > I am using a rich type that I defined in the for= part.  Any idea how I get
> > around this?
>
> > Steve.
>
> > --
> > Steve Van Bruwaene
> > International Teams Canada
> > Special Projects
> > [email protected]http://www.vanbruwaene.ca
> > "Developing Resources that help IT Canada be More Effective in its Mission."
>
> > IT Canada: 519-669-8844, 1 Union St., Elmira, ON, N3B 3J9
> > IT US: 847-429-0900, 411 West River Road, Elgin, IL 60123, USA
>
> > On Thu, Sep 10, 2009 at 12:53 PM, Matt Jones <[email protected]> wrote:
>
> > > What types are you using in the for= parts? It feels like there might
> > > be a load order issue with rich types, but that's just a guess.
>
> > > --Matt Jones
>
> > > On Sep 10, 2009, at 11:39 AM, Steve VB wrote:
>
> > > > As a followup, I've noticed that in development, sometimes, the first
> > > > time I hit the page, the def tag's are ignored.  Reloading the page
> > > > fixes the problem.
>
> > > > Could it be a problem of them not working the first time, and
> > > > production doing more caching of stuff such that it never gets to the
> > > > state development does with reload?
>
> > > > Looking forward to hearing your thoughts.
>
> > > > Steve.
>
> > > > On Sep 10, 11:28 am, Steve VB <[email protected]> wrote:
> > > >> I'm running into challenges with deployment of my hobo app.
>
> > > >> I have several <def tag="view" for="..."> and <def tag="input"
> > > >> for="..."> tags defined in my applicaiton.dryml defined.  In my
> > > >> development environment, they work great.  However in my production
> > > >> environment, they seem to be ignored.
>
> > > >> Both environments have the latest gems installed (gem update) as of
> > > >> today.  (same problem with month-old stuff).  My development
> > > >> environment is OSX 10.5, using Mongrel as a server.  Production is
> > > >> FreeBSD with Apache 2.2 and passenger.  Everything else seems to work
> > > >> fine.
>
> > > >> Is there anything special I need to do to get these tags to be
> > > >> recognized in the production environment? I do run "rake
> > > >> hobo:generate_taglibs", and then restart the apache server after
> > > >> updating the code there.
>
> > > >> Thanks!
> > > >> Steve.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to