I see what you mean Lance, yes that would be a neat solution so long as it is 
performant.

John
  ----- Original Message ----- 
  From: Lance Java 
  To: Tapestry users 
  Sent: Saturday, December 07, 2013 10:29 AM
  Subject: Re: component paramter frustrations


  Yep, I know. Which is why I suggested a new strategy which still uses the
  URL but uses the context instead of request parameters. Thus prettying up
  your url without explicitly requiring you to add extra bits to the context.
   On 7 Dec 2013 10:13, "John" <j...@quivinco.com> wrote:

  > Dmitry helped me identify the root cause of my problem. The parameters
  > were bound to a FLASH persisted property hence they lost their initial
  > values after first use. I just made them CLIENT and (appart from the long
  > client state request payload) that issue is resolved satisfactorily.
  >
  > John
  >   ----- Original Message -----
  >   From: Lance Java
  >   To: Tapestry users
  >   Sent: Saturday, December 07, 2013 8:04 AM
  >   Subject: Re: component paramter frustrations
  >
  >
  >   Perhaps you could write your own persistance strategy.
  >
  >   @Persist(MyPersistConstants.EVENT_CONTEXT)
  >
  >   Which implicitly appends to the actionlink / eventlink context clientside
  >   and updates the fields serverside before delegating to the event.
  >

Reply via email to