Hello:
In a Search Result Portlet I need to get the value entered in the keyword field in the search bar portlet (both portlet are wired correctly).
From Portlet reference documentation:
Last Search State (lastSearchState)
Facilitates passing the search query value to the Search Result portlet when a user clicks Go
in the Search Bar control. When a user clicks Go, the portlet serializes and converts the
active search query object to a base64-encoded string, which is then set as the value of
this property. If the property has no value, the portlet behaves as if there is no active
search.
The Query String value contains a base 64 serialized object. My question is how can I deserialize the object?
thanks in advance.
regards.
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS