Hi Gustavo,
On 03/08/2008, at 12:37 AM, Gustavo Pizano wrote:
Ok so let's say I have this
try {
session().defaultEditingContext().saveChanges();
} catch (ValidationException e) {
setErrorMsgs(e.getMessage(
On 02/08/2008, at 11:46 PM, Jeff Schmitz wrote:
Hi Dave,
Regarding your comments on ERXEC (which I am using in all my EO's,
or at least all my EO's extend ERXGenericRecord):
I always create new ECs for any task that is going to require
editing.
Using Project Wonder's ERXEC makes this p
Hi David,To make sure of this I ran sample self contained WO 5.4 WebObjects Hello World Application and didnt get any issue accessing the same.Thread dump while accessing the web service application. WorkerThreads are "waiting for monitor entry" per this.Full thread dump Java HotSpot(TM) Server VM
The "escapeHTML" binding has not effect on WOText (or ERXWOText). Is
this the way it is supposed to behave or is it broken. I am using WO
5.4.2 on Mac OS.
As a follow up question, whether it is broken or not, is there a way
for me to create a textarea without the HTML being escaped? All I a
Hi all,
Not a question...
I've been playing around with modifying the ant described in:
http://wiki.objectstyle.org/confluence/display/WOL/Embedding
+WOFrameworks
Primarily I wanted to get rid of having to declare project
dependencies in build.xml files, coz that's just dirty. So, what I'v
Hi Gustavo,
I'm not sure which tutorial you are referring to, but perhaps you are
making use of ERCaptcha or something else that uses awt? If so, you
can set
System.setProperty("java.awt.headless", "true");
in your application constructor (or didFinishLaunching) to fix it.
Hello, Again when running the tutorial im doing, and clicking the
submit button the com.webobjects.appserver.WOApplication opens as a
java application, I dont rememebr thgis to be happening before, am I
doing something bad?
regards
Gustavo
___
Do
Ok so let's say I have this
try {
session().defaultEditingContext().saveChanges();
} catch (ValidationException e) {
setErrorMsgs(e.getMessage());
} catch (EOGeneralAdaptorException e) {
Hi Dave,
Regarding your comments on ERXEC (which I am using in all my EO's,
or at least all my EO's extend ERXGenericRecord):
I always create new ECs for any task that is going to require editing.
Using Project Wonder's ERXEC makes this particularly painless as it
handles the necessary