it would be best if you went thru
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application
it will not answer directly what you want to know but would make it
easier to communicate.
you can create a simple service or a java service that create student.
it would copy create person, and add the partyID, so you can pass it in,
then add a role type of Student.
Strange I remember having the partyID as a in var in create person, I
think someone removed it.


Vinayak Yadav sent the following on 10/21/2008 10:42 PM:
> How to check the value of the ID field before storing the information.
> 
> Thanks
> 
> On Wed, Oct 22, 2008 at 2:33 AM, BJ Freeman <[EMAIL PROTECTED]> wrote:
>> you would use
>>      delegator.getNextSeqId("yourIDname");
>> to auto create.
>> other wise you need to check the value of the ID field before you  store
>> the information.
>>
>> Vinayak Yadav sent the following on 10/21/2008 4:17 AM:
>>> Hi,
>>> i an new in ofbiz
>>> I have created one page for student information
>>> It has two fields ID and Description
>>> I don't want to auto generate ID
>>> When we run the application it shows two text boxes to enter the
>>> student id and description
>>> but when we click on submit it gives an error
>>> attached the hello3 example
>>> Please help me
>>>
>>> Thanks
>>> Vinayak
> 
> 

Reply via email to