[Seaside] scriptaculous in updateRoot?

Dale Henrichs dale.henrichs at gemstone.com
Wed Jun 11 16:41:27 UTC 2008


Chris Dawson wrote:

>I did not, and that fixed it.  Thanks!
>
>Now I'm trying to figure out how I can add this programmatically rather
>than in the configuration editor.  It looks like the method #addLibrary:
>in WAApplication is what I want, but how do I get access to the
>WAApplication object in my session?  I want to do this from topaz under
>GemStone, so I suppose I need to first find the WAKom object, then get
>the first instance, then...
>
>Chris
>
>
>On Wed, Jun 11, 2008 at 2:59 AM, John Thornborrow < john at pinesoft.co.uk
><mailto:john at pinesoft.co.uk> > wrote:
>
>
>Hi,
>
>In your /seaside/config for your application, have you still got the
>file library SULibrary loaded? (sample screen shot:
>http://img71.imageshack.us/img71/7861/screenshotyr5.png
><http://img71.imageshack.us/img71/7861/screenshotyr5.png> )
>
>HTH,
>John.
>  
>
Chris,

There is no WAKom in GemStone.

For programmatic access you can get to an application by starting with 
'WADispatcher default' and follow the 'entryPoints' to your target 
application.

If you do happen to have access to your WASession, then sending 
#application to the session should do the trick.

Dale


More information about the seaside mailing list