could you post your changes here? Maybe i have a look on it and solve the problem.
Normally changes of object data would be transferred back to the site automatically, after an action method was called. So the changes should be visible without reloading the page manually. If you reload the page the system refresh the site with the currently stored data from the session. If you delete the session cookie, the system will re-initialize the hole application and start a new session.
Best regards,
Tobias Selb
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i have some trouble with the article_browser demo.
I have called the site everything lucks fine.
I change cell data in the php source and Recall the site.
The result is that the Changes not shown on the Page.
Is this a bug (phpfaces or smarty) or have i to call any function to Redraw the page?
If i delete the Cookie in my browser (firefox) then the changes are shown.
Versions:
phpfaces 0.0.3
smarty 2.6.16
php 4.3.10
apache2
Best regards Armin Kern
Hi,
could you post your changes here? Maybe i have a look on it and solve the problem.
Normally changes of object data would be transferred back to the site automatically, after an action method was called. So the changes should be visible without reloading the page manually. If you reload the page the system refresh the site with the currently stored data from the session. If you delete the session cookie, the system will re-initialize the hole application and start a new session.
Best regards,
Tobias Selb