On Wed, 12 Feb 2003, Tom Howe wrote:

> An easy way of creating multiple inputs would be very useful. We could
> find no way using the original PerForm to create say <input name="blah00"
> > ... <input name="blah99">. ie to recurse.. This is especially
> important when doing lists of results/search results/product
> queres etc.. any time we have wanted to do this, we have had to manually
> create the fields in our stylesheets.

Interesting. In that case I'd suggest something along the lines of:

  <xsp:logic>
  for (1..10) {
    <f:input name="foo"/>
  }
  </xsp:logic>

I think we can make that DWIM using the current index system.

-- 
<!-- Matt -->
<:->get a SMart net</:->
Spam trap - do not mail: [EMAIL PROTECTED]

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

Reply via email to