Oracle WebCenter Content (MOSC)

MOSC Banner

Multiple selection form problem

edited Apr 2, 2009 3:57AM in Oracle WebCenter Content (MOSC) 1 commentAnswered
I have created a form as part of the Contributor Form to enable role specific content to be added to each page.  It works fine for only 1 selection but when I tried to alter it to allow for multiple selections, it will still only show & work with the 1st selection in the list.  What am I missing?

Here's the html of the form:
-------------------------------------------
<html>
<head>

</head>
<body>
<br>
<center>
<table>
<tr>
<td align=center><label for="ClientName">Role specific content?</label></td>
<tr>
<td><SELECT id="ClientName" NAME="ClientName" size=5 multiple>
    <OPTION value="admin">Admin</OPTION>
    <OPTION value="client1">Client 1</OPTION>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center