Re: [galaxy-dev] validator type="empty_field" is not working within repeat tags
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
-- http://galaxyproject.org/ http://getgalaxy.org/ http://usegalaxy.org/ https://wiki.galaxyproject.org/
Thanks for the bug report. This has been fixed by Dan with PR 798 for version 15.07 if you deploy Galaxy via Git. https://github.com/galaxyproject/galaxy/pull/798 -John On Mon, Jun 1, 2015 at 9:17 AM, Anmol Hemrom <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
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
-- 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/
participants (2)
-
Anmol Hemrom
-
John Chilton