How to modify the Page property in the Page component jsp and set the
new modified value back to the Page property by setProperty(..,...)
method? Can we set the Page property back? My Situation is I want to set
the Unique Page ID for every page I create, So I would like this to be a
Page Property.I am considering the the current datetime is unique
feature, So I want to convert this current datetime to unix time value a
long value and want to set this PageID property to that page.I can
access the...