CForms: Symbol 'cocoon.forms' is not defined after loading '__package__.js'

2006-11-23 Thread Nick Goupinets
Hi everybody, Sorry to trouble you guys with one more CForms/dojo question, but I have no idea how to get it working. There are 2 cocoon based web sites. One works as a web-proxy that takes a request, translates it slightly and calls a page that contains CForms on another site. The page return

Re: Need help in portal . How can i do this ?

2005-10-21 Thread Nick Goupinets
JavaScript, where the entire page is refreshed automatically for the portal right after the coplet title was changed (but before it shows up due to refresh delay). Thanks. Sincerely, Nick Goupinets. Hugo Marcelino wrote: Hi. My name is Hugo Marcelino and i need some help on doing someth

Re: [Portal]: Profile and CachingURICoplets

2005-09-27 Thread Nick Goupinets
Hi Carsten, Thank you very much for your answer. It's great to hear that it had been fixed in SVN. I will try updating CachingURICopletAdapter. In the mean time, I am looking forward to upgrading to 2.1.8, once it's released :). Thank you once again. Sincerely, Nick Goupinets

[Portal]: Profile and CachingURICoplets

2005-09-27 Thread Nick Goupinets
xsi:type="java:java.lang.String">1 cacheDataxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="java:[B">Q1hNTAEAAAYABwogICAgICAEAAABcI... But I really hope that there is an easier way. Thank you very much in advance. Sincerely, Nick Goupinets.

i18n can not resolve catalogue paths

2005-09-13 Thread Nick Goupinets
o that ":" is appended only if length of directories array is greater than one. This seemed to eliminate the "Resource update failed." problem. Has anyone experienced similar problems? Any feedback is greatly appreciated. Thank you very much. Sincerely, Nick Goupinets. P.S. My

Re: Pass a parameter from generator/transformer to the sitemap

2005-08-30 Thread Nick Goupinets
mitation .. just a though. Cheers Eric Boisvert -Message d'origine- De : Nick Goupinets [mailto:[EMAIL PROTECTED] Envoyé : 27 août, 2005 16:50 À : users@cocoon.apache.org Objet : Pass a parameter from generator/transformer to the sitemap Hi everybody, I am trying to find out how to

Re: Pass a parameter from generator/transformer to the sitemap

2005-08-29 Thread Nick Goupinets
graphies (like not needing a pipeline, etc) I don't know exactly what your generators do. Irv On 8/29/05, Nick Goupinets <[EMAIL PROTECTED]> wrote: Hi Irv, Eric, Thank you very much for your replies. I guess I need to explain what I am trying to achieve. There is a Bibliography object

Re: Pass a parameter from generator/transformer to the sitemap

2005-08-29 Thread Nick Goupinets
7;s probably a dumb question but... why don't you include this parameter directly in the xml generated by the generator ? maybe you have a good reason or some sort of limitation .. just a though. Cheers Eric Boisvert -Message d'origine- De : Nick Goupinets [mailto:[EMAIL PROTECTE

Pass a parameter from generator/transformer to the sitemap

2005-08-27 Thread Nick Goupinets
rs? I guess there are always hacks with request/session attributes, but there must be a more elegant way. Thank you very much for your help. Best regards, Nick Goupinets. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: downloads in Cocoon

2005-08-23 Thread Nick Goupinets
Hi, Wonder if this might help: http://marc.theaimsgroup.com/?t=11089109833&r=1&w=2 Sincerely, Nick Goupinets. Ralph Lange wrote: Dear Cocoon Users! Our setup: cocon 2.1.5.1, tomcat 5.5.4, jdk 1.5.0. Does anyone know, how to give the Client the possibility to download files i

Re: Strange error with try-catch in finally clause.

2005-08-10 Thread Nick Goupinets
Hi there, Sorry, I should have made things more clear. "catch(e){print(e)}" thing would only work with the javascript flow interpreter. It's certainly not valid Java code and it's pretty strange to expect it even to compile. Best regards, Nick Goupinets. footh wrote:

Re: Strange error with try-catch in finally clause.

2005-08-09 Thread Nick Goupinets
Hi footh, You need to use JavaScript style of exception handling in the flow, unless you are using Java interpreter Try this: if (conn != null) try { conn.close(); } catch (e) { print(e) } footh wrote: In a javaflow, I open a db connection. Then in a finally clause, I have this code: if

Re: [Portal-tools] i18n problem with tool plugins

2005-08-02 Thread Nick Goupinets
ing portal tab titles and coplet titles? Thank you very much in advance. Sincerely, Nick Goupinets. Jens Maukisch wrote: Hi, just a very short general answer to the problems with the portal tools an i18n: The i18n stuff in the tools does not work very well in general and is more or les

[Portal-tools] i18n problem with tool plugins

2005-08-02 Thread Nick Goupinets
l keys show up just fine. Has anyone experienced this problem before? Some/any feed back is greatly appreciated. Thank you very much in advance. Sincerely, Nick Goupinets. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Portal] Cocon 2.1.7 upgrade breaks CachingURICoplets

2005-07-22 Thread Nick Goupinets
are hidden fields, not a query string that seems to be ignored. I followed this code snippet : http://www.mail-archive.com/users@cocoon.apache.org/msg24454.html HTH Nick Goupinets a écrit : Hello, After going through some more debugging, I think I figured out why continuation is not resumed

Re: [Portal] Cocon 2.1.7 upgrade breaks CachingURICoplets

2005-07-21 Thread Nick Goupinets
quest.getRequestQuery() method). In case I remove this enctype attribute from the form, coplet starts working like charm, except file uploads will not be functional. Is is a bug or am I doing something wrong? Some (any?) feedback to this problem is greatly appreciated. Thank you very much

[Portal] Cocon 2.1.7 upgrade breaks CachingURICoplets

2005-07-20 Thread Nick Goupinets
e console or changes in the coplet. Logs don't show any errors or give any clues what can go wrong. Additionally, the same version of the coplet works perfectly fine on Cocoon 2.1.5. If there was anybody who had similar problems when upgrading, I would appreciate it very much if you c

Random Input Module

2005-05-07 Thread Nick Goupinets
range and integer division in the style sheet to get values in any range I want. I am just curious however how I can set up an input module. Is there anybody who succeeded with that? Thank you very much in advance. Sincerely, Nick

Re: Interportlet communication

2005-04-26 Thread Nick Goupinets
adding proper types to the variables. Thank you. Sincerely, Nick Goupinets users@cocoon.apache.org schrieb am 26.04.05 17:17:56: Hi Simeon, That's pretty easy to pass information (not events) between coplets. There is of course default ways of doing it with cl:link stuff. Just check the

Re: Interportlet communication

2005-04-26 Thread Nick Goupinets
is greatly appreciated. Thank you. Sincerely, Nick Goupinets. Simeon Penev wrote: Hi, I've read in the 'Event handling' section of the 'Portal engine' documentation that there is a way to pass events between portlets. How can i do that? Could someone provide an example? I&#

i18n and cocoon protocol

2005-04-25 Thread Nick Goupinets
false ... Thank you very much in advance. Sincerely, Nick Goupinets. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Synchronization of coplets

2005-04-20 Thread Nick Goupinets
ew" coplet to be processed BEFORE "Resources" coplet, so that the file is saved before "Resources" coplet has a chance to read the list of files. If there anybody who had the same problem, I would appreciate any help. Thank you very much in advance. Sincerely, Nick Goupin

Re: Save pipeline results on client

2005-02-28 Thread Nick Goupinets
meone provide a simple example of how this would look in Cocoon for a dynamically generated file? Are the above settings provided in the sitemap - if so how? If not, where else? Thanks Derek. [EMAIL PROTECTED] 2005/02/26 10:07:57 PM >>> Nick Goupinets wrote: Hi everybody, Thank you very

Re: Save pipeline results on client

2005-02-26 Thread Nick Goupinets
n first"); else { window.location.href = 'coplets/myprojects/dataBench/saveResult?resultNum=' + index); } } Thank you all once again. Sincerely, Nick Goupinets. Leszek Gawron wrote: Nick Goupinets wrote: Hi Kjell Arne, Thank you very much for your reply. That was pretty quick :).

Re: Save pipeline results on client

2005-02-20 Thread Nick Goupinets
uot;xml" mime-type="application/my-not-supported-type"/> 2) how to make sure that a new window is not opened, and the old one stays unchanged and the save-as dialog is still showed? (looks like an impossible task to me) Thank you once again. Sincerely, Nick Goupinets. -Or

Save pipeline results on client

2005-02-20 Thread Nick Goupinets
u very much for your time. Sincerely, Nick Goupinets. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon portal tabs

2004-12-08 Thread Nick Goupinets
?id=tab2" it is going to tab2 but to do that I should be in the portal page. I want tab2 to be selected for the users as he gets to the portal page. Thank your replying back. Anna. On Tue, 2004-12-07 at 17:32, Nick Goupinets wrote: Hi Anna, I am not exactly sure which features you are talkin

Re: Cocoon portal tabs

2004-12-07 Thread Nick Goupinets
Hi Anna, I am not exactly sure which features you are talking about. I have never seen switching portal tabs just based on the "id" request parameter. Can you provide more information? BTW, if you want to display different pages for different users, you can use very fine grained profiling system

Re: providing a WebService

2004-12-03 Thread Nick Goupinets
Hey Luca, I don't know if this will help, as you have probably read it already: http://marc.theaimsgroup.com/?t=10986227012&r=1&w=2 Read the whole thread, and pay special attention to: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=109871573620372&w=2 Sincerely, Nick. Luca Morlando wrote: H

Re: Invalidate cachingURI coplet cache

2004-12-02 Thread Nick Goupinets
Hi Phil, Here are a few hints: 1. http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=109774039000438&w=2 It talks about layout, but once you understand that, it's easy to get it working for coplet instance data. 2. // for portal service service = (PortalService)manager.lookup(PortalService.ROLE);

Re: Portal Block - Profile Cacheing?

2004-11-25 Thread Nick Goupinets
Hi Matt, I do not know if it will help, but I think that the profile is cached once for every successful log in. So normally, it should not be necessary to restart tomcat or reload cocoon just to get the latest profile available. In case the changes to the profile were made while a user is stil

Re: Cocoon portal action

2004-11-15 Thread Nick Goupinets
Hi Anna, Portal bookmarks should help you to implement what you need. http://wiki.apache.org/cocoon/PortalEngineBookmarks Anna Bikkina wrote: Hi, I have a application with uses cocoon portal framework. This application has multiple tab in the main page. Depending on the user who logs in I want a pa

Re: How start?

2004-11-14 Thread Nick Goupinets
Hi Ilario, I hope I am not mistaken and the thing under consideration is whether to use portal engine or portal framework. I guess the answer will be: it depends. Portal framework is a "vertical portal". At any point in time there is only one page (that you can customize) with coplets. It is true

Re: Best Practice Connecting to n Databases

2004-10-26 Thread Nick Goupinets
Hi Markus, I don't think there should be any problems to perform what you suggest. I can only add that it's not necessary to "hardcode" the connection information. You can pass it dynamically in either database url or as params to SQL transformer. For example, all three queries are equivalent:

Re: write an soap result (xml-file) into a file

2004-10-25 Thread Nick Goupinets
, please enclose the snippets of pipelines, xsl, input, output, etc. that you use. Sincerely, Nick Goupinets. [EMAIL PROTECTED] wrote: Hi all, i have the some problems with cocoon 2.1.5: after a soap request i get a valid xml file as a result. Now i want transform the result-xml with an xsl and

Re: SOAP deprecated with cocoon?

2004-10-25 Thread Nick Goupinets
a soap request via HTTP (that's how the logic sheet is implemented btw) or employs, say, AXIS. Then, the results can be serialized into WML, or anything else, depending on what your needs are. Sincerely, Nick Goupinets. Robert Simmons Jr. wrote: I was looking for examples of how to make

Re: Starting a session with an action.

2004-10-07 Thread Nick Goupinets
ok at the authentication framework. I think it does session handling for you. Sincerely, Nick Goupinets - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Portal engine - Cacheable pipelines in profile loading pipelines only ?!?

2004-09-25 Thread Nick Goupinets
could tell me the direction to search for the solution (I guess I can create an authenticator and use it instead, but what's wrong with the pipelines?). Thank you very much in advance. Sincerely, Nick Goupinets. P.S. I have done some debugging, so that’s what I observed: There is a ca