HI all,
   I want to populate html :text from someBean (request scope) 
    and also want to associate that html:text with FormBean.

    My jsp page is like this 
    
    
    <jsp:useBean        id="someBean" 
                                scope="request" 
                                type="SomeBean" />                      
                                
    <html:form action="/DisplayGraphStep2">    

        Title  :  
<html:text property="title" value="<bean:write name="someBean"        
                  property ="oldTitle"/>" >   </html:text >

    </html:form>
    
    
    I am getting an excepiton for this code.
    
    
    I want to popoulate the text box with the value of '
someBean.oldTitle ' and also want to associate text box with  '
ormBeans.title '.
    
   Can anybody help me....
   
   Thanks & Regards
   Swapnil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to