ponder: entityName?
James Cicenia <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
Ok -
I added a new action to the nav plist, gave it the ERAuthDirectAction class and the login directActionName.
However, when it runs the login it gets a null entityName. It looks as though it wants "ERAuthenticationRequest".
public WOActionResults loginAction() {
ERXRequest request = (ERXRequest)request();
EOEditingContext ec = ERXEC.newEditingContext();
String entityName = request.stringFormValueForKey("entityName");
EOEnterpriseObject eo = EOUtilities.createAndInsertInstance(ec, entityName);
What is the entityName supposed to be set... in a rule?
Thanks
James
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc