direct to web query help for n00b
direct to web query help for n00b
- Subject: direct to web query help for n00b
- From: Frank Ribitch <email@hidden>
- Date: Fri, 9 Jan 2004 16:35:01 -0500
I am working on my first major webobjects web app. Its foundation is a
simple direct to web setup with some custom reworks to the layout.
I have a page that is creating new records for my database. one of the
fields in the new record is data gathered from authentication and
stored in the session. this data can be referenced in the .wo file as
session.mydata.
I have the for reworked for the new data entry and now i need to put
session.mydata into currentObject.mydata They both are of the same
type, and I can get a WOTextbox to display the data, but when the form
is submitted, it fails to enter the data into the record. This is
critical because that data is part of the primary key.
ideally, i would like to have the field locked so the user can see it,
but not edit it.
Is there some kind of custom action i need to create for this? I havent
seen any methods that would be useful in doing so thus far. What about
custom bindings o custom WOComponents?
Thanks.
Frank
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.