Re: WOAjaxCollapsibleComponentContent ???

2024-06-27 Thread mailinglists via Webobjects-dev
> > Glad that worked out for you. I think there is an AjaxExamples project in > WOnder which is an app you can run and see a few things. > > You pick up on things after toiling with it for a while. > > >> On Jun 26, 2024, at 7:34 AM, mailinglists wrote: >> >> T

Re: WOAjaxCollapsibleComponentContent ???

2024-06-26 Thread mailinglists via Webobjects-dev
ggleFunctionName() + ", 500); return > true;"; >return code; > } > > Notice that there is no update container specified on the AjaxHyperlink. > That’s because you don’t need to refresh anything, you only need to tell the > server the state of open/close. > >

WOAjaxCollapsibleComponentContent ???

2024-06-23 Thread mailinglists via Webobjects-dev
Anyone using this component? It has bindings that seem not to be used. Does this work at all? I cannot make sense of it. Alternatively has anyone made proper use of the html construct ? It works nicely but I cannot preserve “open” state when updating an enclosing container because I have not

Re: Forbidden - You don't have permission to access this resource.

2023-12-03 Thread mailinglists via Webobjects-dev
thub.com/wocommunity___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options

Re: Access to other WebObjects instances

2023-02-24 Thread mailinglists via Webobjects-dev
__ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.co

Re: M:N-like table with a contents, updating the PK leads to problems

2022-10-11 Thread mailinglists via Webobjects-dev
They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.com > > This email sent to mailingli...@kataputt.com

Re: URGENT help needed: app simply stopped working (sort of)

2014-09-29 Thread Mailinglists
Why should Apache be the culprit? Direct connect bypasses Apache. Connecting directly to port 2001 does not change a thing. And monitor as well as taskd work and respond when talking to them wirh curl or Safari. But anyway will look into this tomorrow. Maybe the easiest thing to do might be

D2W, EditingContext, WORequest

2012-01-27 Thread mailinglists
Help! My ERD2W application needs to generate PDF-files for EOs. The EO has a method that calls a XML-Generator that generates the XML-input for Apache-FOP. For this I use the following code in the Document-EO (just a fragment) I_XMLGeneratorInterface xmlGenerator =