Dear user,

how to access the id which is entered in the text box on screen?

i want to store that id (not hard coded in code).

thanks for reply.
vinayak

On Wed, Oct 22, 2008 at 10:55 AM, Sumit Pandit
<[EMAIL PROTECTED]> wrote:
> Try it :
>
> Instead
>
>  String helloPersonId = delegator.getNextSeqId("HelloPerson");
>
> use
>
> String helloPersonId = "student01". // or whatever you want as Id
>
>
> --
> Thanks and Regards
> Sumit Pandit.
> HotWaxMedia, Inc
> http://www.hotwaxmedia.com
>
> On Oct 22, 2008, at 10:50 AM, Vinayak Yadav wrote:
>
>> Thanks,
>>
>>
>> I don't want use the function delegator.getNextSeqId("yourIDname"); to
>> generate ID
>> I want to enter the ID
>> Please Help me
>>>>
>>>> Thanks
>>>> Vinayak
>>>
>
>

Reply via email to