Re: About caches, struts and webapps...
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <OFF7409FFE.57110571-ONC1256FE4.00458891-C1256FE4.00458896@generic.se> |
Another rule of thumb for keeping state in my webapp when I switch between the webapp and other pages is to always navigate with links and never with form actions. I use this rule for pages that shall be "pinned". If I dont use this pattern I will usually se the start page or the last linked page when switching. I think this is because Jahia remembers urls per session or something... Regards /Lars Hagrot