Re: WOHyperlink Bug
Re: WOHyperlink Bug
- Subject: Re: WOHyperlink Bug
- From: Chuck Hill <email@hidden>
- Date: Thu, 10 Aug 2006 14:23:17 -0700
What does the HTML look like? Either it is referring to a different
part of the WOD, or Xcode has cached some old versions. If the HTML
looks OK, then try doing a clean and build, or if in final
desperation, delete the build directory (close Xcode first(.
Chuck
On Aug 10, 2006, at 1:10 PM, Gilles MATHURIN wrote:
Hi everyone,
I have a very strange bug in WO
After compiling this :
========
Class file :
========
public ArtisteDetailPage artisteDetail()
{
ArtisteDetailPage nextPage = (ArtisteDetailPage)pageWithName
("ArtisteDetailPage");
// Initialize your component here
nextPage.setAArtiste(aArtisteItem);
return nextPage;
}
=========
wod file :
=========
Hyperlink4: WOHyperlink {
action = artisteDetail;
}
I obtain that when cliking on the link :
====
WO Error message
====
com.webobjects.appserver._private.WODynamicElementCreationException: M
issing required attribute: 'action' or 'href' or 'pageName' or
'directActionName' or 'actionClass'
Reason:
<com.webobjects.appserver._private.WOHyperlink> Missing required
attribute: 'action' or 'href' or 'pageName' or 'directActionName'
or 'actionClass'
As you can see the 'missing attribute 'action'' is there but seem
to be invisible…
The strangest is that the same hyperlink was working this morning
so… now i am very frustrating and disappointed…
Help please …
GM
Regards. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden