It would become easier to understand if you brought your concrete
example but why don't consider to use a single form for both purposes?
Even if that form allows 2 difference use cases (which shall be
appropriately handled by the right controller) that could help...

Alternatively you could use response.yourform and define a new var or
list, since response.menu is intended by convention to be used to
define contextual menus on your app, not so much to pass dynamic vars
from one form to the other.

Best regards

On May 11, 2:47 pm, sheM <[email protected]> wrote:
> I have a scenario where there are 2 methods. A and B
> A uses form1
> and
> B uses form2
>
> Now,  I need to pass a dynamic value of a variable from A( using
> form1 ) to B .
> I want to pass this variable to a menu item. Once the menu is clicked
> that particular form should have my dynamic variable.
>
> Is there a way to do this without using response.menu.append(blah) or
> response.menu+=(blah)  ?
>
> Thank you for stopping by and reading my query. Awaiting for you
> answers.
>
> Thanks Again.

Reply via email to