You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by James Coltman <ja...@majorband.co.uk> on 2001/06/05 18:48:28 UTC

Intake issue

I am trying to implement an application form using Intake that uses multiple
pages. I'd like to allow the user to return to previously filled in pages
(containing their entered data) to update the form when they realise they
have made mistakes.

To me the best way to do this is to save the returned group object to the
users session using the setTemp method.
Unfortunately due to the way in which the Java and the Intake tool works
when I access the session for the group later it doesn't contain any data.
It would appear that this is because any group objects I add to the session
are referencing Intake which is being cleared between requests.

A possible way to get round this reference issue would be to update the
Group object to allow cloning and then store a cloned version of the group
in the session.

I think the IntakeTool will also need updating to allow me to copy this
group information back into the tool before returning to a previously
visited page.

Comments?


James


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org