Hi All,

I have a problem in focusing the cursor into text box.

I can focus if i have the property in particular formbean.
like this

<nested:form action="AccountAction.do" method="post" focus="name" >

But My bean contains another instance of a another bean and that 
contains "groups" Vector .

I want to focus the cursor into group name........???

my bean is in session--  that contains orgData Bean -- that contains 
groups Vector() it isa collection of groupbean it has a name.

<nested:form action="AccountAction.do" method="post" 
focus="orgData.groups.name" >

But the above line is giving problem that focus controll.type is 
null.


regards 
Yogs.

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

Reply via email to