Re: CSS Ponder and start again

Ramsey Gurley <[email protected]>
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
There's a R2D2W Application Template in ponder. If you're starting a new app, I would suggest starting with that instead of the default d2w template in WOLips. It will be easier to set up. 

You can use it by dropping it in ~/Library/Application Support/WOLips/Project Templates/ and then in WOLips choose File -> New -> Project… and select WOProject From Template. You should get a list with R2D2W Application listed.

And, yeah, the CSS is pretty plain. That's easy to fix, just drop whatever stylesheet you want into the page wrapper. There's not much ajax to it either. I focus on keeping it extremely lightweight and fast.  Adding bling is up to you :-)

Ramsey

On Nov 30, 2012, at 1:58 PM, James Cicenia wrote:

> 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

------------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.