Am 01.04.2009 um 21:15 schrieb Henrique Prange:
I realized half of the page size is used for id and name attributes. Why the entire name of some components are used to generated those values (i.e. br_com_doit_components_list_EmptyListDecorator)? Is there any way to make WO/Wonder generate thinner values for those attributes? Or the only solution is to provide the values manually for each attribute?
This is from WOSwitchComponent. You can get rid of the package part by using EmptyListDecorator.class.getSimpleName() instead of EmptyListDecorator.class.getName().
When using Wonder, you can enable gzip compression of the response by setting a single property to true. I don't have it at hand now, though. HTML usually compresses very good...
Timo _______________________________________________ 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]
