Re: AjaxFileUpload UploadProgress binding

2011-11-28 Thread Michael Kondratov
I will post it to the list tomorrow. The component is loosely based on the current one. It is much more useful (I feel) due to ability to just drop files into a designed area instead of clicking etc… Michael On Nov 28, 2011, at 10:53 PM, Mai Nguyen wrote: > Hi Michael, > If you can share it on

Re: AjaxFileUpload UploadProgress binding

2011-11-28 Thread Mai Nguyen
Hi Michael, If you can share it on the list, we could send you some feedback. Moving forward, it would be nice to have such a component, but would it integrate well into an existing component? thanks, mai On Nov 28, 2011, at 7:41 PM, Michael Kondratov wrote: > Hello, > I am working on an

Re: AjaxFileUpload UploadProgress binding

2011-11-28 Thread Michael Kondratov
Hello, I am working on an HTML5 drag and drop multi file upload component. I can share or try to submit it to WOnder if there is interest. Michael Kondratov Aspire Auctions, Inc. On Nov 28, 2011, at 10:39 PM, Mai Nguyen wrote: > Hello List, > > Does anyone have an example of using an A

AjaxFileUpload UploadProgress binding

2011-11-28 Thread Mai Nguyen
Hello List,Does anyone have an example of using an AjaxFileUpload where an actual file is uploaded?I have looked at the Ajax Example in Project Wonder, in particular FileUploadExample, and I used identical bindings in my test, but my upload is stuck after displaying the "Upload Starting... " messag

Re: Problem loading Ajax frameworks

2011-11-28 Thread Jeff Schmitz
As I never did resolve this one, I thought I'd resurrect this thread.. The "long and the short" of it is, How I can get my App to generate Wonder Framework javascript (and other static resource) references that point here: /WebObjects/Frameworks/... (e.g.

Re: What causes a ZERO in the ID ?

2011-11-28 Thread James Cicenia
MySQL James On Nov 28, 2011, at 4:00 PM, Kieran Kelleher wrote: > What database platform? > > On Nov 28, 2011, at 3:37 PM, James Cicenia wrote: > >> Hello - >> >> A random problem has started cropping up in our very old reliable >> application. >> I have a to-one relationship with nullify

Re: Postgresql, WO and servlet weirdness

2011-11-28 Thread Tarun Reddy
Ramsey, you nailed it. I included the plugin on the sub frameworks but not the main project and hence they weren't included in the war. Thank you! Tarun On Mon, Nov 28, 2011 at 9:19 AM, Ramsey Gurley wrote: > Sounds like the postgres plugin is not on the classpath so it is using the > generic J

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread David Holt
On 2011-11-28, at 1:39 PM, Markus Ruggiero wrote: > > On 28.11.2011, at 19:52, David Holt wrote: > >> Then when you want to select the Entity you would do something like this >> (here I have a custom select component in a ListProject configuration) and I >> return a page with the list of acti

Re: What causes a ZERO in the ID ?

2011-11-28 Thread Kieran Kelleher
What database platform? On Nov 28, 2011, at 3:37 PM, James Cicenia wrote: > Hello - > > A random problem has started cropping up in our very old reliable application. > I have a to-one relationship with nullify as its delete rule and on the > to-many side > I have a cascade delete rule. > > Bu

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread Markus Ruggiero
On 28.11.2011, at 19:52, David Holt wrote: > Then when you want to select the Entity you would do something like this > (here I have a custom select component in a ListProject configuration) and I > return a page with the list of activities that are associated with the > selected project. You'

What causes a ZERO in the ID ?

2011-11-28 Thread James Cicenia
Hello - A random problem has started cropping up in our very old reliable application. I have a to-one relationship with nullify as its delete rule and on the to-many side I have a cascade delete rule. But, somehow, the id is getting set to ZERO which causes all kinds of havoc. Any thoughts? T

Re: ERXLongResponse and IE

2011-11-28 Thread Chuck Hill
The only thing it could be is a difference in the headers returned. You can log them out in dispatchRequest. On 2011-11-28, at 11:28 AM, Steve Peery wrote: > Hi List, > > I have a ERXLongResponse page that waits for the generation of a PDF report > and then returns it. It has been working we

ERXLongResponse and IE

2011-11-28 Thread Steve Peery
Hi List, I have a ERXLongResponse page that waits for the generation of a PDF report and then returns it. It has been working well for years. Suddenly last week I started getting calls from some Internet Explorer users saying that the PDF source ("%PDF-1.4...") shows up in the browser window wh

Re: Does wonder have a standard User framework?

2011-11-28 Thread James Cicenia
Hmmm That looks interesting Thanks James On Nov 28, 2011, at 12:11 PM, Michael Gargano wrote: > you might want to look into apache shiro > > -mike > > On Nov 28, 2011, at 12:57 PM, James Cicenia wrote: > >> Just wondering... >> >> You know the usual.. >> >> login/password/email reminder/

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
On 29/11/2011, at 5:39 AM, Miguel Angel Torres Avila wrote: > Thanks Lachlan for the rapid response, > > The project is on production now, so we think we should find a solution > without changing the table definition. Sure. Perhaps you could add a calculated field to the model (rather than a t

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread David Holt
On 2011-11-28, at 10:30 AM, Markus Ruggiero wrote: > > On 28.11.2011, at 18:05, David Holt wrote: > >> You should be able to put it in your session (ERXThreadStorage for example) >> and access it from there: >> >> pageConfiguration='EditMyEntity' and session.selectedEntity.kind = 'blah' => >

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Miguel Angel Torres Avila
Thanks Lachlan for the rapid response, The project is on production now, so we think we should find a solution without changing the table definition. Thanks again for your help. El 28/11/2011, a las 12:29, Lachlan Deck escribió: > Never really understood the motivation for using string as a

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread Markus Ruggiero
On 28.11.2011, at 18:05, David Holt wrote: > You should be able to put it in your session (ERXThreadStorage for example) > and access it from there: > > pageConfiguration='EditMyEntity' and session.selectedEntity.kind = 'blah' => > displayPropertyKeys = Great - and then the silly questi

Re: Raw Rows boolean attribute problem

2011-11-28 Thread Lachlan Deck
Never really understood the motivation for using string as a boolean. I would have used the intBoolean prototype :) Is that possible for you to try? On 29/11/2011, at 5:08 AM, Miguel Angel Torres Avila wrote: > Hi list, > > We have a table named OrdenServicio in which we have a field named >

Re: Does wonder have a standard User framework?

2011-11-28 Thread Michael Gargano
you might want to look into apache shiro -mike On Nov 28, 2011, at 12:57 PM, James Cicenia wrote: > Just wondering... > > You know the usual.. > > login/password/email reminder/basic profile > > Cheers > James > ___ > Do not post admin requests to

Re: Does wonder have a standard User framework?

2011-11-28 Thread Ramsey Gurley
No. I think it's just because there's no one size fits all when it comes to user management. ERCoreBusinessLogic handles user preferences in a mostly user agnostic way. The only assumption it makes is that your user/actor has a single int PK. I have an auth framework available on github, but

Does wonder have a standard User framework?

2011-11-28 Thread James Cicenia
Just wondering... You know the usual.. login/password/email reminder/basic profile Cheers James smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread Ramsey Gurley
On Nov 28, 2011, at 9:24 AM, Markus Ruggiero wrote: > I need a rule like the following (pseudo code): > > pageConfiguration='EditMyEntity' and {the MyEntityObject has a value of > 'SOMETHING' in its KIND-attribute} => displayPropertyKeys = > > Background: > > I have dozens of ElectronicD

Re: D2W Can I access Object property values from the rule system?

2011-11-28 Thread David Holt
You should be able to put it in your session (ERXThreadStorage for example) and access it from there: pageConfiguration='EditMyEntity' and session.selectedEntity.kind = 'blah' => displayPropertyKeys = On 2011-11-28, at 8:24 AM, Markus Ruggiero wrote: > I need a rule like the following (ps

D2W Can I access Object property values from the rule system?

2011-11-28 Thread Markus Ruggiero
I need a rule like the following (pseudo code): pageConfiguration='EditMyEntity' and {the MyEntityObject has a value of 'SOMETHING' in its KIND-attribute} => displayPropertyKeys = Background: I have dozens of ElectronicDocuments. Each has a to-one reference to a DocumentType (there are ma

Re: Ajax UpdateContainer stop

2011-11-28 Thread Matteo Centro
Unfortunately no, I'm stuck with this layout... The problem is that I'm editing a bunch of records, and the records could be edited by another app which communicates via Direct Actions, so I need to continue refreshing a big part of the page to see if the other app changes something in my records.

Re: Postgresql, WO and servlet weirdness

2011-11-28 Thread Ramsey Gurley
Sounds like the postgres plugin is not on the classpath so it is using the generic JDBC adaptor instead. Ramsey On Nov 27, 2011, at 9:22 PM, Tarun Reddy wrote: > I'm having an issue with deploying my app into a tomcat6 instance against > Postgresql that doesn't seem to happen with MySQL. Basic

Documentation Group meeting

2011-11-28 Thread Pascal Robert
If you want to help on documentation (Wonder, WO, WOLips), we have a group meeting on GoToMeeting in one hour (11am EST, 8am PST) today. https://www3.gotomeeting.com/join/765846726 See you there! ___ Do not post admin requests to the list. They will

AjaxFlexibleFileUpload in AjaxModalDialog

2011-11-28 Thread Frank Stock
Hi All, I am using an AjaxFlexibleFileUpload in an AjaxModalDialog, the first time it works fine, de second time works, but the button is not displayed like the first time, and the 3rd time the loading is starting, but then it halts. Is there something I can do like a reset of the AFU after clo