Re: Re: referencing Application classes from non-component classes

2006-08-26 Thread Joe Little
On 8/25/06, Mike Schrag <[EMAIL PROTECTED]> wrote: > Any examples of the dirty way? I'll check the backlog of emails as > well. Assuming your EO's are in the same project as your Application, there really isn't anything you need to do except import your Application class and call the method. The

Re: Re: Re: referencing Application classes from non-component classes

2006-08-25 Thread Joe Little
I solved it indirectly by calling the System get properties method in the end class itself. I'd like to have the right solution in the end though. On 8/25/06, Joe Little <[EMAIL PROTECTED]> wrote: On 8/25/06, Mike Schrag <[EMAIL PROTECTED]> wrote: > This was actually discussed a couple weeks ago

Re: Re: referencing Application classes from non-component classes

2006-08-25 Thread Joe Little
On 8/25/06, Mike Schrag <[EMAIL PROTECTED]> wrote: This was actually discussed a couple weeks ago ... The quick summary is that you CAN access Application, but you should feel dirty doing it. The problem you will run into is that you may want to use your EO's outside of the context of a full blo