<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/webelements/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/webelements/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Mar 2002 12:46:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webelements/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Bad template for arrays</title><link>https://sourceforge.net/p/webelements/bugs/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">reto sourcer</dc:creator><pubDate>Wed, 27 Mar 2002 12:46:36 -0000</pubDate><guid>https://sourceforge.neta0fd36b32e361f276fdf902b5c1214386d583b24</guid></item></channel></rss>