You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Terry Brick <te...@yahoo.com> on 2004/06/21 06:46:36 UTC

A Few flow/i18n/caching Questions

Hello,
Here's an example of the basic workflow that I would like to achieve.

1) User submits a form with two fields (start-date and end-date)

2) The submitted dates are used for querying the database and generating an HTML page.

3) The page is displayed to the user with further options to display the same thing in different
languages.

4) The user click on the German flag (for example) and cocoon pulls the same data (XML) from cache
but transforms it using a different locale.

.......

It's step 3.5 that I'm having difficulty with.  Notice that the user is not prompted again for
dates and that the data source document isn't generated again.  From what I've read, it sounds
like Cocoon has some pretty extensive caching features, which I assume comes into play here.  But
let's say I was to figure the caching out (or someone here was kind enough to point me in the
right direction), caching is done with an expiration.  So if the cached document were to expire,
Cocoon would need the users original input dates (from the step 1) in order to regenerate that
document.... but since that was submitted in step 1, it's no longer available in step 3.5.
That is, unless I always continunally pass the form data as URL parameters in my links... but even
then, would Cocoon know to use them?
Anyway,  I can't help but think this kind of functionality is part of the Cocoon framework and I'm
just missing it.
Could somebody please help get me on track?

Thanks!




		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org