Hello Group,
I have some what weird problem, this problem arises only on a Safari
browser on a Mac machine, there is no issue with the Internet
Explorer browser on MS Windows machine.
Problem: We create a page called ReportPage and start the long
response, once the calculations in the lon
Hello fellow WO dudes,
before the WWDC hype go down, I think it's time to make a better
picture of the WebObjects community. So I created a online survey
where you can give input both to Apple and the community.
The survey URL :
http://www.surveymonkey.com/s.aspx?sm=Rd8PBbh0xxJh3e
You can try to configure your wohyperlink to call a single method
(could even be a direct-action method), but pass a parameter
specifying the iterm you're looking for.
By default, the element id of the hyperlink will make reference to
the index of the array, so instead of that you can use the
On Jun 28, 2007, at 12:11 PM, Sigurður E. Vilhelmsson wrote:
The MIME type reported is application/octet-stream. The field should
be empty, since I haven't selected a file right?
> The mimeType property of Country exceeds maximum length of 20
> characters
>
Let me know if I'm off-base here,
Hi!
Ok, this is a weird question. My problem is this: I implemented a
pager and a pager controller. (I know all this stuff is in Wonder,
but I'm a guy who needs to code to understand - see rentzsch.com/notes/programmersDontLikeToCode>).
The pager kicks ass, as it handles huge amount of
Hi Dana,
Sounds like you need to use JavaScript prototypes and events
listeners if you'd like to abstract things.
QUESTION: Is there a better or more elegant way to update the
value of selectedAccount in the parent and still submit the form in
the child?
with regards,
--
Lachlan Deck
I'm going to systematically dismantle my form so I can figure out
what's going on. I'll report my findings.
Best regards,
Siggi
2007/6/28, Janine Sisk <[EMAIL PROTECTED]>:
I'm right here. :) But I'm pretty sure (can never say 100%) that the
code in the tutorial lets you edit an existing recor
It worked beautifully for me (so far..). Thanks!
Tarun
On Jun 27, 2007, at 7:23 PM, Ian Joyner wrote:
I had the same problem yesterday. I was working at home and had to
set up WOLips with Eclipse. Had worked fine the previous few times
I did it, but this time new project templates weren't
I'm right here. :) But I'm pretty sure (can never say 100%) that the
code in the tutorial lets you edit an existing record and not upload
a new image without any errors. I know I tried it, and no-one else
has reported it not working (so far). Of course it's always possible
you've found a
I know everyone uses Eclipse/WOLips, but I thought I would throw this
out there on the off chance that someone else uses TextMate for WO
development. I've hacked together a very elementary language grammar
for wod files for TextMate. I got sick of everything being one color ;)
I have only a
This is just a summary of changes. Details and usage examples are in
the JavaDocs. The code is part of Project Wonder. I am cross
posting to the WO Dev list as it may be of interest to those who have
still not seen the light.
A word on Wonder. You don't have to marry it. You don't even
On Jun 28, 2007, at 9:11 AM, Sigurður E. Vilhelmsson wrote:
Thanks Chuck for your help. One more tool in the toolbelt :)
The MIME type reported is application/octet-stream. The field should
be empty, since I haven't selected a file right?
It might not be you. :-) WOFileUpload works in od
Thanks Chuck for your help. One more tool in the toolbelt :)
The MIME type reported is application/octet-stream. The field should
be empty, since I haven't selected a file right?
Best regards,
Sigurdur
2007/6/28, Chuck Hill <[EMAIL PROTECTED]>:
Add the lines below to see what is in mimeType.
Apologies for the horrible subject line last time!!
Okay, I'm a bit stuck. This is rather long and I hope I'm explaining
myself clearly . . .
THE SITUATION: I have a parent component which handles navigation
between a list of accounts for data entry. There is one link per
account. Each l
Okay, I'm a bit stuck. This is rather long and I hope I'm explaining
myself clearly . . .
THE SITUATION: I have a parent component which handles navigation
between a list of accounts for data entry. There is one link per
account. Each link is a WOHyperlink and calls selectAccount in the
p
Add the lines below to see what is in mimeType. That should help
track down the problem.
On Jun 28, 2007, at 5:00 AM, Sigurður E. Vilhelmsson wrote:
Hi all,
First, I'd like to thank everyone that chimed in on my WOPopUpButton
problem last week. I believe I've got that covered, so on to th
On Jun 28, 2007, at 3:14 AM, Ken Anderson wrote:
In case you're not understanding what Uli is telling you here, he's
recommending that you use a new editing context instead of your
session editing context for each invocation. Although your myLog
instance will eventually be garbage collect
On Jun 28, 2007, at 1:54 AM, Muckenhirn, Ralf wrote:
Hello,
I know there were some big discussions about that problem before.
But I have not found any solution for my problem until now.
I’ve created a small and very simple web-service using WebObjects
to reproduce my problem (see belo
Hi all,
First, I'd like to thank everyone that chimed in on my WOPopUpButton
problem last week. I believe I've got that covered, so on to the next
one.
I'm building on Janine Sisk's tutorial and have a problem with
updating an entity through my form. What happens is that if I edit an
entity al
Thanks for your help. It seems to help.
Ralf
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ken Anderson
Gesendet: Donnerstag, 28. Juni 2007 12:14
An: Ulrich Köster
Cc: webobjects-dev Development
Betreff: Re: Out of memory
In case you're not understanding what Uli i
In case you're not understanding what Uli is telling you here, he's
recommending that you use a new editing context instead of your
session editing context for each invocation. Although your myLog
instance will eventually be garbage collected, other resources that
EOF creates will live as
All that could get between the profiler and app is a firewall.
Anyway, you have to add the the required parameters manually to the
app on the server.
Uli
Am 28.06.2007 um 11:49 schrieb Simon McLean:
Hi All -
What profiling tools are people using for profiling an app running
under Monito
public class MyService implements IMyService {
public void storeToDB(String text1, String text2, String
text3, String text4, String text5) {
EOEditingContext ec = new EOEditingContext();
//or
// EOObjectStoreCoordinator parent = new EOObjectStoreCoordinator();
// EOEdit
Hi All -
What profiling tools are people using for profiling an app running
under Monitor ? I was just looking at the tech specs for JProfiler
which lists "Apple WebObjects Developer 5.x", but not deployment.
Thanks, Simon
___
Do not post admin re
Hello,
I know there were some big discussions about that problem before. But I
have not found any solution for my problem until now.
I've created a small and very simple web-service using WebObjects to
reproduce my problem (see below). I then calling this web-service from a
small application
Ian,
I think that what you say about Swing does not stand. Have you ever
worked with Swing outside of WO's attempts at generating user
interfaces either from rules or nibs?
Java Client capabilities within WO can be used in much better ways
then the interface building approach it provides
26 matches
Mail list logo