hi,
i need to track a variable among several pages without using sessions.
maybe I could track it by passing it as a parameter for every
commandlink/form, but this could be a really tedious task and I would like
to implemente a more automatic way
the solution I had thought was to set it 'manually' as a request object in
a phase listener, so whenever the view is changed, it would be alwasy sent
as a parameter, but the problem is that I'm not sure if it can be done
I have seen that there is a method of achieving that done in the oracle adf
implementation, and is something called 'processScope'. Is there any
workaround to achieve such behaviour under myfaces? or is there any plan of
implemeting this?
thanks in advance