I should add, the project runs but there are three problems: 

        Description     Resource        Path    Location        Type In the 
WOD, The class for 'WOCheckboxMatrix' is either missing or does not extend 
WOElement.       WOToManyRelationship.html       
/JavaWOExtensions/Components/Nonlocalized.lproj/WOToManyRelationship.wo line 5  
WebObjects Template Problems 

Description     Resource        Path    Location        Type
The class for 'PageWrapper' is either missing or does not extend WOElement.     
Main.html       /SooperSeekrit/Components/Main.wo       line 1  WebObjects 
Template Problems

Description     Resource        Path    Location        Type
The class for 'WOCheckboxMatrix' is either missing or does not extend 
WOElement.        WOToManyRelationship.wod        
/JavaWOExtensions/Components/Nonlocalized.lproj/WOToManyRelationship.wo line 10 
WebObjects Template Problems


I have no idea where the WOCheckboxMatrix error is coming from.

Thanks.


On Nov 30, 2011, at 9:17 PM, Kevin Spake wrote:

> I've been working on the introductory material that was suggested. Now, I'm 
> on part 2 of the Webobjects, wolips and wonder tutorial. There is an error in 
> Main.wo.  At <wo:PageWrapper> the error is: "The class for 'PageWrapper' is 
> either missing or does not extend WOElement."   The PageWrapper.wo is in 
> components, PageWrapper. java is in com.sooperseekrit.components, so the 
> class is not missing. According to the javadoc, 
> er.extensions.components.ERXStatelessComponent (which is the super for 
> PageWrapper) inherits from com.webobjects.appserver.WOElement.   ERExtensions 
> is in the build path.
> 
> What am I doing wrong? 
> 
> This is Main.wo
> <wo:PageWrapper> 
>       <wo:form>
>       <fieldset>
>       <legend>User Login</legend>
>       <p><label>Username:</label> <wo:textfield value="$username"/></p>
>       <p><label>Password:</label> <wo:password value="$password"/></p>
>       <p class="button-bar"><wo:submit action="$loginAction" 
> value="Login"/></p>
>       <wo:if condition = "$errorMessage"><div class="error"><wo:str 
> value="$errorMessage"/></div></wo:if>
>       </fieldset>
>       </wo:form>
> </wo:PageWrapper>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 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/sparky005s%40yahoo.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]

Reply via email to