[ 
http://jira.dspace.org/jira/browse/DS-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10337#action_10337
 ] 

Phil Fenstermacher commented on DS-230:
---------------------------------------

I haven't made any changes to item-submission.xml.  It looks like there is only 
one submission-map there now.  The error occurs in step 2nd, which right now 
reads:

<!--Step 2 will be to Describe the item.-->
      <step>
        <heading>submit.progressbar.describe</heading>
        <processing-class>org.dspace.submit.step.DescribeStep</processing-class>
        
<jspui-binding>org.dspace.app.webui.submit.step.JSPDescribeStep</jspui-binding>
                
<xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.DescribeStep</xmlui-binding>
        <workflow-editable>true</workflow-editable>
      </step>

In the input-forms.xml I have the following:
<field>
                        <dc-schema>dc</dc-schema>
                        <dc-element>contributor</dc-element>
                        <dc-qualifier>committeeMember</dc-qualifier>
                        <repeatable>true</repeatable>
                        <label>Other Committee Members</label>
                        <input-type>name</input-type>
                           <hint>Names of the other committee members</hint>
                           <required></required>
                    </field>


Any other thoughts?


> Cannot add multiple of a field after the fields have been populated.
> --------------------------------------------------------------------
>
>                 Key: DS-230
>                 URL: http://jira.dspace.org/jira/browse/DS-230
>             Project: DSpace 1.x
>          Issue Type: Bug
>          Components: JSPUI
>    Affects Versions: 1.5.2
>         Environment: Jetty running on RHEL5.  Postgres Database
>            Reporter: Phil Fenstermacher
>         Attachments: jettyOutput.txt
>
>
> Certain collections contain the dc.contributor.committeeMember field, and we 
> allow multiple for each one.  If you click the "Add More" button when the 
> name fields are blank, a new line is added.  If either the last name, or 
> first name fields contain anything and you click Add More, an Internal 
> Service Error is generated.  I've attached the server output as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to