[Seasar-user:11587] Re: about save value
    YASUO HIGA
    [E-MAIL ADDRESS DELETED]
       
    2007年 11月 10日 (土) 00:14:57 JST
    
    
  
Hi, guys.
> Example:
> 
> pageA.java
> 
> private String nameA;
> 
> pageB.java
> 
> private String nameB;
> 
> (doesn't contain nameA)
> 
> htmlA->htmlB->htmlA
>   |                       |
> nameA="A"    nameA=null
> 
> In a word , i can't save nameA in pageA after jump from htmlA to htmlB and
> return to htmlA.(pageB doesn't contain nameA property)
> 
> what should i do if i want to save nameA without defining nameA in pageB.
> 
You should define nameA in pageB.
    
    
Seasar-user メーリングリストの案内