You could pass the "id" of the object (if possible) as a PageParameter. You can then use a bookmarkable URL for your page. You'll have to lookup the object from the db, though. Again, this is only possible if the object is an "entity."
On Mon, Nov 1, 2010 at 6:04 PM, andrea del bene <[email protected]> wrote: > Passing objects to webpage via constructor is fine if you feel comfortable > with it. If you wanna change URI you should take a look at Wicket URL > Coding strategies: > https://cwiki.apache.org/WICKET/url-coding-strategies.html. Using coding > strategies you should be able to change URL as you prefer, but I've never > used this technique so I can't be more precise. > > Bye. >> >> hi! >> >> what better way to send an object to webpage? >> I'm sending in constructor but the URI is not friendly. >> >> thanks! >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
