<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/webelements/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/webelements/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/webelements/bugs/</id><updated>2002-03-27T12:46:36Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Bad template for arrays</title><link href="https://sourceforge.net/p/webelements/bugs/1/" rel="alternate"/><published>2002-03-27T12:46:36Z</published><updated>2002-03-27T12:46:36Z</updated><author><name>reto sourcer</name><uri>https://sourceforge.net/u/netiquette/</uri></author><id>https://sourceforge.neta0fd36b32e361f276fdf902b5c1214386d583b24</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The list tags generated for arrays do not work if the&lt;br /&gt;
array is not a top-level element.&lt;/p&gt;
&lt;p&gt;This code was generated by templatemaker:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;ul&amp;amp;gt;&amp;amp;lt;list hash.filenames as hash.filenames&amp;amp;gt;&lt;br /&gt;
hash.filenames.html: ${hash.filenames.html}&amp;amp;lt;br&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/list&amp;amp;gt;&amp;amp;lt;/ul&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;This was the code of the webelement:&lt;/p&gt;
&lt;p&gt;public void elementService(HttpServletRequest servReq,&lt;br /&gt;
WebElementValues webElementValues) throws IOException {&lt;br /&gt;
//The values are added here:&lt;br /&gt;
Hashtable hash = new Hashtable();&lt;br /&gt;
hash.put(&amp;amp;quot;name&amp;amp;quot;, &amp;amp;quot;webelements&amp;amp;quot;);&lt;br /&gt;
String[] filenames = {&amp;amp;quot;example1.java&amp;amp;quot;,&lt;br /&gt;
&amp;amp;quot;Simple.java&amp;amp;quot;, &amp;amp;quot;Test.java&amp;amp;quot;};&lt;br /&gt;
hash.put(&amp;amp;quot;filenames&amp;amp;quot;,filenames);&lt;br /&gt;
webElementValues.put(&amp;amp;quot;hash&amp;amp;quot;, hash, new &lt;br /&gt;
ExpansionTemplate(2));&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>