You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Leung Ming Sum <bl...@yahoo.com.hk> on 2005/04/07 13:49:47 UTC

Library reference another libray cause stack overflow??

Dear all,

1. 
I have create a library ,say, liba
liba reference a component on another library ,say,
libb
but the libb also reference to liba

liba->libb
libb->liba

But is say Stack overflow...
How can I avoid this problem?

2.
And Is there any way that 
the library can programmatic load another library say
libb

I have successful to load another library on my root
application programmatical ,

public class Home extends BasePage {
	protected void finishLoad() {
		
this.getEngine().getSpecification().setLibrarySpecificationPath("component","/ComponentLibrary.library");

	}

}

It is work in root application.

 but I don't know how to load the library to the
library.

see here:
liba <-load- libb..


Thank,
Sam

_______________________________________________________________________
Yahoo! 工具列 - 內置防止彈出視窗工能!
http://toolbar.yahoo.com.hk

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org