aha ic...
what about the ERXJavaScript??
I have the follwing:
dynapi_js: ERXJavaScript {
//filename = "dynapi.sj";
filename = "/ControlHorarios/WebServerResources/src/dynapi.js";
}
is it fine? if I put it onlie filename = "/dynapi.js"; then it doesn't
work.
Im gonna read more about the directconnect, I saw that name somewhere,
but I pass it over... hehhe.. should have done that.
Regards
Gustavo
On Sep 30, 2008, at 10:55 AM, Mike Schrag wrote:
twoColElsLt_css :ERXStyleSheet{
filename = "twoColElsLt.css";
href = "/ControlHorarios/WebServerResources/CSS/twoColElsLt.css";
}
nono .. don't do this ... You don't want full paths in here, because
it will break on DirectConnect. It should be:
twoColElsLt_css : ERXStyleSheet {
filename = "CSS/twoColElsLt.css";
framework = "YourFrameworkName";
}
if this is in your app, then you can leave off framework or set
framework = "app"
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjectspicora%40gmail.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]