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 <cleme...@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...@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
>>
>>
>
>
> --
> http://galaxyproject.org/
> http://getgalaxy.org/
> http://usegalaxy.org/
> https://wiki.galaxyproject.org/
>
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Reply via email to