Re: login and table tags not working....
Mary Jane Boholst <[email protected]> Tue, 26 Sep 2006 14:50:36 +0100
| Newsgroups | gmane.comp.python.spyce.general |
|---|---|
| Organization | IOP |
| Message-ID | <[email protected]> |
I attach the .spy file that I created. I hope this will shed some light on the problem. On Tuesday 26 September 2006 14:20, Jonathan Ellis wrote: > Please send your .spy file. > > On Tue, 26 Sep 2006 11:38:41 +0100, "Mary Jane Boholst" > > <[email protected]> said: > > Hi, > > I have followed your instructions and resotred spyceconf.py, created a > > new > > project and run the sypceCmd.py command. I have created a .spy file using > > the > > login tags and the tags still do not appear to be working as they should. > > Thanks for all your help. > > MJ > > > > On Monday 25 September 2006 23:00, Jonathan Ellis wrote: > > > I suggest the following: > > > > > > restore spyce/spyceconf.py to its out-of-the-box state, if necessary > > > (you should not modify the spyceconf.py that comes with the Spyce > > > distribution) > > > > > > create a new project using spyceProject.py. > > > > > > create a .spy page using the login tag. > > > > > > run this with spyceCmd.py --conf yourprojectdir/config.py > > > > > > if this works, move your configuration customizations into the new > > > project's config.py one at a time until it breaks, which will tell us > > > exactly which change caused the problem. > > > > > > -Jonathan > > > > > > On Mon, 25 Sep 2006 14:58:43 +0100, "Mary Jane Boholst" > > > > > > <[email protected]> said: > > > > Oh dear. Could I have inadvertently changed the settings within the > > > > spyceconf file? Perhaps the attached spyceconf file can shed some > > > > light on why > > > > this is happening. > > > > Thanks for your help. > > > > MJ > > > > > > > > On Monday 25 September 2006 14:28, Jonathan Ellis wrote: > > > > > On Mon, 25 Sep 2006 14:11:49 +0100, "Mary Jane Boholst" > > > > > > > > > > <[email protected]> said: > > > > > > Hi, > > > > > > I am having trouble with the login tags and the form/table tags. > > > > > > They do not seem to be working as they should. Is there something > > > > > > that I need to configure to fix this? > > > > > > > > > > No. > > > > > > > > > > How can we reproduce your problem? > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Spyce-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/spyce-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Spyce-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spyce-users
login.spy
(text/plain, 120 B)
<spy:parent title="Login example" /> <f:form> <spy:login_required /> You are logged in. <spy:logout /> </f:form>