*** edgordon_ has quit IRC | 00:09 | |
*** pyqwer has quit IRC | 00:12 | |
*** aclark|fww is now known as aclark|away | 00:16 | |
*** ousado_ has quit IRC | 00:17 | |
*** benji has quit IRC | 00:26 | |
*** rcrafton has quit IRC | 00:32 | |
*** rcrafton has joined #zope3-dev | 00:33 | |
*** jodok_ has quit IRC | 00:34 | |
*** rcrafton has quit IRC | 00:35 | |
*** fcorrea has quit IRC | 00:40 | |
philiKON_ | hey WebMaven | 00:40 |
---|---|---|
WebMaven | philiKON_: hi | 00:40 |
philiKON_ | WebMaven: i assume you've seen my noise about zopeproject | 00:40 |
WebMaven | Hey, I did a very short demo of zopeproject on Saturday. | 00:40 |
WebMaven | Yes. | 00:40 |
philiKON_ | demo as in presentation? | 00:40 |
WebMaven | at least the checkins. | 00:41 |
WebMaven | yes. | 00:41 |
philiKON_ | cool | 00:41 |
WebMaven | It was a last-minute thing. I was lame. | 00:41 |
philiKON_ | 0.4 is much better than 0.3.x | 00:41 |
philiKON_ | too bad i only finished it so late | 00:41 |
WebMaven | but some video or audio should be available eventually. | 00:41 |
WebMaven | I forgot to mention your name. | 00:41 |
* WebMaven hangs head in shame. | 00:42 | |
philiKON_ | heh. i could care less | 00:42 |
WebMaven | I have a usability issue | 00:42 |
*** nathany has quit IRC | 00:42 | |
philiKON_ | zopeproject is just all about putting great pieces together. there's little invention there | 00:42 |
philiKON_ | ok? | 00:42 |
WebMaven | on a 'virgin' OS, zopeproject tries to get a dev version of ZODB3, and it fails if it can't compile. | 00:43 |
philiKON_ | (btw, i will start using zopeproject for real in the zope 3 training this week... this should give it a good shakeout) | 00:43 |
philiKON_ | yeah | 00:43 |
philiKON_ | sigh | 00:43 |
philiKON_ | i should really add prefer-final=true to the buildout.cfg template | 00:44 |
philiKON_ | problem is that that won't do much good now | 00:44 |
WebMaven | on windows, workaround is to easy_install ZODB3 directly and copy to cache directory. | 00:44 |
philiKON_ | because even 3.8.0 isn't final yet | 00:44 |
philiKON_ | it's still in beta | 00:44 |
philiKON_ | actually a nicer workaround is to pin point the zodb3 version in buildout.cfg | 00:44 |
WebMaven | but on Linux this didn't work. | 00:44 |
philiKON_ | you add a versions sections to your buildout.cfg | 00:45 |
WebMaven | Well, sure, but a solution that involves editing a file will scare newbies. | 00:45 |
philiKON_ | like here http://svn.zope.org/grok/trunk/buildout.cfg?rev=79107&view=auto | 00:45 |
philiKON_ | oh, i hear ya | 00:45 |
philiKON_ | this isn't zopeproject's fault | 00:45 |
philiKON_ | we just need to get to stable releases | 00:45 |
philiKON_ | for everything | 00:45 |
philiKON_ | then prefer-final will make sense | 00:45 |
philiKON_ | right now zodb3.8.0b2 and zodb3.9.0devXXX look the same to buildout | 00:46 |
philiKON_ | both are development releases | 00:46 |
philiKON_ | even though we have good binaries for 3.8.0b2 | 00:46 |
philiKON_ | it just doesn't know that | 00:46 |
philiKON_ | once we have stable stuff for everything, this is a non-issue | 00:46 |
WebMaven | Sure. | 00:46 |
philiKON_ | of course, it'd be even nicer if we could also tackle that working set problem | 00:46 |
philiKON_ | but we might just get to final releases sooner | 00:46 |
philiKON_ | who knows :) | 00:46 |
philiKON_ | at this rate, global warming is probably going to get us first | 00:47 |
wiggy | tortoise and hare? | 00:47 |
wiggy | tortoise and snail? :) | 00:47 |
philiKON_ | something like that | 00:47 |
philiKON_ | WebMaven: i did add instructions to the README on how to install mingw | 00:47 |
philiKON_ | WebMaven: with that you can compile everything on windows | 00:47 |
philiKON_ | i've tested that at least on XP | 00:48 |
WebMaven | philiKON_: note that directly easy_install -ing ZODB3 *did* work on windows... no compiling was necessary. | 00:48 |
philiKON_ | i know | 00:48 |
philiKON_ | because easy_install doesn't see the 3.9.0dev release we have at download.zope.org | 00:49 |
philiKON_ | buildout sees it because we tell it to look in that location | 00:49 |
philiKON_ | we need it to look there because not everything is on the cheeseshop | 00:49 |
philiKON_ | sigh | 00:49 |
philiKON_ | vicious circle | 00:49 |
WebMaven | Ah! | 00:49 |
WebMaven | Hmm. | 00:49 |
WebMaven | Sounds like the heuristic needs to change a bit... | 00:50 |
philiKON_ | we just need to get our act together and release good eggs | 00:50 |
philiKON_ | the first round of eggs were just rubbish | 00:50 |
philiKON_ | i mean, it's ok | 00:50 |
philiKON_ | we're learning | 00:50 |
philiKON_ | it's just slow | 00:51 |
philiKON_ | that's partially why zopeprojet isn't 1.0 yet | 00:51 |
WebMaven | ie, just because d.z.o has a dev version, should it be used? | 00:51 |
philiKON_ | (i was pondering whether to release 0.4 as 1.0) | 00:51 |
philiKON_ | no | 00:51 |
philiKON_ | again, prefer-final | 00:51 |
WebMaven | so, why does it? | 00:51 |
philiKON_ | because it's the newest | 00:51 |
WebMaven | oh! | 00:52 |
WebMaven | because the older one is ALSO a dev version? | 00:52 |
WebMaven | And this is true of the one in the cheeseshop as well? | 00:52 |
WebMaven | but the older one DOES have a binary? | 00:53 |
philiKON_ | exactly | 00:53 |
WebMaven | Hmm. | 00:53 |
philiKON_ | that's what i've been trying to say agove | 00:53 |
WebMaven | Is there a 'prefer-binary' flag? | 00:53 |
philiKON_ | no | 00:55 |
philiKON_ | not that i know of at least | 00:55 |
*** hazmat has joined #zope3-dev | 00:58 | |
*** ChanServ sets mode: +o hazmat | 00:58 | |
*** ignas has quit IRC | 01:02 | |
*** alga has quit IRC | 01:07 | |
*** timte has quit IRC | 01:09 | |
*** instantf1o has joined #zope3-dev | 01:12 | |
*** instantfoo has quit IRC | 01:14 | |
WebMaven | philiKON_: do you think it makes sense to add one? | 01:19 |
philiKON_ | probalby not. i'd rather spend that energy on getting the working set use case straighened out and working | 01:20 |
WebMaven | Hmm. I suppose it's just a workaround for badly released eggs anyway. | 01:22 |
philiKON_ | or a missing working set | 01:22 |
WebMaven | true. | 01:23 |
WebMaven | OK, so when would you like me to start banging on zopeproject again? | 01:24 |
WebMaven | using my newbie hammer, of course... | 01:24 |
philiKON_ | define banging :) | 01:24 |
philiKON_ | you can send me feedback anytime | 01:24 |
philiKON_ | in fact, the sooner the better | 01:25 |
philiKON_ | as said, it's going to get real-world exposure for the next three weeks (zope3 trainings) | 01:25 |
WebMaven | tomorrow evening? | 01:25 |
WebMaven | Thursday? | 01:26 |
philiKON_ | umm. email? | 01:26 |
philiKON_ | i can't really be on irc the next days b/c of the training | 01:26 |
philiKON_ | end of next week if you prefer irc | 01:27 |
WebMaven | philiKON_: poke | 01:30 |
philiKON_ | WebMaven: yes? | 01:30 |
*** regebro has left #zope3-dev | 01:32 | |
*** salfield has joined #zope3-dev | 01:36 | |
*** ktwilight has quit IRC | 01:37 | |
*** ktwilight has joined #zope3-dev | 01:38 | |
*** jukart has joined #zope3-dev | 01:40 | |
WebMaven | philiKON_: Sorry, I am very lagged here. | 01:40 |
WebMaven | I think you answered my Qs. | 01:40 |
philiKON_ | WebMaven: that's ok. i'm very tired here :) | 01:40 |
* philiKON_ goes to bed | 01:40 | |
WebMaven | stupid hotel with crappy wireless connected to a shitty DSL line. | 01:41 |
WebMaven | philiKON_: good night! | 01:42 |
*** gstratton has quit IRC | 01:50 | |
*** greenman_ has joined #zope3-dev | 02:00 | |
*** greenman has quit IRC | 02:01 | |
*** aclark|away is now known as aclark|iPhone | 02:02 | |
*** rcrafton has joined #zope3-dev | 02:02 | |
*** aclark|iPhone is now known as aclark|away | 02:07 | |
*** ktwilight has quit IRC | 02:21 | |
*** ktwilight has joined #zope3-dev | 02:22 | |
*** ktwilight has quit IRC | 02:28 | |
*** ktwilight has joined #zope3-dev | 02:29 | |
*** pbugni has quit IRC | 02:32 | |
*** pbugni has joined #zope3-dev | 02:40 | |
*** edgordon has joined #zope3-dev | 02:49 | |
*** MrTopf has quit IRC | 02:52 | |
*** J1m has quit IRC | 02:54 | |
*** WebMaven has quit IRC | 02:56 | |
*** ktwilight_ has joined #zope3-dev | 03:00 | |
*** ktwilight has quit IRC | 03:01 | |
*** jukart has quit IRC | 03:05 | |
*** edgordon has quit IRC | 03:24 | |
*** pbugni has quit IRC | 03:30 | |
*** b52laptop has quit IRC | 03:44 | |
*** RaFromBRC has quit IRC | 03:45 | |
*** jsadjohnson_ has joined #zope3-dev | 03:54 | |
*** greenman_ has quit IRC | 03:55 | |
*** greenman has joined #zope3-dev | 04:13 | |
*** greenman_ has joined #zope3-dev | 04:23 | |
*** greenman has quit IRC | 04:24 | |
*** jsadjohnson_ has quit IRC | 05:04 | |
*** MiUlEr_ has joined #zope3-dev | 05:14 | |
*** niemeyer has quit IRC | 05:16 | |
*** MiUlEr_ has quit IRC | 05:17 | |
*** alecm has quit IRC | 05:20 | |
*** huajie has joined #zope3-dev | 05:39 | |
*** edgordon has joined #zope3-dev | 05:48 | |
*** greenman_ has quit IRC | 05:52 | |
*** stub has joined #zope3-dev | 06:14 | |
*** WebMaven has joined #zope3-dev | 06:54 | |
*** greenman has joined #zope3-dev | 07:06 | |
*** philiKON has joined #zope3-dev | 07:22 | |
*** WebMaven has quit IRC | 07:24 | |
*** stub has quit IRC | 07:30 | |
*** philiKON_ has quit IRC | 07:30 | |
*** rcrafton has quit IRC | 07:50 | |
*** greenman has quit IRC | 07:50 | |
*** baijum has joined #zope3-dev | 07:53 | |
*** naro has joined #zope3-dev | 07:57 | |
*** nederhoed has joined #zope3-dev | 08:12 | |
*** jukart has joined #zope3-dev | 08:16 | |
*** jukart has quit IRC | 08:19 | |
*** nederhoed has quit IRC | 08:33 | |
*** yvl has quit IRC | 08:38 | |
*** yvl has joined #zope3-dev | 08:42 | |
*** febb has joined #zope3-dev | 08:46 | |
*** jukart has joined #zope3-dev | 08:47 | |
*** dobee has joined #zope3-dev | 08:51 | |
*** jodok has joined #zope3-dev | 08:58 | |
*** Jell-O-Fishi has quit IRC | 09:03 | |
*** zagy has joined #zope3-dev | 09:04 | |
*** zagy has joined #zope3-dev | 09:06 | |
*** ThomasKarlRichte has joined #zope3-dev | 09:10 | |
*** naro has left #zope3-dev | 09:12 | |
*** hazmat has quit IRC | 09:12 | |
*** afd__ has joined #zope3-dev | 09:13 | |
*** edgordon has quit IRC | 09:15 | |
*** pelle_ has quit IRC | 09:16 | |
*** edgordon has joined #zope3-dev | 09:17 | |
*** naro has joined #zope3-dev | 09:26 | |
*** ThomasKarlRichte has quit IRC | 09:28 | |
*** ThomasKarlRichte has joined #zope3-dev | 09:29 | |
romanofski | moin :) | 09:32 |
*** timte has joined #zope3-dev | 09:37 | |
*** hdima has joined #zope3-dev | 09:43 | |
*** pyqwer has joined #zope3-dev | 09:54 | |
*** chacha_chaudhry has joined #zope3-dev | 09:57 | |
*** tarek has joined #zope3-dev | 09:57 | |
*** yvl has quit IRC | 10:02 | |
*** pelle_ has joined #zope3-dev | 10:10 | |
*** ghendi has joined #zope3-dev | 10:11 | |
*** pelle_ has quit IRC | 10:12 | |
*** huajie has quit IRC | 10:18 | |
*** huajie has joined #zope3-dev | 10:19 | |
*** yvl has joined #zope3-dev | 10:21 | |
timte | I know people say you shouldn't use system python for zope projects. Are you guys compiling a python manually that you use for all zope projects on that same machine or do you compile a new python in every buildout? | 10:23 |
*** povbot has joined #zope3-dev | 10:39 | |
*** MJ has joined #zope3-dev | 10:43 | |
*** gstratton has joined #zope3-dev | 10:46 | |
*** povbot` has quit IRC | 10:48 | |
baijum | timte, new python for every buildout is not necessary | 10:53 |
*** agroszer has joined #zope3-dev | 11:07 | |
* wiggy just uses the system python | 11:18 | |
*** markusleist has quit IRC | 11:22 | |
jodok | timte, baijum, wiggy: we never ever use system python :) it just causes troubles | 11:35 |
wiggy | in all the few years I've done zope I've never had a problem with system python | 11:35 |
jodok | wiggy: the system python usually doesn't cause problems. | 11:35 |
jodok | but systems tend to have different libraries installed in the python path | 11:36 |
jodok | and these packages, libraries might interfere with your stuff | 11:36 |
jodok | and tend to lead to not reproducable steps during deployments | 11:36 |
*** huajie has quit IRC | 11:36 | |
wiggy | for hosting I use the system python with only PIL and setuptools installed | 11:37 |
baijum | Since I found may discouraging mails about system Python in zope mailing list, I always preferred a custom Python .. | 11:38 |
baijum | Now we have tools like virtualenv (http://pypi.python.org/pypi/virtualenv) So I guess system Python won't be a problem anymore ... | 11:39 |
*** greenman has joined #zope3-dev | 11:39 | |
*** regebro has joined #zope3-dev | 11:58 | |
*** harobed has joined #zope3-dev | 11:59 | |
*** markusleist has joined #zope3-dev | 11:59 | |
*** mgedmin has joined #zope3-dev | 12:12 | |
*** jodok has quit IRC | 12:15 | |
*** pelle_ has joined #zope3-dev | 12:27 | |
*** b52laptop has joined #zope3-dev | 12:41 | |
*** ThomasKarlRichte has quit IRC | 12:46 | |
*** ThomasKarlRichte has joined #zope3-dev | 12:51 | |
*** deo has joined #zope3-dev | 12:59 | |
*** ktwilight has joined #zope3-dev | 13:08 | |
*** mkerrin has joined #zope3-dev | 13:18 | |
*** ktwilight_ has quit IRC | 13:22 | |
*** ktwilight_ has joined #zope3-dev | 13:27 | |
*** rocky|away is now known as rocky | 13:35 | |
*** ignas has joined #zope3-dev | 13:40 | |
*** ktwilight has quit IRC | 13:40 | |
*** zagy_ has joined #zope3-dev | 13:48 | |
*** rocky has quit IRC | 13:48 | |
*** jodok has joined #zope3-dev | 13:53 | |
*** romanofski has quit IRC | 13:58 | |
*** MrTopf has joined #zope3-dev | 14:01 | |
*** dunny has quit IRC | 14:02 | |
*** zagy has quit IRC | 14:04 | |
*** rocky has joined #zope3-dev | 14:07 | |
*** arnarl has joined #zope3-dev | 14:09 | |
*** afd__ has quit IRC | 14:12 | |
*** jodok has quit IRC | 14:14 | |
*** rocky has quit IRC | 14:15 | |
*** ThomasKarlRichte has quit IRC | 14:15 | |
*** ThomasKarlRichte has joined #zope3-dev | 14:16 | |
*** rocky has joined #zope3-dev | 14:18 | |
*** stub has joined #zope3-dev | 14:21 | |
*** arnarl has quit IRC | 14:22 | |
*** pelle__ has joined #zope3-dev | 14:25 | |
*** pelle_ has quit IRC | 14:25 | |
*** CrippsFX has quit IRC | 14:29 | |
*** arnarl has joined #zope3-dev | 14:30 | |
*** xbeanx has joined #zope3-dev | 14:38 | |
*** jfroche_ has joined #zope3-dev | 14:43 | |
*** xbeanx has quit IRC | 14:45 | |
*** J1m has joined #zope3-dev | 14:47 | |
*** xbeanx has joined #zope3-dev | 14:47 | |
*** projekt01 has joined #zope3-dev | 14:49 | |
*** greenman has quit IRC | 14:58 | |
*** jfroche__ has quit IRC | 14:58 | |
*** rcrafton has joined #zope3-dev | 15:04 | |
*** MJ has quit IRC | 15:06 | |
*** romanofski has joined #zope3-dev | 15:09 | |
*** jodok has joined #zope3-dev | 15:16 | |
*** benji has joined #zope3-dev | 15:24 | |
*** jodok has joined #zope3-dev | 15:24 | |
*** philiKON has quit IRC | 15:25 | |
*** niemeyer has joined #zope3-dev | 15:27 | |
*** MJ has joined #zope3-dev | 15:49 | |
*** hdima has quit IRC | 15:55 | |
*** cursor has joined #zope3-dev | 15:57 | |
*** naro has quit IRC | 16:02 | |
*** jsadjohnson_ has joined #zope3-dev | 16:17 | |
*** hazmat has joined #zope3-dev | 16:37 | |
*** ChanServ sets mode: +o hazmat | 16:37 | |
*** jfroche_ has quit IRC | 16:38 | |
*** jfroche has joined #zope3-dev | 16:38 | |
*** xbeanx has quit IRC | 17:15 | |
*** MrTopf has quit IRC | 17:16 | |
*** stub has quit IRC | 17:17 | |
*** agroszer has quit IRC | 17:18 | |
*** ousado_ has joined #zope3-dev | 17:21 | |
*** cursor has quit IRC | 17:30 | |
*** pelle__ has quit IRC | 17:30 | |
*** cursor has joined #zope3-dev | 17:30 | |
*** baijum has quit IRC | 17:32 | |
*** ghendi has quit IRC | 17:32 | |
*** ThomasKarlRichte has quit IRC | 17:34 | |
*** cursor has quit IRC | 17:34 | |
*** jukart has quit IRC | 17:38 | |
*** pyqwer has quit IRC | 17:51 | |
*** nathany has joined #zope3-dev | 18:01 | |
*** Jell-O-Fishi has joined #zope3-dev | 18:02 | |
*** jodok has quit IRC | 18:06 | |
*** projekt01 has quit IRC | 18:06 | |
*** Jell-O-Fishi has quit IRC | 18:08 | |
*** hazmat has quit IRC | 18:08 | |
*** arnarl has quit IRC | 18:11 | |
*** MrTopf has joined #zope3-dev | 18:20 | |
*** aclark|away is now known as aclark | 18:21 | |
*** alga has joined #zope3-dev | 18:24 | |
*** fcorrea has joined #zope3-dev | 18:29 | |
*** chacha_chaudhry has quit IRC | 18:30 | |
*** arnarl has joined #zope3-dev | 18:37 | |
*** zagy_ is now known as zagy | 18:48 | |
*** jsadjohnson has quit IRC | 18:48 | |
*** ateoh211 has quit IRC | 18:51 | |
*** pbugni has joined #zope3-dev | 18:54 | |
*** jsadjohnson has joined #zope3-dev | 19:02 | |
*** timte has quit IRC | 19:03 | |
*** harobed has quit IRC | 19:19 | |
*** jsadjohnson_ has quit IRC | 19:19 | |
*** b52laptop has quit IRC | 19:19 | |
*** arnarl has quit IRC | 19:20 | |
*** alecm has joined #zope3-dev | 19:24 | |
*** MJ has quit IRC | 19:25 | |
*** dobee has quit IRC | 19:28 | |
*** RaFromBRC has joined #zope3-dev | 19:35 | |
*** philiKON has joined #zope3-dev | 19:45 | |
*** philiKON has quit IRC | 20:15 | |
*** markusleist has quit IRC | 20:18 | |
*** deo has quit IRC | 20:24 | |
*** deo has joined #zope3-dev | 20:25 | |
*** ignas has quit IRC | 20:29 | |
*** jodok has joined #zope3-dev | 20:35 | |
*** jfroche has quit IRC | 20:36 | |
*** mkerrin has quit IRC | 20:36 | |
*** jfroche has joined #zope3-dev | 20:37 | |
*** mkerrin has joined #zope3-dev | 20:37 | |
edgordon | i am writing a lifecycleevent for IObjectAddedEvent and in that event i need to use some dublincore metadata. When i try to access this data, the creator comes back blank. I am guessing it is because my action runs before the metadata updates. Is that possible, and, if so, how do you determine the run order of various lifecycle events? | 20:38 |
*** naro has joined #zope3-dev | 20:48 | |
*** regebro has quit IRC | 20:50 | |
mgedmin | you can't | 20:52 |
mgedmin | you're not supposed to depend on the order in which event handlers are called | 20:52 |
*** sureshvv has joined #zope3-dev | 20:55 | |
sureshvv | Can there be 2 view classes for a page? I have 2 sections of the page and they have different forms | 20:57 |
benji | edgordon: there are a couple of approaches that can be used in that situation: 1) if you depend on another event subscriber being run before your subscriber (and can tweak the first), make the first fire an event and subscribe the *second* to that event instead | 20:58 |
benji | 2) as a last result you can add an after-commit hook and be sure all subscribers have been fired, but that has its own downsides | 20:58 |
* mgedmin wonders why dc metadata doesn't set creator on IObjectCreatedEvent, which is sent before IObjectAddedEvent, IIRC | 20:58 | |
*** naro has quit IRC | 21:00 | |
*** markusleist has joined #zope3-dev | 21:02 | |
sureshvv | someone answer me please! | 21:03 |
jpfarias | sureshvv: hey | 21:04 |
sureshvv | hi jpfarias | 21:04 |
jpfarias | there's no problem about having 2 browser views for some content | 21:04 |
jpfarias | actually | 21:04 |
jpfarias | in general there are more than one | 21:04 |
jpfarias | also | 21:04 |
fcorrea | with different names ;) | 21:04 |
jpfarias | there are the viewlets | 21:04 |
jpfarias | yeah | 21:04 |
sureshvv | browser view same as browser page | 21:05 |
sureshvv | ? | 21:05 |
jpfarias | yes | 21:05 |
jpfarias | well | 21:05 |
jpfarias | a browser page is generated from a browser vierw | 21:05 |
jpfarias | view | 21:05 |
jpfarias | :-) | 21:05 |
*** rocky is now known as rocky|away | 21:06 | |
jpfarias | u register them with <browser:page ... /> | 21:06 |
*** CrippsFX has joined #zope3-dev | 21:06 | |
jpfarias | are u new to zope3 too? | 21:07 |
jpfarias | I'm working on my first zope3 project :-) | 21:07 |
jpfarias | I'm using grok | 21:07 |
jpfarias | maybe u should try grok too | 21:07 |
jpfarias | it is a easier way to get introduced to zope3 world | 21:07 |
sureshvv | ok... I have a <page name= template= for= class= layer= permission=> Do I repeat the whole thing and just change the class? Can I put 2 classes in the same directive? | 21:08 |
jpfarias | repeat whole browser:page | 21:08 |
jpfarias | u will need to give different name | 21:08 |
*** regebro has joined #zope3-dev | 21:08 | |
jpfarias | and class | 21:08 |
afd_ | sureshvv: you can use the attribute option to reuse the same class | 21:08 |
jpfarias | afd_: I didn't know that :-) | 21:08 |
jpfarias | what I do is make a class for each page | 21:09 |
sureshvv | jpfarias... if I change the name, that will be how the page is known to the browser, right? | 21:10 |
jpfarias | yeah | 21:10 |
sureshvv | but I want it with the same name | 21:11 |
jpfarias | uh? | 21:11 |
sureshvv | see I have a page that has 2 forms | 21:11 |
jpfarias | ah | 21:12 |
jpfarias | ok | 21:12 |
jpfarias | so | 21:12 |
sureshvv | form1 has 1 view class and form2 has a different 1 | 21:12 |
jpfarias | u make 2 pages | 21:12 |
jpfarias | each with its own name | 21:12 |
jpfarias | maybe even 3 pages | 21:12 |
jpfarias | one with main template | 21:12 |
jpfarias | and 2 others with a form each | 21:12 |
sureshvv | ok | 21:12 |
jpfarias | say: <page name="main" ... /> | 21:12 |
jpfarias | <page name="form_a" /> | 21:12 |
jpfarias | <page name="form_b" /> | 21:13 |
jpfarias | then | 21:13 |
jpfarias | in main page template | 21:13 |
jpfarias | u can use form_a and form_b | 21:13 |
jpfarias | like this: | 21:13 |
jpfarias | <div tal:replace="structure context/@@form_a" /> | 21:13 |
sureshvv | aah... | 21:13 |
sureshvv | ok | 21:14 |
sureshvv | i will try that | 21:14 |
sureshvv | thanks jp | 21:14 |
jpfarias | np :-0 | 21:14 |
jpfarias | :-) | 21:14 |
*** alga has quit IRC | 21:15 | |
*** nederhoed has joined #zope3-dev | 21:20 | |
*** salfield has quit IRC | 21:23 | |
*** nathany has quit IRC | 21:23 | |
*** salfield has joined #zope3-dev | 21:23 | |
*** sureshvv has left #zope3-dev | 21:24 | |
*** nathany has joined #zope3-dev | 21:26 | |
*** jsadjohnson has quit IRC | 21:27 | |
*** whit is now known as whit|lunch | 21:35 | |
*** ksmith99 has joined #zope3-dev | 21:39 | |
*** ignas has joined #zope3-dev | 21:41 | |
*** timte has joined #zope3-dev | 21:42 | |
*** sureshvv has joined #zope3-dev | 21:44 | |
*** ThomasKarlRichte has joined #zope3-dev | 21:45 | |
*** aclark is now known as iphone4life | 21:50 | |
*** iphone4life is now known as aclark | 21:50 | |
*** dunny has joined #zope3-dev | 21:51 | |
*** mkerrin has quit IRC | 21:53 | |
*** CrippsFX has quit IRC | 21:58 | |
*** lisppaste6 has quit IRC | 22:00 | |
*** whit|lunch is now known as whit | 22:00 | |
sureshvv | jpfarias... u still here? | 22:00 |
sureshvv | jpfarias... that worked... almost! | 22:01 |
*** pbugni has quit IRC | 22:01 | |
*** mgedmin has quit IRC | 22:05 | |
*** regebro has quit IRC | 22:06 | |
*** lisppaste6 has joined #zope3-dev | 22:07 | |
*** MrTopf has quit IRC | 22:13 | |
*** dobee has joined #zope3-dev | 22:13 | |
*** greenman has joined #zope3-dev | 22:29 | |
*** ThomasKarlRichte has quit IRC | 22:37 | |
sureshvv | I am doing a <div tal:replace="context/@@page_2"> but this is pulling in the standard header also... how do i prevent this? | 22:40 |
*** nederhoed has left #zope3-dev | 22:41 | |
*** ruda_porto has joined #zope3-dev | 22:43 | |
timte | sureshvv: are you sure you don't get the header fron something else in the template? | 22:47 |
*** dobee has quit IRC | 22:48 | |
sureshvv | timte... i am sure | 22:48 |
sureshvv | timte... does the zcml <browser: page> do something? | 22:48 |
timte | it just registers the view, nothing more | 22:55 |
*** b52laptop has joined #zope3-dev | 22:56 | |
timte | sureshvv: you don't have use-macro="here/main_template/macros/master" in the <html> tag? | 22:56 |
*** RaFromBRC is now known as RaFromBRC|lunch | 22:57 | |
timte | ah, now I'm getting plony, but maybe that's not what you're doing :) | 22:57 |
timte | sureshvv: what exactly is page_2? | 22:57 |
sureshvv | page_2 is a form | 23:02 |
sureshvv | timte... no plone | 23:03 |
sureshvv | timte... pure zope3 | 23:03 |
sureshvv | can we do context/@@page/macros/macro1? | 23:08 |
*** dobee has joined #zope3-dev | 23:08 | |
*** hazmat has joined #zope3-dev | 23:11 | |
*** ChanServ sets mode: +o hazmat | 23:11 | |
*** dobee has quit IRC | 23:11 | |
*** javimansilla has joined #zope3-dev | 23:14 | |
*** ousado_ has quit IRC | 23:21 | |
*** ousado_ has joined #zope3-dev | 23:21 | |
*** javimansilla has left #zope3-dev | 23:23 | |
*** dunny has quit IRC | 23:26 | |
*** pbugni has joined #zope3-dev | 23:31 | |
*** malthe has joined #zope3-dev | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!