See here: http://wiki.apache.org/struts/StrutsWidgets
Make sure that SopForm.getAuthoriser() returns current authoriser
value when you render the page.

Michael.

On 2/15/06, Sony Thomas <[EMAIL PROTECTED]> wrote:
> Hi Friends,
>
> It will be greateful if anyone can help me out to solve this problem.
>
> I have an ActionForm called SopForm. There is a property called
> "authoriserList" . This list contains a list of another ActionForm
> called PersonForm. I am displaying the name of the persons from PersonForm.
>
> The problem is while editing I am not able to focus to the name selected
> while saving the person.
>
> Example.  The list contains "Mark","Antony",P"Paul". While saving I have
> selected Paul. When I edit I must get the drop downlist focused to Paul.
> what to do for that.
>
> Please it is very urgent and can anyone help me with some code examples.
>
>
> This is the code i m using in Jsp:
>
> <html:select name="SopForm" property="authoriser"  styleClass="listfeature">
>                         <html:optionsCollection name="SopForm"
> property="authoriserList" label="fullName" value="id" />
> </html:select>
>
>
> Thanks
>
> Sony

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

Reply via email to