Re: [Vote] Component confs per sitemap [was: [RT]]

2004-12-20 Thread Joerg Heinicke
be very easy and makes adding own stuff imho easier. +1 Joerg

Re: Refactoring Cforms samples

2004-12-17 Thread Joerg Heinicke
different things. Joerg

Re: Major bug with cocoon views -- Using views not really possible

2004-12-10 Thread Joerg Heinicke
and so know about this issue. You might add it to bugzilla though so that it won't get forgotten. But there is no guarantee to get it fixed quickly. Joerg

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

2004-12-08 Thread Joerg Heinicke
+ continuation-sharing-bug-compatible=false Can you document it somewhere (inside and outside of cocoon.xconf)? Thanks, Joerg

Re: Issue with cocoon views -- Using views to debug not really possible?

2004-12-08 Thread Joerg Heinicke
is involved? I would not restrict the usage to external requests as we might break usages of that feature - if it is implementable otherwise. Joerg

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

2004-12-08 Thread Joerg Heinicke
if it is appropriate. Ovidiu and Chris have written much about flow and continuations, maybe there is somewhere a place to add it: http://cocoon.apache.org/2.1/userdocs/flow/index.html. Joerg

Re: Is trunk supposed to be a working version?

2004-11-28 Thread Joerg Heinicke
when compiling Cocoon - at least in theory :-) Joerg

[OT] input type=image request param names

2004-11-28 Thread Joerg Heinicke
compliance mode. Joerg [1] http://svn.apache.org/viewcvs.cgi/cocoon/trunk/src/blocks/forms/java/org/apache/cocoon/forms/formmodel/Action.java?rev=56962view=markup [2] http://www.w3.org/TR/html4/interact/forms.html#idx-coordinates

Re: [OT] input type=image request param names

2004-11-28 Thread Joerg Heinicke
/body /html @value=click: file://../test-img.html?button=click file://../test-img.html?img.x=105img.y=84img=click without @value: file://../test-img.html?button= file://../test-img.html?img.x=88img.y=27 Joerg

Re: Is trunk supposed to be a working version?

2004-11-28 Thread Joerg Heinicke
On 28.11.2004 17:00, [EMAIL PROTECTED] wrote: However, I did come across a compile error (see bugzilla #32412). Makes at least more sense and is mostly easier to solve. Seems like a missing dependency. Joerg

Re: Question and Suggessions about forms block in 2.1.6

2004-11-26 Thread Joerg Heinicke
On 22.11.2004 14:41, Sylvain Wallez wrote: What you describe here comes again to an additional output state ... and makes the output widget obsolete? We had this in mind since a long time ... e.g. at http://marc.theaimsgroup.com/?t=10830131522r=1w=4. Joerg

Re: fd:output with enum datatype does not surround the enum value with i18n:text tags

2004-11-26 Thread Joerg Heinicke
with the i18n:text tags. fi:styling type=output should also work. Is this a short-coming in CForms? I suppose it needs to be added to the CForms transformer if so. It's a short-coming of the stylesheets, forms-field-styling.xsl in this case. Joerg

Re: Question and Suggessions about forms block in 2.1.6

2004-11-26 Thread Joerg Heinicke
role 'developer' doing it or do you discriminate both? Joerg

Re: QueryBean in blocks.properties

2004-11-23 Thread Joerg Heinicke
On 23.11.2004 12:21, Jeremy Quinn wrote: It looks like Joerg has already done this. Yeah, the commit was exactly in the same minute you wrote the mail promising the fix: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=110113620718082w=4 http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm

Re: svn commit: r106302 - /cocoon/branches/BRANCH_2_1_X/src/blocks/batik/java/org/apache/cocoon/transformation/FragmentExtractorTransformer.java

2004-11-23 Thread Joerg Heinicke
)) { +if (((uri == null this.extractURI.equals()) || this.extractURI.equals(uri)) this.extractElement.equals(loc)) { I had this in mind too, but should a transformer fix the behaviour of another component? In theory you can add this fix to every transformer or serializer. Joerg

Re: OOo Impress hello-world sample not working

2004-11-17 Thread Joerg Heinicke
On 17.11.2004 00:59, Antonio Gallardo wrote: To me is not working the OO Impress sample: http://localhost:/samples/hello-world/hello.sxi I am using OOo version: 1.1.2 on Linux Fedora Core 3. Can someone else confirm this? http://issues.apache.org/bugzilla/show_bug.cgi?id=29480 Joerg

Re: [PATCH] Loading a form from a DOM tree

2004-11-17 Thread Joerg Heinicke
where only patches should be applied, no enhancements. Adding it needs a formal vote from the committers. Joerg

Re: [VOTE] Release of 2.1.6

2004-11-17 Thread Joerg Heinicke
that *really* have to be in 2.1.6 - everything else can go to 2.1.7. And like Ugo suggested, we should try to release early for 2.1.7 anyways. +1 Joerg

ClassCastException in ScriptablePropertyHandler/JXTemplateGenerator

2004-11-16 Thread Joerg Heinicke
: event.getId()}; } cocoon.sendPage(internal-display-document-bulk, legalcasesArray); Everything works like expected, I only get this exception stacktrace printed on the console as the exception is ignored. Is there an error in using JXTemplate or is it a bug? Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-13 Thread Joerg Heinicke
=markup The convertor params might be needed in the output as it is the case for the DateConvertor. The pattern will be reused in the HTML output for the calendar widget. Joerg

broken samples? (was: Learning from XForms)

2004-11-13 Thread Joerg Heinicke
if that is because XMLForms was removed, or what. If this sample is no longer expected to work, it should probably be marked as such. Too bad; it sounds like a useful thing.) Is this still true? Maybe something to be fixed before the release. Joerg

Re: svn commit: rev 57484 - cocoon/branches/BRANCH_2_1_X/lib

2004-11-12 Thread Joerg Heinicke
On 12.11.2004 02:56, [EMAIL PROTECTED] wrote: Author: vgritsenko Date: Thu Nov 11 17:56:24 2004 New Revision: 57484 Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml Log: event is gone vs. http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=110016446216689w=4 Is event impl needed or not? Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-10 Thread Joerg Heinicke
mentioned above). I can not agree with it and I want to use VP in web applications. My thesis will be about having the advantages of PAC/VP and Cocoon. Joerg

Re: DO NOT REPLY [Bug 30372] - The daylight time cause error when timezone is CST

2004-11-10 Thread Joerg Heinicke
can easily upgrade this library on their own. We should do our best to provide JDK1.3 support at this moment, and after 2.1.6 we can discuss option of dropping it. Me too. Joerg

Re: [Vote] Remove woody and portal-fw in 2.2?

2004-11-10 Thread Joerg Heinicke
for removing woody and portal-fw from 2.2. +1 Joerg

Re: DO NOT REPLY [Bug 30372] - The daylight time cause error when timezone is CST

2004-11-10 Thread Joerg Heinicke
can easily upgrade this library on their own. We should do our best to provide JDK1.3 support at this moment, and after 2.1.6 we can discuss option of dropping it. Me too. ?? Means +1 and refers to Vadim's I'm in favour of 2. :-) Joerg

Re: svn commit: rev 57029 - cocoon/branches/BRANCH_2_1_X/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/context

2004-11-09 Thread Joerg Heinicke
?? Joerg

Re: svn commit: rev 57029 - cocoon/branches/BRANCH_2_1_X/src/blocks/session-fw/java/org/apache/cocoon/webapps/session/context

2004-11-09 Thread Joerg Heinicke
. But RequestContext has no logger, and I needed that to be fixed quickly. Writing to System.err ensures we (and Carsten :-) ) see the message so that we do not forget that something has to be done there. Ah, I see. I had no look into the code, just reviewed the commit message. Joerg

Re: svn commit: rev 56914 - cocoon/branches/BRANCH_2_1_X

2004-11-08 Thread Joerg Heinicke
^^ Joerg

Re: JDK 1.3 build fails

2004-11-08 Thread Joerg Heinicke
On 08.11.2004 18:46, Ralph Goers wrote: As for ojb, I seem to recall seeing a message saying that the jar that block depends on requires jdk 1.4. I could be wrong though. I can't remember that OJB itself needs 1.4. Maybe it was just compiled with 1.4 and now fails running with 1.3? Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-08 Thread Joerg Heinicke
a further required field when editing it and would be of interest when viewing it. How much effort do you need to update all the views that reference it? To what degree can you reuse your views? For such a change CForms is really bad. I had to update definitions, bindings, template so often! Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-08 Thread Joerg Heinicke
! Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-08 Thread Joerg Heinicke
) but with a more sophisticated model than just the data of the application as it was for Lofex. It's build on the pattern Presentation Abstraction Control I read first about in German Javamagazin 09/2004. Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-07 Thread Joerg Heinicke
not reusable. As Terrence Parr wrote: The view should be reusable with a completely different model. The configuration must happen externally, i.e. neither in model nor in view. Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-07 Thread Joerg Heinicke
the difference for web applications: The model should be reusable with a completely different view :) We need both! Joerg

Re: [RT] Attribute Rendering and CForms Convertors

2004-11-07 Thread Joerg Heinicke
views or isn't it? Joerg

Re: CForms: widget states added

2004-11-03 Thread Joerg Heinicke
reading from request though there will not be request parameter of it. So I'm about to close the bug if the widget states work - what I assume ;-) Joerg

Re: Bug in forms-lib.js when adding @id to submit buttons?

2004-11-03 Thread Joerg Heinicke
, so we should not fix it in CForms IMO. Otherwise it will be a never ending story. It's a 'feature' that should made it into the FAQ. Joerg

Re: CForms: widget states added

2004-11-03 Thread Joerg Heinicke
after my clarification? Joerg

Re: model update after repeater change

2004-11-03 Thread Joerg Heinicke
frame. However, when rows are added or removed, the model bean is not updated yet. Only after the actual submit it gets updated and my applet is synced again. Just for the record: Answered at http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=109949546618166w=4. Joerg

Re: [lazy vote] cforms request processing

2004-11-03 Thread Joerg Heinicke
present in the form read request parameters, and that therefore no one can input value that doesn't match a widget. Exactly, I see no possible negative consequences besides the additional presence notifiers as Sylvain called them. So +1 from here too. Joerg

Re: Bug in forms-lib.js when adding @id to submit buttons?

2004-11-03 Thread Joerg Heinicke
-known cases like submit. OK. Joerg

Re: CForms : fd:case for union widget ?

2004-11-01 Thread Joerg Heinicke
need ft:case and fb:case anyway. Furthermore the inconsequence is just irritating. Joerg

Re: [RT] StringTemplate: The answer to our templating needs?

2004-10-29 Thread Joerg Heinicke
On 29.10.2004 13:07, Carsten Ziegeler wrote: It's their own decision. Now in the end you can't prevent users from doing so But that's exactly what the document is about: *enforcing* separation instead of *encourage*. StringTemplate claims to provide that. Joerg

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Joerg Heinicke
On 28.10.2004 17:04, Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph as Apache Cocoon committers. Welcome! Joerg

Re: JspGenerator doesn't work from flow but does otherwise...

2004-10-27 Thread Joerg Heinicke
extend URLClassLoader or to restore a normal ClassLoader. Joerg On 26.10.2004 23:12, Garrick Dasbach wrote: Joerg, I just ran into this same issue. Have you, or anyone else, found any solution/workaround to this problem, short of no includes in form pages? Garrick Joerg Heinicke wrote

Re: Let's deprecate the PHP block

2004-10-26 Thread Joerg Heinicke
it :) Joerg

Re: svn commit: rev 55246 - cocoon/trunk/src/blocks/forms/samples/dreamteam

2004-10-21 Thread Joerg Heinicke
messages have a free line after each line with text, there is something wrong. Joerg

Re: Redirect since XSL but without Client Script Language

2004-10-20 Thread Joerg Heinicke
the pipeline is executed. This means you can not test a label in the XML, but you must test a particular condition before the XML is generated. Joerg

Re: Link Livesites: Cocoon 2.1.5

2004-10-20 Thread Joerg Heinicke
in bugzilla with a [LINK] prefix in the title, so that they don't get lost. I have those mails still all in of my folders marked as TODO, so they won't get lost :-) But of course having them in Bugzilla or so would be much better. Joerg

Re: Possible security problem with flowscript

2004-10-20 Thread Joerg Heinicke
? You are always forced to divide your application into two parts (i.e. sitemaps), one that is protected, one unprotected. Or am I wrong? Joerg

Re: Possible security problem with flowscript

2004-10-20 Thread Joerg Heinicke
. Ah, sorry, seems I have missed it. I'm not reading the lists that intensively at the moment. Joerg

Re: SQLTransformer, reaction on socket close?

2004-10-19 Thread Joerg Heinicke
(an exception is thrown). This can be handled appropriately. But I don't know if the SQLTransformer is doing it at the moment. Joerg

Re: Quick Question regarding cocoon check out directory from svn and java 1.5

2004-10-16 Thread Joerg Heinicke
. Joerg

Re: [RT] on betting the farm and mainstreaming

2004-10-16 Thread Joerg Heinicke
mainstreaming the tools and technologies that we consider the most appropriate in general is a Good Thing, and at the same time we must not put any barriers for people to do things differently if they like - as long as *they* do the required work. Same opinion here. Joerg

Re: [suggestion]adding fontBaseDir support in fop config

2004-10-14 Thread Joerg Heinicke
URLs for fontBasDir to FOP. The problem is simple that Cocoon does not touch the user-config at all, but only tells FOP where to find it, so I don't see a chance to do this without touching FOP - and if we do, we can implement the real source resolving there too. Joerg

WebSVN (was: DO NOT REPLY [Bug 31639] - Cocoon build.sh is not Bourse shell compatible)

2004-10-13 Thread Joerg Heinicke
/build.sh OT: Is there a WebSVN including the version information as we had it with WebCVS? I.e. not just like above, but as at http://svn.apache.org/viewcvs.cgi/cocoon-2.1/build.sh Joerg

Re: Cocoon Sample with Soap

2004-10-13 Thread Joerg Heinicke
the development *of* Cocoon not developing *with* Cocoon. Joerg

Re: WebSVN

2004-10-13 Thread Joerg Heinicke
/viewcvs.cgi/cocoon/?root=Apache-SVN Thanks David and Vadim. I was that near ... ;-) Joerg

Re: Reseting and reusing of upload-widgets

2004-10-04 Thread Joerg Heinicke
add an method like to Upload.java public void reset() { this.part = null; } setValue() has been implemented: http://issues.apache.org/bugzilla/show_bug.cgi?id=30270. But I guess resetting it to null is not possible with the current implementation as the instanceof test would fail. Joerg

Re: Reseting and reusing of upload-widgets

2004-10-04 Thread Joerg Heinicke
). Oh u r right, setValue(null) would be not a good Idea, is it possible to add a additional method for reseting ? The setValue() should just be fixed to also accept null. All other widgets don't have reset() so why should have this one - though it's indeed a special widget? Joerg

Re: simple-repeater and on-bind doesn't work?

2004-09-02 Thread Joerg Heinicke
/? Wouldn't it be better to add the attribute clear-before-load to the fb:repeater/ instead of introducing a new element fb:simple-repeater/? http://issues.apache.org/bugzilla/show_bug.cgi?id=27601 Joerg

Re: simple-repeater and on-bind doesn't work?

2004-09-02 Thread Joerg Heinicke
On 02.09.2004 20:31, Stephan Coboos wrote: But in the meantime what can I do to use the on-insert-row feature like in the fb:repeater/ and the remove and readd? Is there a way? Unfortunately I never used the simple repeater, so I can't answer your question. Joerg

Re: [VOTE] Avoid checking in JavaDOCs into SVN

2004-08-26 Thread Joerg Heinicke
On 25.08.2004 18:05, Pier Fumagalli wrote: [X] +1 take them out Jörg

Re: [VOTE] Status of Portal blocks

2004-08-26 Thread Joerg Heinicke
On 26.08.2004 09:57, Carsten Ziegeler wrote: a) mark portal-fw as deprecated +1 b) mark portal as stable +1 Jörg

Re: [VOTE] Status of Portal blocks

2004-08-26 Thread Joerg Heinicke
Hmm.. deprecated mean Hey man, go change you portal as it will be removed in the future is this you want to signal? Yes :( The portal-fw is a nice portal framework, but the code is very very ugly (I know it 'cause I wrote it). The new portal block is (apart from tools) a 100% replacement which is

Re: repost to repo again?

2004-08-18 Thread Joerg Heinicke
Don't mix the old CVS repos 2.1 and 2.2 and the new SVN repo and its branches! When you have committed the changes to old 2.1 the changes are in the main trunk, but not in the 2.1 branch obviously as it has started from 2.1.5 release. Changes to old 2.2 are in the kernel branch. Joerg

Re: why JXTG sucks? was: FreeMarker integration

2004-08-10 Thread Joerg Heinicke
Why JXTG sucks? Because it's to powerful! http://www.cs.usfca.edu/~parrt/papers/mvc.templates.pdf (It's not the first time that it is posted here.) rules: view cannot modify the model view cannot perform computations upon dependent data values view cannot compare dependent data values view cannot

Re: [CForms] form enctype

2004-08-05 Thread Joerg Heinicke
at any depth. Joerg

Re: [CForms] form enctype

2004-08-05 Thread Joerg Heinicke
a very good alternative. Joerg

Re: [CForms] form enctype

2004-08-05 Thread Joerg Heinicke
markup like structs and repeaters that deepen the structure. On the other hand there is the (X)HTML markup. I don't think of nested forms, but e.g. arbitrarily nested tables. Joerg

Re: [CForms] form enctype

2004-08-04 Thread Joerg Heinicke
to descendant::fi:upload. I can not apply it as my system has not migrated to SVN yet. Joerg

Re: Nightly build 2.1 is 2.2.0 dev???

2004-08-01 Thread Joerg Heinicke
a little bit since we have another CVS repo with the same number. I think it must be fixed to avoid confusions. It is already in SVN. Joerg

Re: [proposal - take 2] Whiteboard Branches

2004-08-01 Thread Joerg Heinicke
On 01.08.2004 15:20, Reinhard Poetz wrote: In order to summarize: - whiteboard ... - branches ... - scratchpad (block) ... WDOT? +1

Re: DO NOT REPLY [Bug 30351] - [PATCH] BooleanField - Convert String to Boolean in setValue

2004-07-28 Thread Joerg Heinicke
On 28.07.2004 02:40, Peter Brant wrote: Thanks. That does work. I'll close the bug. Thanks for confirmation ;-) However, it's rather a pain in the neck to have to a specify a converter (excuse me, convertor) for all the non-string form fields. A patch to fix that is attached (should I open

Re: [Bug] tools\bin\appendcp.bat is missing

2004-07-23 Thread Joerg Heinicke
: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/tools/bin/Attic/ Joerg

Eclipse compiler settings (was: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/pipeline/impl CachingPointProcessingPipeline.java)

2004-07-22 Thread Joerg Heinicke
Joerg Heinicke joerg.heinicke at gmx.de writes: A question, though: how have you found all this? Do you have special settings on your IDE (Eclipse?) Yes, Eclipse shows them and I can fix them easily mostly using Quick Fix. I can post the useful compiler settings on Tuesday. A bit later

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/pipeline/impl CachingPointProcessingPipeline.java

2004-07-18 Thread Joerg Heinicke
the useful compiler settings on Tuesday. Joerg

Re: Bug in Cocoon Source Resolver (was Problems trying to implement a SourceFactory)

2004-07-18 Thread Joerg Heinicke
to continue development in cocoon-2.1 repository. The 2.2 repository had some refactoring that were hopefully all backported to 2.1 repository and additional a new container. cocoon-2.2 will be only a branch in SVN. Joerg

[cforms] enabling all widgets to listen to value changed events

2004-07-14 Thread Joerg Heinicke
is number of trial, another one is trials left. The second one is only updated if the first one has changed - of course the user must not update them by hand, so they are output widgets. WDYT? Joerg

Re: getting at the defaultsmodule in 2.1.x

2004-07-13 Thread Joerg Heinicke
only should cast to ServiceSelector as at some time the serviceManager might no longer return a WrapperServiceSelector. Joerg

Re: advice

2004-07-07 Thread Joerg Heinicke
2.1.5 tag as branch point? Joerg

Re: ClassCastException in binding framework.

2004-07-07 Thread Joerg Heinicke
this dependency was not introduced to the interface or base class. It might work for you the same way as I did it here: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/forms/samples/forms/form2_bind_xml.xml?annotate=1.4#71. Joerg

Re: JDK 1.3.1 compatibility for cvs-head

2004-07-06 Thread Joerg Heinicke
compatibility as long as we need no feature of 1.4. The above issues don't make it necessary to switch to 1.4. Joerg

Re: [cforms] Editing existing list of uploads

2004-07-04 Thread Joerg Heinicke
(); InputStream getInputStream(); String getMimeType(); } This would also allow to distinguish between new and unmodified uploads. Good idea. Joerg

Re: cvs commit: cocoon-2.1/src/blocks/forms/samples/resources forms-calendar-styling.xsl

2004-07-04 Thread Joerg Heinicke
is the fact that this did not happen for the other UTF-8 files. Is it up to the editor to save this thing. Is this file now broken or not? Joerg

Re: JspGenerator doesn't work from flow but does otherwise...

2004-07-03 Thread Joerg Heinicke
classloaders? Shall the JSPEngine restore a normal classloader? Joerg

question on UnionBinding

2004-07-01 Thread Joerg Heinicke
? Joerg

Re: question on UnionBinding

2004-07-01 Thread Joerg Heinicke
will see if I can fix it. Joerg

Re: question on UnionBinding

2004-07-01 Thread Joerg Heinicke
; the fb:union binding just acts as a dumb container. *argh* Why I did not see the obvious? You are so right. It works with additional fb:cases. Thanks for your hint. Joerg

Re: CForms - strict DTD and xhtml

2004-07-01 Thread Joerg Heinicke
also shows one other thing that would be a problem for xhtml validation, and that is method=POST rather than method=post. Good to know, I have not been aware of this. Maybe I should go one step further today to XHTML 1.0 strict ;-) Joerg

Re: question on UnionBinding

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 16:32, Joerg Heinicke wrote: Maybe I'm not understanding your example, but shouldn't all those fb:structs be wrapped in fb:cases with the same id? If I understand correctly it's actually the fb:case binding that does conditional processing of its subbindings; the fb:union binding

Re: question on UnionBinding

2004-07-01 Thread Joerg Heinicke
of the cases, for other cases other fields are needed and some of them - now the reason for the asymmetry - have default values. As the switch from one case to another one is caused by submit-on-change on the select box now binding will be caused. Does this make sense? Joerg

Re: Taglib-Block doesn't work? (Deprecated?)

2004-07-01 Thread Joerg Heinicke
://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/taglib/java/org/apache/cocoon/transformation/TagTransformer.java?r1=1.6r2=1.7diff_format=h Joerg

Re: [VOTE] Move to servlet spec 2.3 [was RE: Can we compile against servlet spec 2.3?]

2004-06-30 Thread Joerg Heinicke
On 30.06.2004 09:24, Carsten Ziegeler wrote: As requested by Joerg, let's vote if we move to servlet spec 2.3 as the base for Cocoon. I think all important servlet engines support this version, so this shouldn't really be a problem. So, please cast your votes: +1 Joerg

Re: Not getting notified about bug updates

2004-06-30 Thread Joerg Heinicke
. Joerg

Re: CForms stylesheets - use of xsl:param and xhtml

2004-06-29 Thread Joerg Heinicke
cares. But please not doing this parameterized using xsl:element. Joerg

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/modules/input XMLFileModule.java URLEncodeModule.java URLDecodeModule.java

2004-06-29 Thread Joerg Heinicke
On 29.06.2004 17:16, Stephan Michels wrote: Can you revert this change, Done. I need this method time to time. Sorry. Thanks, Stephan. Joerg

Re: Can we compile against servlet spec 2.3?

2004-06-29 Thread Joerg Heinicke
a vote for switching to servlet spec 2.3 for Cocoon 2.2. WDYT? Joerg

Re: CForms stylesheets - use of xsl:param and xhtml

2004-06-29 Thread Joerg Heinicke
could easily fix it by adding a further i18n roundtrip (I would not hardcode it). The third one is an empty select for the double-listbox. There are no more errors for transitional 4.01 html - expect the whole form model gui sample :) Joerg

<    3   4   5   6   7   8   9   10   11   12   >