Could you clarify what you mean by "without having to store it on the server"? Do you mean without having the "batch" field defined in your mapper, or without having to construct the link?
Derek On Thu, Aug 27, 2009 at 1:32 PM, DavidV <[email protected]> wrote: > > For the laboratory website I am building I need to keep track of > batches of samples as they are being processed, and would like to do > so with a request parameter in the URL. Right now, I am manually > adding this parameter to every link: > > object batch extends MappedLong(this) { > override def displayName = "Batch" > override def asHtml: Node = <a href={"/analysis/ipbatchsamples? > batch="+batch.is}>Batch {is}</a> > } > > There must be a way with lift to pass this batch information along > without having to store it on the server, but being new to lift I > haven't been able to find it. > > Can someone point me in the right direction? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
