Re: WOHyperlink Bug
Re: WOHyperlink Bug
- Subject: Re: WOHyperlink Bug
- From: Chuck Hill <email@hidden>
- Date: Fri, 11 Aug 2006 19:03:47 -0700
Did you try quitting Xcode, deleting the build directory for the
project, and starting Xcode again?
On Aug 11, 2006, at 11:45 AM, Gilles MATHURIN wrote:
Thanks for your support to all !
The Bug mysteriously disappeared as it appeared, none of the
Hyperlinks (1,2 or 3) was in cause.
I Reinstall 2.3, did all the system maintenance operations i knew,
repaired permissions etc… the bug was still there…
Then i reboot, update to XCode 2.4, restart the app from scratch
(took me nearly 2H) with the exact same code.
And guess what it's working, the hyperlink bug vanish it just work
and lead to the next page
The building Bugs disappear too.
Don't know why but i am quite relief… quite only, because who knows…
Hope it will go fine now…
Regards.
Gilles.
Le 11 août 06 à 14:09, Matt Hanlon a écrit :
What do the bindings for Hyperlink1, Hyperlink2, and Hyperlink3
look like?
Maybe one of those is the problem...
_m
Message: 15
Date: Thu, 10 Aug 2006 17:41:05 -0400
From: Gilles MATHURIN <email@hidden>
Subject: Re: WOHyperlink Bug
To: Chuck Hill <email@hidden>
Cc: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes;
format=flowed
Weird isn't it ?
The HTML looks like that :
=======
HTML
=======
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="WebObjects 5.3.1">
<title>Index Musique</title>
</head>
<body>
<h1 align="center">Catalogue Musical</h1>
<div>
<p><webobject name="Hyperlink1">Accueil</webobject> / <webobject
name="Hyperlink2">Index Musique </webobject>/ <webobject
name="Hyperlink3">Index AudioBook</webobject> / Nous rejoindre /
Newsletter / Podcasts / Webradio</p>
</div>
<div>
<p>Accroche</p>
<p align="left">ImageGenre / Acrroche texte du genre</p>
<p align="left"><webobject name="Table1">
<webobject name="Hyperlink4"><webobject name="String1"></
webobject></webobject> <br>
Nombre d'œuvres : <webobject name="String2"></webobject></
webobject>
</p>
</div>
</body>
</html>
=========
Don't see anything wrong in it. The <webobject name="Table1"> is
WOTable.
I'll try the last choice. I have already reinstalled XCode 2.3 but
the bug is still there
Regards.
GM
Le 10 août 06 à 17:23, Chuck Hill a écrit :
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.WODynamicElementCreationExceptio
n:
Missing 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
_______________________________________________
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 sometime... - 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