CSS Ponder and start again
James Cicenia <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
Ramsey -
I set the look in my projects rules set to R2D2. I took out all Modern frameworks.
I run the app, I get a very plain jane login without styling or a create user link. Is that expected?
If I click login, I get a null exception
What I did, correct me if I am wrong, was subclass your ERAuthDirectAction for my projects DirectAction.
public WOActionResults loginAction() {
ERXRequest request = (ERXRequest)request();
EOEditingContext ec = ERXEC.newEditingContext();
String entityName = request.stringFormValueForKey("entityName");
** EOEnterpriseObject eo = EOUtilities.createAndInsertInstance(ec, entityName); <== null
As you can see, I am missing the very first steps and possibly style sheets? Does R2D2 have StyleSheets?
The actual crud/roles/auth stuff looks very nice and I seem to understand it. I am just missing some startup changes ... I think
James
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc