grails & jndi

2007-07-26 Thread Marcus Irven
I deploy to test & production environments on tomcat but develop using jetty. I know how to setup and use jndi resources using spring and tomcat so I guess really it is just jetty that I'm not sure about. Any help here is much appreciated. Thanks, Marcus

custom prefix for assets

2007-01-26 Thread Marcus Irven
Is it possible to create a custom prefix that can be used for binding in ? I see how to create a custom binding similiar to ognl but I don't see how to create one similiar to context:. Thanks, Marcus

new binding similiar to context:

2007-01-16 Thread Marcus Irven
How would I go about creating a new binding static: used for assets instead of context: in order to direct assets to a server used only for static data? Is this possible? Thanks, Marcus

accessing state objects from EngineService

2006-10-09 Thread Marcus Irven
I have created a new engine service, how can I access a State Object? Thanks, Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

conditional include stylesheets using Shell

2006-09-25 Thread Marcus Irven
Is there some way to have Shell create elements surrounded by conditionals? e.g. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-19 Thread Marcus Irven
w for sure until then. On 9/19/06, Marcus Irven <[EMAIL PROTECTED]> wrote: > > I'm not sure this will solve my problem, dojo is currently hosted on > the same domain as the web page, it is the the parent of the web page > that is on a different domain. I believe it is th

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-19 Thread Marcus Irven
ver. I'd try to stick with a 0.3.1 version of dojo if possible. I'm still in the middle of upgrading to pre 0.4 myself. Perhaps it would be better if I just made tapestry use the xdomain version by default. On 9/18/06, Marcus Irven <[EMAIL PROTECTED]> wrote: > > Yes I am aw

Re: problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-18 Thread Marcus Irven
rg <[EMAIL PROTECTED]> wrote: this is not a tapestry issue, you cann not access via javascript frames that are not from same domain, try it with a static html page and same error will occur Davor Hrg On 9/18/06, Marcus Irven <[EMAIL PROTECTED]> wrote: > > I'm trying

problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-18 Thread Marcus Irven
I'm trying to update to tapestry 4.1 but am running into a problem when trying to include the page as an iframe to another page which is from a different domain. Tapestry generates the following at the end of the :