Re: webobjects.mdimension.com down?

2010-01-22 Thread Chuck Hill
Looking for something here? http://webobjects.mdimension.com/wolips/ On Jan 22, 2010, at 7:11 PM, Joe Little wrote: I'm having a bad error tonight, where I can do everything in eclipse except for create new java classes. A full no-op for me. So, I decided to update wolips and/or go with eclip

webobjects.mdimension.com down?

2010-01-22 Thread Joe Little
I'm having a bad error tonight, where I can do everything in eclipse except for create new java classes. A full no-op for me. So, I decided to update wolips and/or go with eclipse 3.5 and that tree just to see if this was fixed. In doing so, it appears that webobjects.mdimension.com is off the net

Re: ERProfiling

2010-01-22 Thread Fredrik Lindgren
Über cool and fun to play with! Thanks a LOT! /Fredrik 19 jan 2010 kl. 23.23 skrev Mike Schrag: >> http://emerald.hq.mdimension.com:8080/hudson/job/Wonder54/javadoc/er/profiling/package-summary.html > Bah ... sorry. link to our internal build server. THAT'S not gonna work. > > http://webobject

Re: help with Oracle setup

2010-01-22 Thread Pascal Robert
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html#05_03 I usually use Postgresql for my backend. However, I am working with another product that uses oracle and I can not find an example of connecting EOModler and my oracle back end. Where can I find an example setup

help with Oracle setup

2010-01-22 Thread Theodore Petrosky
I usually use Postgresql for my backend. However, I am working with another product that uses oracle and I can not find an example of connecting EOModler and my oracle back end. Where can I find an example setup with oracle as the backend? Obviously, the URL, Driver and Plugin are different.

Re: Date not showing correct time

2010-01-22 Thread Simon
I love these kind of posts. They make me feel that all those hundreds of posts that i've done of a similar ilk aren't so bad after all :-). My colleagues laugh at me because my posts like this are nearly always - in fact **always** - in the early hours of the morning when i've been doing one of tho

Re: Date not showing correct time

2010-01-22 Thread Chuck Hill
On Jan 22, 2010, at 12:03 PM, David Avendasora wrote: Yeah, so... um... see... if you tell EOF that you only want a Date (valueType = D) then it will strip the date off when it is read from the DB. Technically, it is the time that gets stripped off. :-P Whoda thunk? But in my defense,

Re: Date not showing correct time

2010-01-22 Thread David Avendasora
On Jan 22, 2010, at 3:03 PM, David Avendasora wrote: > it will strip the date off when it is read Doh. it will strip the _time_ off when it is read ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (We

Re: Date not showing correct time

2010-01-22 Thread David Avendasora
Yeah, so... um... see... if you tell EOF that you only want a Date (valueType = D) then it will strip the date off when it is read from the DB. Whoda thunk? But in my defense, isn't it odd that it doesn't strip it off when saving? Anyway, the solution was very politely pointed out to be easily

Re: Date not showing correct time

2010-01-22 Thread David Avendasora
On Jan 22, 2010, at 2:16 PM, Chuck Hill wrote: > > On Jan 22, 2010, at 11:12 AM, David Avendasora wrote: > >> Hi all, >> >> I have a component that allows the user to modify a date field. The >> modification works just fine and the date field is changed in the database. >> >> The problem is

Like to sponsor a tutorial on the Wiki.

2010-01-22 Thread James Cicenia
OK - I am way to frustrated trying to make this supposedly simple toManyFaultList work. Hence my offer! I will offer someone "10 pieces of Silver" for a step by step tutorial to do: 1) Based upon a CSS version template 2) A one to many relationship editor with the ability to: a) See cu

Re: Date not showing correct time

2010-01-22 Thread Chuck Hill
On Jan 22, 2010, at 11:12 AM, David Avendasora wrote: Hi all, I have a component that allows the user to modify a date field. The modification works just fine and the date field is changed in the database. The problem is that no matter what I do, the time is always displayed as the ser

Date not showing correct time

2010-01-22 Thread David Avendasora
Hi all, I have a component that allows the user to modify a date field. The modification works just fine and the date field is changed in the database. The problem is that no matter what I do, the time is always displayed as the server's idea of midnight (GMT-5:00), no matter what the value is

Re: OR searches using DisplayGroups

2010-01-22 Thread Fredrik Lindgren
Here it is: TODisplayGroup.java Description: Binary data As I said it can be improved in a number of ways. For now it will really only work on text attributes, but it would be easy to extend it to use other types. Use as you like! Fredrik Lindgren 22 jan 2010 kl. 18.59 skrev David Holt: >

Re: OR searches using DisplayGroups

2010-01-22 Thread David Holt
Of course! In my opinion DisplayGroups are grossly underused given the amount you can do with no code. As Chuck suggested, it is probably time to at least start a wiki page on them. Thanks! David On 22-Jan-10, at 8:47 AM, Fredrik Lindgren wrote: Some time ago I made an extension to the W

Re: OR searches using DisplayGroups

2010-01-22 Thread Fredrik Lindgren
Some time ago I made an extension to the WODisplayGroup with support for a queryMatchAll dictionary. This extension makes it possible to have a search string like: "fault, error, -letter," - which creates a qualifier that finds records with the text string "fault" and "error" and excludes "lette

Do any D2W List Views have delete....

2010-01-22 Thread Mark Ainge
James, I believe you can use d2w rules. isEntityDeletable rings a bell. Mark ___ 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:

Re: AjaxSubmitButton

2010-01-22 Thread Venu A
Hi Ramsey, Finally i got the solution, and thanks for ur help by replying and am posting here the final solution. When i used then the Image is appearing on UI. When i used then the image is not appearing ,the empty button is appearing.Even i have tryed with elementName="div" (

Do any D2W List Views have delete....

2010-01-22 Thread James Cicenia
I have things searching for a related, record or even adding a related record, now after I select or add one, how do I remove it from the relationship? Thanks James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mai

Re: AjaxSubmitButton

2010-01-22 Thread Ramsey Lee Gurley
On Jan 22, 2010, at 8:08 AM, Ramsey Lee Gurley wrote: > > On Jan 22, 2010, at 2:24 AM, Venu A wrote: > >> Hi, >> Thanks for giving reply,I have the image is in my project's Resources/folder >> it self. If i given only WOImage (without AjaxSubmitButton) it is appearing >> on UI. But not appear

Re: AjaxSubmitButton

2010-01-22 Thread Ramsey Lee Gurley
On Jan 22, 2010, at 2:24 AM, Venu A wrote: > Hi, > Thanks for giving reply,I have the image is in my project's Resources/folder > it self. If i given only WOImage (without AjaxSubmitButton) it is appearing > on UI. But not appearing when i used the WOImage with AjaxSubmitButton. > Am sending th

Re: Frames Session problem..

2010-01-22 Thread Shravan Kumar. M
Hi Sreenivas, 1) Having two sessions is the first blunder by design, avoid it! Are you aiming at any benefits doing this way? 2) Design principle: When you have one login (one point of entry), then you must (not should) have ONLY ONE session. 3) Do you know where is the second session getting cr