Re: Example for session output module anyone?

2003-10-22 Thread Mika Fonsen
Hi,

As far as I know, output modules work only from
modular database actions (set in the descriptor
files). I asked this few messages back and got
confirmation to this. This would be a great feature,
tough :)

I guess I could write a small wiki article on modular
datababase actions and output modules after my
frustrating experiences with the docs.

--
Mika Fonsén * http://iki.fi/mf

On Wed, 22 Oct 2003, Paul Bowler wrote:
> I'me trying to store a value from a url parameter in
the users' session using the session output module but
I cannot
> find an example of a sitemap that does this.
>
> Can anyone put me out of my misery?
>


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Example for session output module anyone?

2003-10-23 Thread Christian Haul
Mika Fonsen wrote:
Hi,

As far as I know, output modules work only from
modular database actions (set in the descriptor
files). I asked this few messages back and got
confirmation to this. This would be a great feature,
tough :)
This is incorrect. Output modules are in no way tied to the database 
actions. However, there are few other places that use them.

For example, there is a TestAction that shows how to use both
input and output modules. Another example is the 
SimpleFormInstanceTransformer.

But there is no way to directly use them from your sitemap.
Only through an action or any other avalon component.
	Chris.

--
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Example for session output module anyone?

2003-10-24 Thread Mika Fonsen
So one could write a "proxy" action to allow direct
usage of output modules from sitemap?

I wrote a small Wiki-document on modules, that would
have helped me a lot a month back
(http://wiki.cocoondev.org/Wiki.jsp?page=Modules). Is
the information on this page correct? If so, I could
try to work it a bit better and perhaps write a newbie
howto about modular database actions. 

On Thu, 23 Oct 2003, Christian Haul wrote:
> > As far as I know, output modules work only from
> > modular database actions (set in the descriptor
> 
> This is incorrect. Output modules are in no way tied
to the database
> actions. However, there are few other places that
use them.

> But there is no way to directly use them from your
sitemap.
> Only through an action or any other avalon
component.

--
Mika Fonsén * http://iki.fi/mf

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]