Re: Maclipse for 3.5.x

2009-10-21 Thread Mike Schrag

made up a page w/ install instructions, etc:

http://www.mdimension.com/page/Maclipse

On Oct 21, 2009, at 6:27 PM, Q wrote:


I have seen this question asked a couple of times recently.

If you are looking for the Eclipse 3.5.x version of maclipse, it is  
here, for Cocoa only:


http://idisk.mac.com/qdolan-Public/maclipse/?view=web

The corresponding source code can be found here:
http://github.com/qdolan
http://github.com/mschrag

--
Seeya...Q

Quinton Dolan - qdo...@gmail.com
Gold Coast, QLD, Australia (GMT+10)




___
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/webobjects-dev/mschrag%40mdimension.com

This email sent to msch...@mdimension.com


 ___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Hudson and Capistrano

2009-10-21 Thread Mr. Frank Cobia
I figured out the answer to my problem. I figured out how to make  
hudson run as a standalone program even if you already have tomcat  
running. I will try to find time to add that information to the wiki.


Frank


On Oct 20, 2009, at 12:30 PM, Mr. Frank Cobia wrote:

But how do I invoke the script from within Hudson and have it  
execute as another user? The only thing I can think of is to do a  
setuid script, but that has its own problems.


Frank


On Oct 20, 2009, at 12:04 PM, Pascal Robert wrote:




First, thanks for all the Hudson help. I now have all my apps,  
frameworks and jars building in Hudson.


Now I am trying to use Capistrano to deploy the built apps. I have  
Capistrano working from my development box, but I have run into a  
problem trying to do the same from the Hudson server.


The problem is that I do not have anywhere to setup the ssh public/ 
private key. I had to run Hudson from within the tomcat server on  
Mac OS X Server which runs as _appserver. The home for _appserver  
is /var/empty and I do not want to put the key in that directory.  
I have tried using Workgroup Manager to set the home directory to / 
Users/_appserver. It exits without any problems but it does not  
actually create the home directory.


Don't deploy with the appserver user, you should deploy with an  
user which is in the appserveradm and appserverusr groups instead.




___
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/webobjects-dev/frank.cobia%40f2technology.com

This email sent to frank.co...@f2technology.com


___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Eclipse/WOLips WebServerResources (WSR)

2009-10-21 Thread Chuck Hill


On Oct 21, 2009, at 5:10 PM, Baiss Eric Magnusson wrote:

I have duplicated the files/folders from WSR into the LWR and am  
left with one unresolved access.


http://baissyi.local/cgi-bin/WebObjects/tyf.woa/tyf_base.css


LWR?

Looks like you have a CSS reference like "tyf_base.css" instead of "/ 
tyf_base.css" or something.



what is the exact path that  resolves to when on the  
development computer?


Wonder?  Not Wonder?  Totally different cases.


Chuck




Since I set up the Eclipse group WSR to be a collection of loose  
files and folders, there is no good solution?


If I had set it up so that there was one and only one folder in  
Eclipse WSR named  then I could have put an alias to  
that folder with the same name in the real LWR, is that the correct  
way?


I see no way out of this problem other than duplicating the actual  
tree of files and folders in the Eclipse WSR into the LWR.


Thus all accesses would look like:
http://baissyi.local:49857/tyf_resources/images/1.gif

instead of:
http://baissyi.local:49857/images/1.gif


On Oct 21, 2009, at 1:12 AM, webobjects-dev-requ...@lists.apple.com  
wrote:


In converting a large old XCode project  to Eclipse I have made it  
so

that none of the WebServerResources show up when I launch it; but I
know all the internal WOComponent packages are consistent and all  
the

resources are in the  group/folder of the WOLips
WO project.

How do I point things so that when I Debug from Eclipse the launched
WOA will look for the resources inside the WebServerResources folder
of the project?







Baiss Eric Magnusson
http://www.CascadeWebDesign.com



___
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/webobjects-dev/chill%40global-village.net

This email sent to ch...@global-village.net


--
Chuck Hill Senior Consultant / VP Development

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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Eclipse/WOLips WebServerResources (WSR)

2009-10-21 Thread Baiss Eric Magnusson
I have duplicated the files/folders from WSR into the LWR and am left  
with one unresolved access.


http://baissyi.local/cgi-bin/WebObjects/tyf.woa/tyf_base.css

what is the exact path that  resolves to when on the  
development computer?


Since I set up the Eclipse group WSR to be a collection of loose  
files and folders, there is no good solution?


If I had set it up so that there was one and only one folder in  
Eclipse WSR named  then I could have put an alias to  
that folder with the same name in the real LWR, is that the correct  
way?


I see no way out of this problem other than duplicating the actual  
tree of files and folders in the Eclipse WSR into the LWR.


Thus all accesses would look like:
http://baissyi.local:49857/tyf_resources/images/1.gif

instead of:
http://baissyi.local:49857/images/1.gif


On Oct 21, 2009, at 1:12 AM, webobjects-dev-requ...@lists.apple.com  
wrote:



In converting a large old XCode project  to Eclipse I have made it so
that none of the WebServerResources show up when I launch it; but I
know all the internal WOComponent packages are consistent and all the
resources are in the  group/folder of the WOLips
WO project.

How do I point things so that when I Debug from Eclipse the launched
WOA will look for the resources inside the WebServerResources folder
of the project?







Baiss Eric Magnusson
http://www.CascadeWebDesign.com



___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOSwitchComponent question

2009-10-21 Thread Andrew Lindesay

Hello Katya;

That is interesting.  So you mean that previous components which  
previously resided in the switch are restored and awoken despite not  
being the component named in the switch for the present request- 
response cycle?


cheers.

We've stumbled upon an interesting thing when using  
WOSwitchComponent ( WO 5.4.3 ).


The situation is as follows :
1. There is a base component that contains WOSwitchComponent element  
and navigation menu.
2. Upon click on any of the navigation items a component action is  
performed in which the WOComponentName binding of the  
WOSwitchComponent is changed to the desired page name and null is  
returned.


The thing is whenever you navigate to some page awake() is called  
for all previously visited pages. The question is why are those  
components awaken and is this behaviour normal and expected?


___
Andrew Lindesay
www.lindesay.co.nz

___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Maclipse for 3.5.x

2009-10-21 Thread Q

I have seen this question asked a couple of times recently.

If you are looking for the Eclipse 3.5.x version of maclipse, it is  
here, for Cocoa only:


http://idisk.mac.com/qdolan-Public/maclipse/?view=web

The corresponding source code can be found here:
http://github.com/qdolan
http://github.com/mschrag

--
Seeya...Q

Quinton Dolan - qdo...@gmail.com
Gold Coast, QLD, Australia (GMT+10)




 ___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Access to nested form fields.

2009-10-21 Thread James Cicenia

Hello -

How do I access the submitted form values from a dynamically nested  
looping structure?


Person A
Project 1 --
Project 2 --

Person B
Project 1 --
Project 3--

etc.


I want to be able to loop through each persons project rows to get the  
entered value.


Thanks
James Cicenia

___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: War deploy; maven archetypes problems; web.xml filtering

2009-10-21 Thread Henrique Prange

Hi Greg and Lachlan,

Not in this case. :(

You have to configure the maven-war-plugin to filter deployment 
descriptors [1].



 maven-war-plugin
 
   ...
   true
 


Isn't the latest servlet archetype adding this configuration by default?

[1]http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#filteringDeploymentDescriptors

Cheers,

Henrique

Lachlan Deck wrote:

http://lmgtfy.com/?q=maven+pom+model


src/main/foo
true
...


:)

On 21/10/2009, at 2:05 PM, Mr. G Brown wrote:


Hi,

I used the woapp-servlet  2.1 archetype to create a simple no wonder  
project. If I look in the produced .war file, the web.xml file has 
lines lilke:




${project.build.finalName}

WOJarBundle
YES

Whether this app is a "true" WAR, rather than a "stub" WAR
or SSDD Note that WOROOT, LOCALROOT, WOAINSTALLROOT,
WOClassPath are ignored if this is true However, if this is
true, WOMainBundle must be set to the main bundle name




WOMainBundle
${project.build.finalName}

Sets the name of the main bundle. Only used if WOJarBundle
is true




I will guess that the ${project.build.finalName} should be working 
with the .pom file to supply a value for that variable.


Is the pom not quite right? That file needs 'filtering'; but what path 
is the WEB-INF/web.xml file on?


How does one specify filtering for the web.xml file?

It looks like the Info.plist file gets filtered ok with the 2.1 
archetype projects, but not the web.xml file.


Thanks,

gb


___
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/webobjects-dev/lachlan.deck%40gmail.com 



This email sent to lachlan.d...@gmail.com


with regards,
--

Lachlan Deck



___
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/webobjects-dev/hprange%40gmail.com

This email sent to hpra...@gmail.com

___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Stoping internal WOComponent processes

2009-10-21 Thread Gustavo Pizano


On Oct 21, 2009, at 6:20 PM, Guido Neitzer wrote:


On 21. Oct. 2009, at 01:11 , Gustavo Pizano wrote:


What can I do to solve this issue?


Use a faster search. Whatever you do there should not take that long  
but return within milliseconds. You could get that from Lucene for  
example.


Another optimization is to build a field that does a DirectAction  
call to get the matches, so it doesn't block your session and can go  
to different instances, even to a different box / app.


Interesting the last idea, Im gonna try doing it using DA, also as for  
lucene, Im gonna implement something next week I guess, there is some  
other component I need to create for accounting purposes,.


Thanks for the help

Gustavo



Guido


___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Eclipse/WOLips WebServerResources (WSR) into LWR, LibraryWebServerResources

2009-10-21 Thread Baiss Eric Magnusson
Since I set up the Eclipse group WSR to be a collection of loose files  
and folders there is no good solution?


If I had set it up so that there was one and only one folder in  
Eclipse WSR named  then I could have put an alias to  
that folder with the same name in the real LWR, is that the correct way?


I see no way out of this problem other than duplicating the actual  
tree of files and folders in the Eclipse WSR into the LWR.


Thus all accesses would look like:
http://baissyi.local:49857/tyf_resources/images/1.gif

instead of:
http://baissyi.local:49857/images/1.gif


On Oct 21, 2009, at 1:12 AM, webobjects-dev-requ...@lists.apple.com  
wrote:



In converting a large old XCode project  to Eclipse I have made it so
that none of the WebServerResources show up when I launch it; but I
know all the internal WOComponent packages are consistent and all the
resources are in the  group/folder of the WOLips
WO project.

How do I point things so that when I Debug from Eclipse the launched
WOA will look for the resources inside the WebServerResources folder
of the project?


___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


WOSwitchComponent question

2009-10-21 Thread Katya Yurukova

Hi list,

We've stumbled upon an interesting thing when using WOSwitchComponent  
( WO 5.4.3 ).


The situation is as follows :
1. There is a base component that contains WOSwitchComponent element  
and navigation menu.
2. Upon click on any of the navigation items a component action is  
performed in which the WOComponentName binding of the  
WOSwitchComponent is changed to the desired page name and null is  
returned.


The thing is whenever you navigate to some page awake() is called for  
all previously visited pages. The question is why are those components  
awaken and is this behaviour normal and expected?


Thanks in advance,
Katya Yurukova






___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Stoping internal WOComponent processes

2009-10-21 Thread Guido Neitzer

On 21. Oct. 2009, at 01:11 , Gustavo Pizano wrote:


What can I do to solve this issue?


Use a faster search. Whatever you do there should not take that long  
but return within milliseconds. You could get that from Lucene for  
example.


Another optimization is to build a field that does a DirectAction call  
to get the matches, so it doesn't block your session and can go to  
different instances, even to a different box / app.


Guido
___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOActionResults

2009-10-21 Thread Ian Coleman
i did have a syntax error that fixed the space in the xml produced.   
Not sure why but it is working now,

Thanks All


On Oct 20, 2009, at 6:35 PM, Ramsey Lee Gurley wrote:



On Oct 20, 2009, at 3:50 PM, Simon wrote:

are you using a component to render xml ? if so, i think it's kind  
of asking for trouble. you better hope nobody ever hits ctrl-shift- 
f on that component or it might just screw everything up without  
anyone realising...



Are you seeing errors with command-shift-F?  I do lots of XML in  
components, XHTML, RSS, SVG  The only errors I remember having  
XML-wise with command-shift-F was it stripping namespaced  
attributes.  Even then, I think Mike had it fixed before I could  
even file a JIRA.



we do tons of this stuff and predominantly use WOXMLCoder + XSLT,  
then handcraft



That word makes my skin crawl.  You may not be to lazy to handcraft,  
but I am!  Give me a reusable component any day. (^_~)



a response and stuff the output of our xml generation process into  
the content of the response. this way i can sleep at night.


simon

2009/10/20 Ian Coleman 
I am returning a WOActionResults in a directaction which is a  
dynamic xml file but it is getting messed up because the file is  
getting returned with a blank first line and the xml file then does  
not get read correct.  Is there a way to fix this problem?  A way  
to stop that first blank line from getting added?


Thanks
Ian

 ___
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/webobjects-dev/simon%40potwells.co.uk

This email sent to si...@potwells.co.uk

___
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/webobjects-dev/rgurley%40mac.com

This email sent to rgur...@mac.com




 ___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: 2009 surveys results

2009-10-21 Thread Pascal Robert
> Good idea to send the request in WOLF (WebObject Liste Francophone). 
> 
> The list is not very active now and I'm almost the only contributor so
>  
> Pascal, I'll be happy you send directly your request.
> 
> About the survey, I've filled out the forms for Bebook then I tried to
>  
> do the same for Sophiacom but I was not allowed. Because I'm smart  
> enough (;-)), I removed the cookies then I filled out all the forms. 
> 
> Unfortunately, the last screen told me that I've already registered in
>  
> a previous session. Miguel is very, very smart, too much for me. So  
> I'm sorry to tell you that Sophiacom is missing. I didn't try to use 
> 
> another network and I jumped to my next task...

Miguel is smart enough to have a setting to prevent multiple responses :-) And 
I'm smart enough to disable this setting right now, so multiple responses 
coming from the same IP and cookies is now allowed.

> Philippe
> 
> On 20 oct. 09, at 23:41, Lachlan Deck wrote:
> 
> > Hey Pascal,
> >
> > -- I'd send your requests for people to fill them in to the  
> > webobjects-deploy & webobjects-announce lists also .. perhaps the  
> > french mailing lists also. Not everyone subscribes to this one it  
> > seems. Naturally not everyone's a 'dev'.
> >
> > On 21/10/2009, at 6:01 AM, Pascal Robert wrote:
> >
> >> Ok, so I bugged everyone for weeks and I don't expect any more  
> >> answers (even if I know that at least 5 organizations didn't  
> >> respond...), so I made a summary of all answers we have so far :
> >>
> >>http://wiki.objectstyle.org/confluence/x/doBf
> >>
> >>http://wiki.objectstyle.org/confluence/x/E4Bf
> >>
> >> The surveys are still open, I will close them mid-November.
> >>
> >>https://www.survs.com/survey/T8TGXAW70R
> >>
> >>https://www.survs.com/survey/3O47WI4G11
> >>
> >> ___
> >> 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/webobjects-dev/lachlan.deck%40gmail.com
> >>
> >> This email sent to lachlan.d...@gmail.com
> >
> > with regards,
> > --
> >
> > Lachlan Deck
> >
> >
> >
> > ___
> > 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/webobjects-dev/prabier 
> > %40mac.com
> >
> > This email sent to prab...@mac.com

-- 

--- 
Pascal Robert 

http://www.macti.ca 
http://www.linkedin.com/in/macti 

Skype: MacTICanada 
AIM/iChat : MacTICanada 
 ___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: 2009 surveys results

2009-10-21 Thread Philippe Rabier
Good idea to send the request in WOLF (WebObject Liste Francophone).  
The list is not very active now and I'm almost the only contributor so  
Pascal, I'll be happy you send directly your request.


About the survey, I've filled out the forms for Bebook then I tried to  
do the same for Sophiacom but I was not allowed. Because I'm smart  
enough (;-)), I removed the cookies then I filled out all the forms.  
Unfortunately, the last screen told me that I've already registered in  
a previous session. Miguel is very, very smart, too much for me. So  
I'm sorry to tell you that Sophiacom is missing. I didn't try to use  
another network and I jumped to my next task...


Philippe

On 20 oct. 09, at 23:41, Lachlan Deck wrote:


Hey Pascal,

-- I'd send your requests for people to fill them in to the  
webobjects-deploy & webobjects-announce lists also .. perhaps the  
french mailing lists also. Not everyone subscribes to this one it  
seems. Naturally not everyone's a 'dev'.


On 21/10/2009, at 6:01 AM, Pascal Robert wrote:

Ok, so I bugged everyone for weeks and I don't expect any more  
answers (even if I know that at least 5 organizations didn't  
respond...), so I made a summary of all answers we have so far :


http://wiki.objectstyle.org/confluence/x/doBf

http://wiki.objectstyle.org/confluence/x/E4Bf

The surveys are still open, I will close them mid-November.

https://www.survs.com/survey/T8TGXAW70R

https://www.survs.com/survey/3O47WI4G11

___
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/webobjects-dev/lachlan.deck%40gmail.com

This email sent to lachlan.d...@gmail.com


with regards,
--

Lachlan Deck



___
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/webobjects-dev/prabier 
%40mac.com


This email sent to prab...@mac.com


___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: 2009 surveys results

2009-10-21 Thread Jeremy DE ROYER

Hello,

Results are interesting but unfortunately they show that webobjects  
technologie miss beginners...


Jérémy DE ROYER

Le 20 oct. 09 à 21:01, Pascal Robert a écrit :

Ok, so I bugged everyone for weeks and I don't expect any more  
answers (even if I know that at least 5 organizations didn't  
respond...), so I made a summary of all answers we have so far :


http://wiki.objectstyle.org/confluence/x/doBf

http://wiki.objectstyle.org/confluence/x/E4Bf

The surveys are still open, I will close them mid-November.

https://www.survs.com/survey/T8TGXAW70R

https://www.survs.com/survey/3O47WI4G11

___
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/webobjects-dev/jeremy.deroyer 
%40ingencys.net


This email sent to jeremy.dero...@ingencys.net




___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Stoping internal WOComponent processes

2009-10-21 Thread Gustavo Pizano
Hello all.

Ok this is the situation.

I have a Component action that its triggered by an AjaxObserveField, for
those who remember this was the fuzzy matcher search Im implementing. now,
that process takes like 4secs to finish, bu by that time the user has
already typed all what he needed, and of course the first thing he/she does
is to push the commit button while the action from the ObserField its in
progress, then I get an session time out error, or it takes really long to
updata.commit (after the user presses the AjasSubmitButton).

I try this situation I explaned above, and also I tried wating till the
component action triggered form the AjaxObserField finished, and then I
clcik the AjaxSubmitButton, resutls, no problems, really fast and no
sessions times out.

What can I do to solve this issue? that the user hits the submit button
before the respose form the AjaxObserveField action component has completed,
so it willno t give me such an errors?

I hope I made myself understandable. :S:S:S..

Thanks in advance

Gustavo
 ___
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/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com