[
https://issues.apache.org/jira/browse/OFBIZ-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216706#comment-13216706 ]
Adrian Crum edited comment on OFBIZ-644 at 2/26/12 11:58 AM:
-------------------------------------------------------------
It's too late to change it now. Look at it as a lesson on how NOT to do things.
A good general rule to follow is to keep client application state in the representation, not in the session. Sure, including all of the URL parameters in the navigation links would have been a lot of work, but I believe it would have been less work than writing/debugging/maintaining a Java class that attempts (and fails) to do the same thing.
was (Author:
[hidden email]):
It's too late to change it now. Look at it as a lesson on how NOT to do things.
A good general rule to follow is to keep client application state in the representation, not in the session. Sure, including all of the URL parameters in the navigation links would have been a lot of work, but I believe it would have been less work that writing/debugging/maintaining a Java class that attempts (and fails) to do the same thing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspaFor more information on JIRA, see:
http://www.atlassian.com/software/jira