Re: FOSS Reporting Libraries?

2009-09-07 Thread Joe Little
On Sun, Sep 6, 2009 at 10:04 PM, Cheong Hee (Gmail) wrote: > Hi Kieran > > Besides, I guess also you need to have WCJRUtils.java and > WCReportsScriptlet.java.  Some time back (~2007) I was able to download a > zip sample called WOCodeJasperSample.  Just ran through the sample code test > and it wo

Re: KeyValueConditional

2009-09-07 Thread Chan Yeow Heong, Jerome
Thank you! On 08-Sep-2009, at 8:09 AM, Ramsey Lee Gurley wrote: You can do one of two things... Either 1) add //VALID after the value = "$application.statics.SomeClass.CONSTANT" part or 2) add ^application\.statics\..* to your binding validation rules if you anticipate using the applicat

Re: FOSS Reporting Libraries?

2009-09-07 Thread Kieran Kelleher
Thanks John. Kieran On Sep 4, 2009, at 10:48 AM, John Ours wrote: I use Jasper for reporting along with a wrapper someone posted a while back to create a JRDataSource from EOGenericRecords. It was called WCJRDataSource...I can't find it again on the web so it's attached. Then I run the

Re: FOSS Reporting Libraries?

2009-09-07 Thread Kieran Kelleher
Hi Cheong, Please send it over. Thanks, Kieran On Sep 7, 2009, at 1:04 AM, Cheong Hee (Gmail) wrote: Hi Kieran Besides, I guess also you need to have WCJRUtils.java and WCReportsScriptlet.java. Some time back (~2007) I was able to download a zip sample called WOCodeJasperSample. Just r

Re: EOF inheritance

2009-09-07 Thread Ken Anderson
We use horizontal in a lot of places - I would avoid vertical. We're planning on converting horizontal inheritance to single table in places where the subclasses are very similar for performance reasons. On Sep 7, 2009, at 4:56 PM, Simon McLean wrote: Yeah, we use single table all over the

Re: D2W: How to turn on relationship editing?

2009-09-07 Thread Daniel Mejía
Maybe you need to add these rules in your user.d2wmodel file (task = 'edit' and smartRelationship.isToMany = 0) => componentName = "ERD2WEditToOneRelationship" (com.webobjects.directtoweb.Assignment) (task = 'edit' and smartRelationship.isToMany = 1) => componentName = "ERD2WEditToManyRelatio

Re: D2W: How to turn on relationship editing?

2009-09-07 Thread David LeBer
On 2009-09-07, at 8:29 PM, Ramsey Lee Gurley wrote: On Sep 7, 2009, at 6:49 PM, Mr. G Brown wrote: Hello, On Sep 7, 2009, at 11:32 AM, David LeBer wrote: Are they being displayed but are not editable in an edit form? They are displayed, if there is a linked record in the linked-to- t

Re: D2W: How to turn on relationship editing?

2009-09-07 Thread Ramsey Lee Gurley
On Sep 7, 2009, at 6:49 PM, Mr. G Brown wrote: Hello, On Sep 7, 2009, at 11:32 AM, David LeBer wrote: Are they being displayed but are not editable in an edit form? They are displayed, if there is a linked record in the linked-to- table, it lists the attributes, but not a way that enabl

Re: D2W: How to turn on relationship editing?

2009-09-07 Thread Mr. G Brown
Hello, On Sep 7, 2009, at 11:32 AM, David LeBer wrote: Are they being displayed but are not editable in an edit form? They are displayed, if there is a linked record in the linked-to- table, it lists the attributes, but not a way that enables to re-link it to a different record. If the

Re: KeyValueConditional

2009-09-07 Thread Chan Yeow Heong, Jerome
Thanks but how do I get past this error. I added in a State class in the registration process. There is no key 'State' for the keypath 'application.statics' in UserAdministration UserAdministration.html Beta/Components/pages/ UserAdministration.wo line 13 WebObjects Template Problems The m

Re: EOF inheritance

2009-09-07 Thread Simon McLean
Yeah, we use single table all over the place. works perfectly. simon 2009/9/7 Travis Britt : > > On Sep 6, 2009, at 7:18 PM, Jon Nolan wrote: >> >> I now have a project which begs for it.  What say you?  Do you use >> inheritance or is my gut feeling correct in telling me to keep on staying >> aw

FrontBase Error "Datatypes are not comparable or don't match"

2009-09-07 Thread Paul Stringer
Thanks! Everytime I get desperate enough to ask the list I fix it myself anyway straight after. For reference I had a stray dbConfigName.EOPrototypesEntity=EOPrototypes Property overriding the models setting. Paul ___ Do not post admin requests

FrontBase Error "Datatypes are not comparable or don't match"

2009-09-07 Thread Paul Stringer
I'm switching an eomodel to use FrontBase instead of Oracle. I'm using ERPrototypes and generating the SQL no problem. However when I come to access the database I'm getting the following error. Semantic error 217. Datatypes are not comparable or don't match. Semantic error 485. Near: '1'. T

Re: KeyValueConditional

2009-09-07 Thread Ramsey Lee Gurley
If you're using Wonder, have a look at ERXKeyValueCodingUtilities. http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/extensions/foundation/ERXKeyValueCodingUtilities.html You could just plant a handle to this thing in your application subclass public NSKeyValueCodingAdditions stat

Re: D2W: How to turn on relationship editing?

2009-09-07 Thread David LeBer
On 2009-09-07, at 11:10 AM, Mr. G Brown wrote: I can't seem to find what to do to turn on editing for relationships. The model has the relationship exposed, there must be a rule... Thanks, A little more information would be helpful. Are they being displayed but are not editable in an edit

D2W: How to turn on relationship editing?

2009-09-07 Thread Mr. G Brown
I can't seem to find what to do to turn on editing for relationships. The model has the relationship exposed, there must be a rule... Thanks, gb ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webob

KeyValueConditional

2009-09-07 Thread Chan Yeow Heong, Jerome
Is there a way to do the following? I've just started working using the inline bindings. Thanks! ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Up

[solved]Re: How to make the AjaxSubmit button hold until the action binding its executed?

2009-09-07 Thread Gustavo Pizano
HEHE .. Ok I think I solved,.. so far... I jsut place an AjaxUpdateContainerID, with the onRefreshComplete binding set to the JS that makes the proxy calls.. I hope it works now for large amount of data.. :S. G. On Sep 7, 2009, at 11:16 AM, Gustavo Pizano wrote: Hello. I have an Aja

How to make the AjaxSubmit button hold until the action binding its executed?

2009-09-07 Thread Gustavo Pizano
Hello. I have an AjaxSelectionList and a AjaxSubmitButton, I want to execute the action called $"performTransSearch", all this is inside a WOForm, but also I need to execute the action in the .java file will fetch the data corresponding to the selection on the list. But now it comes tha