I won't actually be attending WWDC, but I can stick a nametag on :)
On Jul 25, 2006, at 1:26 PM, Ken Anderson wrote:
I would like to request that everyone wear their WWDC badges at The
Thirsty Bear so that we can figure out who everyone is!
Ken
On Jul 12, 2006, at 2:14 PM, Chuck Hill wrote:
On Jul 25, 2006, at 7:43 AM, Robert Campbell wrote
Thanks for the info, Ideally I would like to get the id when the
application is instantiated rather than in response to a request,
but its a useful call and I may be able work that way round.
What you want is not how it works. An applica
I would like to request that everyone wear their WWDC badges at The
Thirsty Bear so that we can figure out who everyone is!
Ken
On Jul 12, 2006, at 2:14 PM, Chuck Hill wrote:
Hi,
On Jul 11, 2006, at 6:13 AM, Pascal Robert wrote:
Would be nice to add two fields on your WWDC Meet Up page :
s/some guy/Jonathan Rentzsch, Huge Badass (TM)/
On Jul 25, 2006, at 4:02 PM, Chip Myers wrote:
Here's a 15 minute visual presentation where some guy builds a
simple weblog from scratch...
___
Do not post admin requests to the list. They will be ign
On 25.07.2006, at 21:58 Uhr, Sacha Michel Mallais wrote:
Yeah, it looks strange but is perfectly allowed (remember that WO
tags and HTML tags are two different beasts...).
Right. I know that. But I don't like it ... ;-) It's the look that
disturbs me. As I normally don't use WO Builder at a
Here's a 15 minute visual presentation where some guy builds a simple weblog from scratch...http://rentzsch.com/webobjects/wo5in15 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists
Have a look at
/Developer/Documentation/WebObjects/Web_Services/Web_Services.pdf
and at the examples that are referenced in that PDF:
/Developer/Documentation/WebObjects/Web_Services/projects/
gave me a starting point.
On 7/25/06, Roy <[EMAIL PROTECTED]> wrote:
Hi all,
I am a newbie in the w
On Jul 25, 2006, at 12:48 PM, Guido Neitzer wrote:
On 25.07.2006, at 17:54 Uhr, Sacha Michel Mallais wrote:
Then, inside the repetition, modify the tag to be style="background: grey;"WEBOBJECT>>, where HighlightConditional is a WOConditional bound
to a method that returns true only when the
On 25.07.2006, at 17:54 Uhr, Sacha Michel Mallais wrote:
Then, inside the repetition, modify the tag to be style="background: grey;"WEBOBJECT>>, where HighlightConditional is a WOConditional bound to
a method that returns true only when the selected index equals the
current index.
Do you r
Hi, I'm trying to create a WOIFrame which changes it's frame height dynamically, depending on the height of the page it displays. For example, if the inner page contains no data, I'd like the WOIFrame to have a height of 0 pixels. If the inner page contains a few entries, I'd like it to expan
Thanks, that worked fantastically! ___
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:
http://lists.apple.com/mailman/options/webobj
Paizo Publishing is looking for a WebObjects developer. Paizo is a
leader in the hobby gaming industry, publishing the official Dungeons
& Dragons magazines and an award-winning line of gaming products.
We're looking for someone to help build the next stage of the
paizo.com website. Right n
http://en.wikibooks.org/w/index.php?
title=Programming:WebObjects#Web_Services
On Jul 25, 2006, at 2:17 PM, Roy wrote:
Hi all,
I am a newbie in the world of Web Services. I have been developing in
WebObjects but I have not tried out its Web Services part. I have to
do it now.
If anybody can p
Hi all,
I am a newbie in the world of Web Services. I have been developing in
WebObjects but I have not tried out its Web Services part. I have to
do it now.
If anybody can point me to a good starting point, maybe a document and
some working examples it will be really great !!
I was looking int
On Jul 25, 2006, at 9:35 AM, Chip Myers wrote:
Sacha: you mentioned
Then, inside the repetition, modify the tag to be
NAME=HighlightConditional>style="background: grey;">,
where HighlightConditional is a WOConditional bound to a
method that
returns true onl
This is what I do. Just an similar (but alternate) solution for the same function:What I do is select the tag I want to control dynamically and press the "Make Dynamic" button in the WO Builder inspector. Then bind the bgcolor (or these days the CSS style) that I want to use for the row. Then I
eged and confidential information/work product. This communication is intended for the use of the individual or entity named above. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is stric
I have seen such an exception most often when there was locking on a
timestamp attribute. The exception would happen because of an issue
with the precision, I think. Regardless, the solution was to remove
locking on that attribute.
Jonny
On Jul 25, 2006, at 12:06 PM, Randy Wigginton wrot
I think you guys have already given me enough information to go on.
I am going to get back into the client class and try to build some
simpler code and work back up. I started with a wsdl2java generated
class and there is probably something happening in there that I am
not following.
I
I've seen this when I have (accidentally) marked attributes to lock,
and the attribute is nullable (and null in the case in question). I
wish the default was to NOT lock attributes that are nullable.
On Jul 25, 2006, at 10:50 AM, Kieran Kelleher wrote:
Log out the exception.userInfo() dicti
On Jul 25, 2006, at 7:13 AM, Chip Myers wrote:
I'm currently generating a series of rows within a WORepetition.
The best way to show the structure is as follows:
SELECT PERSON ACITY ASTATE A
SELECT PERSON BCITY BSTATE B
__
Really not the answer that I wanted. Personally,
I think that it is a bug in EO, if the relationship is defined as NOT mandatory,
and it encounters a EOObjectNotAvailableException it should return null.
However, I want to continue to use EOGenericRecords since it is mainly a
reporting type
Garry,EOF is not happy with such situations - if the key is not null, it expects the to-one to exist.There are a few workarounds - the simplest is to turn the relationship into a to-many and check the object count before returning null or the one object in the array.KenOn Jul 25, 2006, at 10:57 AM,
Title: Motley Rice LLC
I am getting EOObjectNotAvailableException
when I have optional relationships that are linked by a
primary key. I do not
control the data entry that is associated with
these records, so I cannot automatically create empty ones Is there a
way for me to trap these exc
Log out the exception.userInfo() dictionary to see what the actual
error message was that the database server returned.
On Jul 25, 2006, at 4:20 AM, Corin Lawson wrote:
Hi List,
As volume has increased on our woapp so has the occurrence of this
particular error, below. I am using WO 5.2.4
Hi Mike,
Thanks for the info, Ideally I would like to get the id when the
application is instantiated rather than in response to a request, but
its a useful call and I may be able work that way round.
Thanks,
Rob.
On 25 Jul 2006, at 12:05, Mike Schrag wrote:
context.applicationNumber()
I'm currently generating a series of rows within a WORepetition. The best way to show the structure is as follows:SELECT PERSON A CITY A STATE A SELECT PERSON B CITY B STATE B SELECT
Great. Thanks Chuck. That is actually what I was doing before I got
concerned that I had mistakenly been setting booby traps after
noticing the synchronization note in the NumberFormat API.
As always, thanks,
Regards, Kieran
On Jul 24, 2006, at 3:25 PM, Chuck Hill wrote:
I create one forma
context.applicationNumber()
On Jul 25, 2006, at 5:29 AM, Robert Campbell wrote:
Hi All,
Does anyone know how I can get the application instance number? - I
need to programmatically construct URLs
that contain the application instance number for load balancing
e.g. for the URL http://www.my
Hi!
WO does that for you. Just call:
String url = context().completeURLWithRequestHandlerKey("wa",
directActionName, args, false, 0);
(check the documentation, I don't remember what are all the
arguments used for)
The url var will contain a full URL for your application,
includ
On 25.07.2006, at 10:20 Uhr, Corin Lawson wrote:
com.webobjects.eoaccess.EOGeneralAdaptorException:
updateValuesInRowDescribedByQualifier --
com.webobjects.jdbcadaptor.JDBCChannel method failed to update row
in database
Looks like an optimistic locking problem. Two reasons I'm currently
Hi All,
Does anyone know how I can get the application instance number? - I
need to programmatically construct URLs
that contain the application instance number for load balancing e.g.
for the URL http://www.mydomain.com/cgi-bin/WebObjects/myapp.woa/1/wa/
nextPage?
I need to insert the appli
Hi,
Corin Lawson wrote:
Hi List,
As volume has increased on our woapp so has the occurrence of this
particular error, below. I am using WO 5.2.4 with MySQL 5.0.
com.webobjects.eoaccess.EOGeneralAdaptorException:
updateValuesInRowDescribedByQualifier --
com.webobjects.jdbcadaptor.JDBCCha
Hi List,
As volume has increased on our woapp so has the occurrence of this
particular error, below. I am using WO 5.2.4 with MySQL 5.0.
com.webobjects.eoaccess.EOGeneralAdaptorException:
updateValuesInRowDescribedByQualifier --
com.webobjects.jdbcadaptor.JDBCChannel method failed to upda
34 matches
Mail list logo