From: "David Crossley" <[EMAIL PROTECTED]>
> I propose Reinhard Pötz to be a Cocoon committer.
>
> Reinhard has been active on cocoon-dev since mid-2001, helping
> with many useful things, such as: defining the Flow Object Model,
> conceptualising and testing the Web3 (SAP) connectivity framework,
From: "Bruno Dumon" <[EMAIL PROTECTED]>
> On Thu, 2003-06-05 at 09:17, Konstantin Piroumian wrote:
> [...]
> >
> > Hm... Maybe we can change that behavior to be this:
> > - look for translation in the specified catalogue, if not found
> > - loo
From: "Mato Mira, Fernando" <[EMAIL PROTECTED]>
> > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]
> >
> > Don't quite understand what does it mean e.g. messages_biochemical
> > hierarchy, but if you want to use multiple catalogs and
> >
From: "Sylvain Wallez" <[EMAIL PROTECTED]>
> Bruno Dumon wrote:
> >On Tue, 2003-06-03 at 23:12, Joerg Heinicke wrote:
> >
> >
> >>I guess, legacy support won't be readded, so this is a WONTFIX?
> >>
> >>
> >
> >yes, I agree. A bit of a problem though is that upon encountering the
> >old namespace,
From: "Mato Mira, Fernando" <[EMAIL PROTECTED]>
> > From: Christian Haul [mailto:[EMAIL PROTECTED]
> >
> > On 04.Jun.2003 -- 01:36 PM, Mato Mira, Fernando wrote:
> > > Hello,
> > >
> > > Continuing with my work on customization, I'd like to be
> > able to search
> > > multiple catalogs,
> > > so
From: "Bruno Dumon" <[EMAIL PROTECTED]>
> On Tue, 2003-06-03 at 23:12, Joerg Heinicke wrote:
> > I guess, legacy support won't be readded, so this is a WONTFIX?
> >
>
> yes, I agree. A bit of a problem though is that upon encountering the
> old namespace, the I18nTransformer nicely logs a warning,
From: "Geoff Howard" <[EMAIL PROTECTED]>
> >Thorsten Mauch wrote:
> >>HI all
> >>I like to add some common methods. As a pure jave programmer
> >>I hate logicsheets ;(
> >>So is it possible to extend the the class XSPGenerator and tell
> >>Cocoon to use this class as a base class for
> >>the XSP ?
From: "Diana Shannon" <[EMAIL PROTECTED]>
> On Tuesday, April 1, 2003, at 03:53 AM, Bertrand Delacretaz wrote:
>
> > I'm starting to think that porting Cocoon to the Whitespace language
> > (http://compsoc.dur.ac.uk/whitespace/) could bring a lot of benefits.
> > Apparently this language allows on
The limitation you are indicating was removed in Cocoon 2.1. If you are
using the 2.0 version then try to throw away that couple of out-dated lines
of code and everything should work.
Regards,
Konstantin
From: "kristian meier" <[EMAIL PROTECTED]>
> Hi,
>
> this application works fine on a stan
From: <[EMAIL PROTECTED]>
>
> Hi Chris,
>
>
>
> > Then I came across Volker Schmitt's taglib in the scratchpad which looks
> > like exactly what I wanted:
>
> > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102227009022017&w=2
>
> > In my opinion, given the Cocoon flow layer and Cocoon's sup
+1
Konstantin
> +1
>
> Vadim
>
>
>
+1
Konstantin
> +1
>
> Vadim
>
>
Konstantin
__
Konstantin Piroumian
Software Developer, Piroumian.com
ICQ#: 2297575
Mobile#: +7 903 779 0812
Work Tel#: +7 095 787 4700
__
From: "Jeff Turner" <[EMAIL PROTECTED]>
> Hi,
>
> Generator, Reader and Transformer all inherit from
> SitemapModelComponent, which declares the setup() method:
>
> public interface SitemapModelComponent extends Component {
> /**
> * Set the SourceResolver, objectModel
> * Map, the s
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
> >
> > Carsten,
> >
> > didn't know that you speak Russian ;)
> >
> Sshht, don't tell, it's a secret.. - no, unfortunately I only know some
> russian wo
Carsten,
didn't know that you speak Russian ;)
What was the problem with those translations? I didn't notice anything wrong
here.
Konstantin
From: <[EMAIL PROTECTED]>
> cziegeler2003/03/06 03:32:07
>
> Modified:src/webapp/samples/i18n menu.xml simple.xml
> Log:
> Hopefully fixing
Hi!
Take a look at i18n samples, particularly the XSP page
(/samples/i18n/simple.xsp) and try to enter something like that in the input
box there, then submit and see the 'Hello Tomcat' paragraph ('Tomcat' should
be replaced by the entered string). If this works correctly then take a look
at the s
A little bit late, but anyway:
+1
--
Konstantin
From: "Morrison, John" <[EMAIL PROTECTED]>
> [EMAIL PROTECTED] seems to be doing an awful lot of
> coding atm, his patches look good and I can't see why he
> shouldn't be allowed to commit them himself!
>
> Votes...?
>
> +1
>
>
>
From: "Berin Loritsch" <[EMAIL PROTECTED]>
>
> From what I can gather, Cocoon uses all of these components
> from Avalon:
>
> CLI
> Collections
> Concurrent
> i18n
i18n stuff from Avalon was moved to Cocoon and now there are no references
to anything in Avalon i18n package.
AFAIK, the original s
Hi!
Just to add my .
Having the model declaration in the sitemap is not a very good idea IMHO. In
a real application there are a lot of forms and each one has its own model.
Having all these declared in the sitemap would make a hybrid monster from
it.
What would be more natural (all IMHO) is to
Check if the JSP samples work.
If yes, then probably there's an error somewhere in your code that causes an
exception which is handled incorrectly in the recent Cocoon (according to
rumors in users list).
Also, you can use the JSPReader to get the pure output of your JSP and then
check Cocoon logs
From: "Bruno Dumon" <[EMAIL PROTECTED]>
> On Thu, 2003-02-13 at 12:53, Konstantin Piroumian wrote:
> > From: "Bruno Dumon" <[EMAIL PROTECTED]>
> [...]
> > > > or maybe use namespaces:
> > > > ?
> > >
> > &
From: "Bruno Dumon" <[EMAIL PROTECTED]>
> On Wed, 2003-02-12 at 16:15, Konstantin Piroumian wrote:
> [...]
> > > Our idea is to simply pass multiple bundle names/locations to the
> > > I18nTransformer, and it would check them one by one until the valu
From: "Bruno Dumon" <[EMAIL PROTECTED]>
> Hi,
>
> we are looking at extending the I18nTransformer so that it can use
> multiple resource bundles at the same time. Thus, when it looks up a
> key, it should check multiple different bundles for this key.
Great!
This was for a very long time in the i
eryString, '&', ';')} to get this
> transformation done ?
It's worth to take a look at the underlying JXPath project docs at
http://jakarta.apache.org/commons/jxpath and the declaration of input
modules in cocoon.xconf. Also, a very good start is the mentioned above
mod
Btw, why don't you use input modules instead?
You could do something like this:
You can also use XPath functions to perform some special handling, e.g.:
{request:translate(queryString, '&', ';')} - this will replace all
ampersands by a semicolon.
Konstantin
- Original Message -
From:
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> Pier Fumagalli wrote:
>
> >As in every project where a bunch of people are contributing at the same
> >time, one day or another, it comes up "what kind" of coding style one
> >actually want to have throughout the source code...
> >
> >I was wondering if
From: "Antonio Gallardo" <[EMAIL PROTECTED]>
> Stefano Mazzocchi dijo:
> > Jeff Turner wrote:
> >> On Wed, Feb 05, 2003 at 09:03:16PM +1100, Tony Culshaw wrote:
> >>
> >>>Great Idea.
> >>>
> >>>There are 7 "experts" I know of in Sydney Australia.
> >>>
> >>>YOU KNOW WHO YOU ARE!!
> >>
> >>
> >> Wow
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Is anyone against making the treeprocessor the default engine for 2.0.5?
+1
>
> Is anyone against removing the stylesheet engine? I don't think that we
> have to keep it for compatibility issues.
Why should remove something from a branch which is c
From: "David Crossley" <[EMAIL PROTECTED]>
Thanks David for appling this patch!
> Thanks, i added your changes to CVS. Please be aware that
> there has not been much activity with that W3C Schema for
> Cocoon Sitemap. The last changes were about 7 months ago.
> In the meantime there has been vari
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
> > From: "Jeremy Quinn" <[EMAIL PROTECTED]>
>
> >>
> >> ^^^
> >>
> >>
> >
From: "Jeremy Quinn" <[EMAIL PROTECTED]>
> Hi All,
>
> I am interested in seeing whether Input Modules in the Sitemap can use
> Sitemap params as their own params.
>
> I am looking at all the different ways to solve a problem before
> we choose a solution
>
> Say I have a set of urls:
>
> /ar
> >> Happy Birthday, Giacomo!
> >
> >
> > +1
>
> +1
+1
>
> >> (Hey, we can be the first community that has a thread going on for
> >> years by
> >> simply exchanging birthday wishes - so we can make it in the guiness
> >> book,
> >> I guess).
> >>
> >> :)
> >
> > Yeah! :-D
>
> lol
>
>
>
From: "Jeff Turner" <[EMAIL PROTECTED]>
> On Wed, Jan 22, 2003 at 12:26:53AM -0500, Geoff Howard wrote:
> > Even after the fork=true change (last check out was yesterday or today),
I'm
> > continuing to get out of memory errors on the build.
> >
> > I'm using a 350 mhz PC with windows 2k and 384M r
From: "Torsten Curdt" <[EMAIL PROTECTED]>
> >> sure - will do...
> >
> > What's the need for an environment input module besides getting the
> > current uri prefix ?
>
> I couldn't really think of anything else yet..
>
> > Remember that environment is an internal object used by the pipeline
> > sy
Hi guys and girls (if any)!
I just wonder, if there is anybody who was able to setup his build
properties so documentation and javadocs was not generated at all? I've
created an .ant.properties with the following properties:
include.webapp.libs=true
exclude.webapp.javadocs=true
exclude.webapp.docu
Happy birthday Stefano and Sylvain and Ivelin!
Someone else these days? ;)
--
Konstantin
From: "Sylvain Wallez" <[EMAIL PROTECTED]>
> Nicola Ken Barozzi wrote:
>
> >
> >, , , ,
> > , |_,_|_,_|_,_| ,
> > _,-=|; |, |, |, |;
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Hi,
>
> I really want to make a decision about the input modules, so that we can
> say: "This area is finished."
>
> Although I'm the (only?) one who thinks that the current InputModules are
> not the correct approach for use in the sitemap (as I expl
From: "Ovidiu Predescu" <[EMAIL PROTECTED]>
> Hi all,
>
> I'd like to propose Michael Melhem as Cocoon committer. He has come up
> with lots of ideas for improvement in various parts of Cocoon including
> the control flow, and recently contributed an excellent patch for
> expiring continuation
From: "Stefano Mazzocchi" <[EMAIL PROTECTED]>
> People,
>
> I hereby propose Jeff Turner for cocoon committership. He is one of the
> major forces behind Forrest and has been proposing important patches and
> features addition to the main Cocoon repository.
>
> Here is my obvious +1
+1 for su
From: "Steven Noels" <[EMAIL PROTECTED]>
> Steven Noels wrote:
>
> > I'm moving the Wiki to its new location on
> > http://wiki.cocoondev.org/
>
> I'll quit fussing around for now - did some Forrestizing along the way.
> I didn't really pay much attention on validity of the generated HTML,
> and on
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Vadim Gritsenko wrote:
> > Sylvain Wallez wrote:
> >
[...]
>
> I see the need for the property provider functionality in the sitemap.
> Can someone give some examples for the use of a writeable property
> provider in the sitemap etc?
I've been thin
Hi!
Sorry for a little bit OT question for Cocoon dev, but I'm too lazy to
subscribe to Lucene mail list to ask a question and I hope there are people
who have good experience with Lucene and could help me.
The question is simple: is it possible to get search results sorted by one
or more search
From: "Cocoon User" <[EMAIL PROTECTED]>
>
> hi
>
> i'm looking for old samples (to work on them) but
> the path
>
> src/webapp/docs/samples/
>
> doesnt exist
>
> there is a similar path in CVS
>
> src/webapp/samples/docs/samples/
This is where the old samples were moved.
Some of them were refacto
From: "Jeff Turner" <[EMAIL PROTECTED]>
> On Thu, Dec 19, 2002 at 03:09:22PM +0300, Konstantin Piroumian wrote:
> > From: "Jeremy Quinn" <[EMAIL PROTECTED]>
> > > On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul
wrote:
From: "Jeremy Quinn" <[EMAIL PROTECTED]>
> On Thursday, Dec 19, 2002, at 11:48 Europe/London, Christian Haul wrote:
> >
> > which would result is {chain:other-var} being looked up as
> > {myxml:/root/section/other-var} and {request-param:other-var} but of
> > course {chain:my-var} would turn int
From: "Jeremy Quinn" <[EMAIL PROTECTED]>
> On Thursday, Dec 19, 2002, at 09:14 Europe/London, Konstantin Piroumian
> > From: "Geoff Howard" <[EMAIL PROTECTED]>
> >
> >> Update: It works fine. I had to try so many different variations on
&g
From: "Konstantin Piroumian" <[EMAIL PROTECTED]>
> From: "Jakob Praher" <[EMAIL PROTECTED]>
>
>
> Also see how the input controls are bound to the instance data using
binding
> expressions:
>
http://www.w3.org/TR/2002/CR-xforms-20021112/slice3.html
From: "Jakob Praher" <[EMAIL PROTECTED]>
> hi all, (again)
>
> [ hope that someone reads my previous post ... ]
Don't worry about it even if you don't get any response, this doesn't mean
that nobody reads your messages.
I read at least ;)
What you are proposing sounds useful and it'd be great if
From: "Geoff Howard" <[EMAIL PROTECTED]>
> Update: It works fine. I had to try so many different variations on the
> configuration first that I had gotten turned around.
Strange... AFAIR, we've agreed to deprecate or even remove
'global-parameters' from the sitemap in favour of Input modules. I
From: "Jakob Praher" <[EMAIL PROTECTED]>
> hi Ivelin,
> hi all,
>
> for the last project I used a self-brewed, but kind-a grown, form
> handling mechanism.
>
> now I'm going to use Cocoon XMLForms, because the more people use it the
> better it gets ( instead of inventing the wheel again ) and I l
Configuration for EJB in Cocoon???Hong Gia Dinh,
please do not use HTML email, otherwise your messages will be simply ignored
by some of those people who could really help you.
Now about the subject: working with EJB in Cocoon is not different from
working with EJB without Cocoon, just as you do i
odule is very short, but I
hope that the sample (/samples/modules) demonstrates most of the
possibilities.
Konstantin
>
> Thank you very much for help.
>
> Anna
>
> - Original Message -
> From: "Konstantin Piroumian" <[EMAIL PROTECTED]>
> To: <[EMAIL
From: "Christian Haul" <[EMAIL PROTECTED]>
...
>
> Whatever. The timing was definitely bad :-( Let's share the blame now
> and hope to "share" a beer next time :-)
Great idea ;)
But all those great GetTogethers and Stammi...s (what a difficult language
is that German) are so far from Moscow... :-(
From: "Christian Haul" <[EMAIL PROTECTED]>
> On 16.Dec.2002 -- 01:01 PM, Konstantin Piroumian wrote:
> > Thanks for fixing this and sorry, that was my fault. It was not a good
idea
> > to patch this in a hurry.
>
> Not at all. It was me who changed to te
Thanks for fixing this and sorry, that was my fault. It was not a good idea
to patch this in a hurry.
Konstantin
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 16, 2002 12:37
Subject: cvs commit:
xml-cocoon2/src/java/org/apache/cocoon/compone
From: "Ugo Cei" <[EMAIL PROTECTED]>
> Christian Haul wrote:
> > Interesting. Why not:
> >
> > function foobar() {
> >// Note the use of the "new style" function names
> >var response = null;
> >do {
> >sendPageAndWait("showform", {});
> >// Collect request parameters he
oon PMC?
>
> [X] yes
> [ ] no
Regards,
Konstantin Piroumian
>
> Please send your vote to [EMAIL PROTECTED] so that it can be
> pubblically reviewed.
>
> if you have further questions, please, feel free to ask them again on
>
rom: "Giacomo Pati" <[EMAIL PROTECTED]>
> On Thu, 12 Dec 2002, Konstantin Piroumian wrote:
> > From: "Giacomo Pati" <[EMAIL PROTECTED]>
> >
> > >
> > > Hi team
> > >
> > > We encountered some thread race issues
From: "Giacomo Pati" <[EMAIL PROTECTED]>
>
> Hi team
>
> We encountered some thread race issues with the LocalAction class.
>
> 1. The class is marked ThreadSafe, so there will be only one instance in
> the system.
Yup.
>
> 2. There are member variables (langAttr, localeAttr, etc.) that are set
From: "Steven Noels" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
>
> > What about predefined configuration modes: development and production?
This
> > can be done using two separate config file sets and be switched using
a -D
> > startup option or an
From: "Stefano Mazzocchi" <[EMAIL PROTECTED]>
> Steven Noels wrote:
>
> >> Big point is setting log thresholds to ERROR (instead of INFO or
> >> DEBUG). This should give an immediate and dramatic performance gain.
> >
> >
> > How about setting these to ERROR by default?
>
> Yeah, on Cocoon 2.0.x we
From: "Christian Haul" <[EMAIL PROTECTED]>
> On 09.Dec.2002 -- 10:40 AM, Ovidiu Predescu wrote:
>
>
>
> > Please cast your votes on:
> >
> > - maintaining the old naming conventions and providing the above
> > aliases for sendPage* functions; here's my +1.
>
> +1
+1
>
> > - further discuss
From: "Ovidiu Predescu" <[EMAIL PROTECTED]>
> On Monday, Dec 9, 2002, at 05:21 US/Pacific, Konstantin Piroumian wrote:
>
> > In case of the flow script you should place login() function call in
> > every
> > function that needs authorized access, while fo
Hi!
(Sorry for late jump in)
From: "Ivelin Ivanov" <[EMAIL PROTECTED]>
>
> This is actually a good example.
>
> For fairness sake, I haven't seen many J2EE applications which forward to
> login from different spots though.
> J2EE containers usually take care of login and return to original URL.
NOTE: the message will contain a description of what does it mean to be
> part of a PMC.
>
> What do you think?
+1 I like this.
Making all active committers PMC members without asking themselves was not a
very good decision. I think that everyone would like to know what does it
mean to
From: "IAS" <[EMAIL PROTECTED]>
> I checked out with "cocoon_2_0_3_branch" branch, and succeeded in
> building by build.bat -Dinclude.webapp.libs=true webapp .
>
> (Build and) Test Environment:
> Intelx86
> Windows 2000 professional with service pack 3 (Regional Setting is
> Korean)
> Sun JDK 1.3.
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Thanks Sylvain for this RT on a missing piece for the blocks concept.
> More inline:
>
> Sylvain Wallez wrote:
> >
> >
[...]
> >
> > Pipelines as transformers
> > -
> >
> >
> >
> >
> >
> >
> >
> >
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]>
> Stefano Mazzocchi wrote:
> > I would like to propose Andrew Oliver for commit access.
> >
> > Andrew is one of the authors of Apache POI and has earned commit access
> > on several java-related apache projects. Recentely, he was nominated
> > member
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
> >
> > The same's here.
> > Seems that somebody had too much beer on GetTogether ;)
> >
> Yes, you're right. *somebody* had too much beer in Gent
I know that
The same's here.
Seems that somebody had too much beer on GetTogether ;)
KP
- Original Message -
From: "David Crossley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 11:19
Subject: current CVS 2.1 broken: EnvironmentStack
> I cannot compile the current he
Hi, Chris!
Shouldn't we remove the obsolete RequestURIModule and RequestContextPath
modules? They can be easily substituted by the JXPath-based 'request'
module:
{request:requestURI}
{request:contextPath}
and even using functions:
{request:substring(1, contextPath)} or {request:concat('/', cont
From: "leo leonid" <[EMAIL PROTECTED]>
>
> Hi,
> I'd like to send you some modest wishes concerning the upcoming 2.0.4
> release.
>
> Input Modules: I'm very happy with the Input Modules of 2.0.4-dev and like
> to see them in the release, too.
I've remind me to commit the new SystemPropertyModule
From: "Marcus Crafter" <[EMAIL PROTECTED]>
> On Tue, Nov 12, 2002 at 06:46:08PM +0300, Konstantin Piroumian wrote:
> >
> > 2. Cachability.
> >
> > Currently, I have two implementations of the new version: cachable and
not.
> > As you can guess
From: "Michael Melhem" <[EMAIL PROTECTED]>
[...]
> > >
> > > If one uses the caching-point pipeline implementation with
> > autoCachingPoint
> > > turned off (you can set this in the components section of the
> > > sitemap.xmap) then its possible to flag individual pipeline components
> > > as ca
hould now be possible.
Another minor addition is: allowed CDATA sections, though I've tried them
only for attribute translations.
The work is not finished yet, but I'll commit it, so interested parties
could try it and patch if needed.
Regards,
Konstantin
>
> Regards,
> Michae
From: "Bertrand Delacretaz" <[EMAIL PROTECTED]>
> On Tuesday 12 November 2002 16:46, Konstantin Piroumian wrote:
> >. . .
> > What are the
> > best practices in cases, when two namespaces can be present?
> >. . .
>
> I don't know about &q
From: "Michael Melhem" <[EMAIL PROTECTED]>
> On Tue, Nov 12, 2002 at 05:31:08PM +0100, Marcus Crafter wrote:
> > On Tue, Nov 12, 2002 at 06:46:08PM +0300, Konstantin Piroumian wrote:
> > >
> > > 1. New features - new namespace.
> > >
> >
From: "Marcus Crafter" <[EMAIL PROTECTED]>
> Hi Konstantin!
Hi mate!
Haven't read your for ages. ;)
>
> On Tue, Nov 12, 2002 at 06:46:08PM +0300, Konstantin Piroumian wrote:
> >
> > 1. New features - new namespace.
> >
> > The new implemen
ons from Avalon/Excalibur for such cases?
Regards, Konstantin
Piroumian
To be exact, the Cocoon's version came from the Excalibur scratchpad in hope
that we'll switch to Excalibur's version when it's ready. Pity that nobody
took care of it in Excalibur.
So, you can remove it. I think there are no objections from Cocoon.
Konstantin
- Original Message -
From:
ata.
Regards,
Konstantin
From: "Christian Haul" <[EMAIL PROTECTED]>
> On 17.Sep.2002 -- 11:37 PM, Konstantin Piroumian wrote:
> > Hi folks!
> >
> >
> > 1) I've been recently trying to modernize the Forrest's sitemap using
input
> > mod
ute and/or a cookie.
Any suggestion or a better solution is appreciated.
Best regards,
Konstantin Piroumian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
An alternative proposal:
- Cocoon 2 Micro Edition (C2ME): basic functionality/components
- Cocoon 2 Standard Edition (C2SE): most frequently used
functionality/components
- Cocoon 2 Enterprise Edition (C2EE): complete suit, including flow
control, form handling, DB-stuff, etc.
But thi
From: "Stefano Mazzocchi" <[EMAIL PROTECTED]>
> Piroumian Konstantin wrote:
> >
> > Hi!
> >
> > I have alsmost 2 years' experience in the XML (Cocoon) vs. JSP (Struts)
> > fight in our company, wrote several documents related to
> > Cocoon/Struts/Self-implemented framework comparison and I'd like
From: "Andrew C. Oliver" <[EMAIL PROTECTED]>
> >>
> >
> > Do you think pushing the JSP integration would help Cocoon to have a
> > better acceptance by looking "more standard" ?
>
>
> Yes. We need examples of this (I'm not volunteering because I hate
> writing JSPs and JSPs in general).
I hate w
From: "Sylvain Wallez" <[EMAIL PROTECTED]>
> Vadim Gritsenko wrote:
>
> >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]]
> >>
> >>Konstantin Piroumian wrote:
> >>
> >>
> >>
>
prove it
by trying to validate different (simple or complicated) sitemaps. Currently,
the root sitemap, the samples sitemap and several sitemaps from samples pass
validation.
Any help/comments/suggestions are welcome.
Konstantin
_____
Konstantin Piroumian
Lead Dev
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]]
> >
> >
> > Stuart Roebuck wrote:
> > >
> > > On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote:
> > >
>
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
>
> Konstantin Piroumian wrote:
> >
> > >
> > > You can configure the global parameters in the map:pipelines section:
> > >
> > >
> > >
> > >
> >
&
From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> Stuart Roebuck wrote:
...
> > >
> > >
> >
> > Just to say that this kind of functionality would be *really* useful.
> >
> And now the good news: it's already implemented in the latest CVS :)
You are very quick :)
>
> You can configure the global p
From: "Sylvain Wallez" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
>> While input modules provide a way to
> >_get_ variable values from different sources (sitemap, request, etc.), my
> >need is to _set_ global parameters for the sitemap to avoid thin
From: "Christian Haul" <[EMAIL PROTECTED]>
> On 27.May.2002 -- 11:49 AM, Carsten Ziegeler wrote:
> > Konstantin Piroumian wrote:
> > >
> > > Hi alls!
> > >
> > > While inspecting the Forrest's sitemap
> > > (src/documen
Welcome back, Diana ;)
From: "Diana Shannon" <[EMAIL PROTECTED]>
>
> On Monday, May 27, 2002, at 05:06 AM, Konstantin Piroumian wrote:
>
> > A while ago I've proposed to use document DTD format for the samples
> > that
> > does not require any
Sorry for inconvenience.
_
Konstantin Piroumian
Lead Developer
ICQ#: 2297575
( Work Tel#: +7 095 795 0520 * 1288
+ More ways to contact me
i See more about me
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]>
> The Cocoon samples have always grown in a very patchy manner, and the
Webapp
> site has buonced between a big fat page and a more structured one.
>
> I have never been happy with either approach, and am unable myself to make
> it better.
>
> Diana,
From: "Ivelin Ivanov" <[EMAIL PROTECTED]>
>
> Beautiful !
>
>
> BTW, the top level menu is hard to read on my monitor.
> Black over dark blue doesn't go too well.
> I mean these items:
> About
> References
> Get Involved
The original design was different and used white colored menu items. A
numb
Hi all!
This article can be interesting for those who are working on form handling:
http://xml.com/pub/a/2002/05/22/svg.html
_
Konstantin Piroumian
Lead Developer
ICQ#: 2297575
( Work Tel#: +7 095 795 0520 * 1288
+ More ways to contact me
i See more
Ovidui (default), Diana, Vadim,
From: "Ovidiu Predescu" <[EMAIL PROTECTED]>
> On Wed, 22 May 2002 16:46:48 +0400, "Konstantin Piroumian"
<[EMAIL PROTECTED]> wrote:
>
> > Hi, Cocooners!
> >
> > I've just made a clean checkout of Coco
antin
P.S. We could simply rename scratchpad to 'contrib' or 'optional' and
provide it separately ;)
_
Konstantin Piroumian
Lead Developer
ICQ#: 2297575
( Work Tel#:
1 - 100 of 169 matches
Mail list logo