Are you talking about <include>'s?
They are expanded by:
http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/FileResolver.java
and you will see a comment on line 137 saying that the search list
_should_ be in a property file, but unfortunately it is not. We're an
open source project, though -- maybe you'd like to make such a change
and contribute it back?
On 2009-08-12, at 08:46EDT, Rami Ojares / AMG Oy wrote:
It seems that href attribute is searched the following way
1) protocol_hostname_port/webappCtx/path_to_entry_lzx_file
2) protocol_hostname_port/webappCtx/lps/components
Is this true?
Is there some documentation about this?
Can this search path be modified?
- Rami Ojares