Hi,

I was trying to enforce not to allow empty string as an input to text field. It is working outside the repeat tags but not working within repeat tags.

1) Working fine

<param name="input" type="text" label="Enter Name">
                <validator type="empty_field"/>
</param>

2) Not Working within repeat tags.

<repeat name="test" title="Test">
        <param name="input" type="text" label="Enter Name">
                <validator type="empty_field"/>
        </param>
</repeat>

Thanks

Anmol

On Fri, May 29, 2015 at 2:00 PM, Dave Clements <clements@galaxyproject.org> wrote:
Hi Anmol,

The best place to post this question is the Galaxy Dev List <galaxy-dev@lists.galaxyproject.org>.  You can also search to see if anyone has asked a similar question at https://galaxyproject.org/search/web/

Thanks,

Dave C

On Fri, May 29, 2015 at 6:56 AM, <anmol.jh@gmail.com> wrote:
Hi,

I was trying to enforce not to allow empty string as an input to text field. It is working outside the repeat tags but not working within repeat tags.
1) Working fine

<param name="input" type="text" label="Enter Name">
                <validator type="empty_field"/>
</param>

2) Not Working within repeat tags.

<repeat name="test" title="Test">
        <param name="input" type="text" label="Enter Name">
                <validator type="empty_field"/>
        </param>
</repeat>

Thanks

Anmol

_____________________________________
Sent from http://dev.list.galaxyproject.org




--