Re: PK uniqueness

2025-09-20 Thread mailinglists via Webobjects-dev
> OC > ___ > 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: I am in PANIC MODE because of Sequoia network access restrictions

2025-02-10 Thread mailinglists via Webobjects-dev
:11, Paul Hoadley via Webobjects-dev > wrote: > > Hello, > > On 9 Feb 2025, at 23:33, mailinglists via Webobjects-dev > wrote: > >> Anyone run into this issue? > > Unfortunately, never seen anything like it. > >> Do I have to downgrade macOS? What

I am in PANIC MODE because of Sequoia network access restrictions

2025-02-09 Thread mailinglists via Webobjects-dev
Finally upgraded to Sequoia and now I have bad issues with WOLips and the new local network access security. When an app tries to access the local network a system prompt pops up and asks for permission. This is annoying at best but I can deal with it. However I cannot deal with the following s

Need D2W help with embedding a list page component

2024-12-28 Thread mailinglists via Webobjects-dev
This is a D2W question: I have functioning ListChild, EditChild, CreateChild pageConfigurations. They work nicely when activated through ERXNavigation. How can I reuse these in the context of EditParent or CreateParent where Parent has toMany children? I want to edit the list of children right

Problems with new WOLips5 component editor

2024-12-25 Thread mailinglists via Webobjects-dev
I updated Eclipse to the latest: Version: 2024-12 (4.34.0) Build id: 20241128-0757 I uninstalled WOLips community, restarted Eclipse, then re-installed the new WOLips5 from https://wocommunity.github.io/wolips/repository/. When I restarted Eclipse any existing WO Component Editor worked, but I

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 f

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

2023-12-03 Thread mailinglists via Webobjects-dev
://github.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/op

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
_ > 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.com > > This email

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 res

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 = (I_XMLGeneratorInterface)WOA