What happens when you select New Wonder Application?
> Message: 5 > Date: Thu, 16 Feb 2012 12:30:14 -0500 > From: "Jerry W. Walker" <[email protected]> > To: WebObjects Development <[email protected]> > Subject: More Help for Old Noobie > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I'm getting an "Unable to create page 'Main'." message when > trying to run my first created test app. > > I created a new application: > > 1. Chose New->Project from the context menu in WO > Explorer view of the WOLips perspective. > > 2. Selected WOLips->WebObjects Application in the > New Project wizard and clicked Next. > > 3. Named the project "WOTest", used the default > location and clicked Finish. > > 4. Opened the project in the WO Explorer view, opened > Sources->your.app and selected Application.java. > > 5. From the context menu on that selection, I chose > Run as->WOApplication. > > The project started up normally, then displayed a web > exception page with the message: > > Application: JavaFoundation > Error: > com.webobjects.appserver.WOPageNotFoundException exception > Reason: > > com.webobjects.appserver.WOPageNotFoundException: > <your.app.Application>: Unable to create page 'Main'. > > In the WOTest project I created, there is a > Sources->your.app.components->Main.java which contains > the code I want (from the template, I assume). I made no > changes to the generated code. > > There is also a Components->Main WO which, when clicked, > shows: > > Main.html > Main.java > Main.wod > Main.woo > Main.api > Main.wo > > in the WOLips Related view (as expected). > > So, what must I do to get Eclipse/WOLips to recognize the > Main.wo component that it created? > > Regards, > Jerry > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.apple.com/archives/webobjects-dev/attachments/20120216/f9463389/attachment.html> > > ------------------------------ > > Message: 6 > Date: Thu, 16 Feb 2012 09:59:59 -0800 > From: David Holt <[email protected]> > To: WebObjects-Dev Mailing List List <[email protected]> > Subject: D2W inspect page with custom embedded list > Message-ID: <[email protected]> > Content-Type: text/plain; CHARSET=US-ASCII > > Hi all, > > Can I reference the entity in an inspect page (the parent > page configuration) from a list embedded in the same page? > > I need to manipulate an array of to-many objects in the > inspect page (group them) in code before returning the list. > I need to access the parentEntity.toManyRelationship, but > I'm not seeing how that might be done. > > I am using a custom component for my embedded list that > displays a table per group. > > Thanks, > David > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
