Smartweb 1.2.6 vs 1.2.5 is almost back compatible??

View: New views
1 Messages — Rating Filter:   Alert me  

Smartweb 1.2.6 vs 1.2.5 is almost back compatible??

by Pino Contartese :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
recently I migrated ,in a "progress" project ,from smartweb 1.2.5 to 1.2.6
...I noted some small things changed.. and I found warnigns during
compile-phase e.g. getSearchInfo and getSelectionList methods of
AbstractArchiveAction were changed in static methods..
At first I didn't give them so much importance..but during filter execution
get by SearchInfo properties i found a bug on an Enumeration search field
so I had replace in inappropriate way an override of getSearchInfo from
AbstractArchiveAction to avoid this glitch..
and what result?
A static method cannot be override ..it can 'cause a possible StackOverFlow
during processing..so I had changed into all my inherit Action
super.getSearchInfo() ..into getSerachInfoPlus method to retrieve and
filter correct search fields..and so on.
My question is :
Is it  "almost" back-compatible.?

Waiting for reply