Author: husted
Date: Sat Dec 10 20:00:45 2005
New Revision: 355893

URL: http://svn.apache.org/viewcvs?rev=355893&view=rev
Log:
MailReader 
* Remove redundant filter settings


Modified:
    struts/apps/trunk/mailreader/src/webapp/Registration.jsp

Modified: struts/apps/trunk/mailreader/src/webapp/Registration.jsp
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/mailreader/src/webapp/Registration.jsp?rev=355893&r1=355892&r2=355893&view=diff
==============================================================================
--- struts/apps/trunk/mailreader/src/webapp/Registration.jsp (original)
+++ struts/apps/trunk/mailreader/src/webapp/Registration.jsp Sat Dec 10 
20:00:45 2005
@@ -132,16 +132,16 @@
     </th>
   </tr>
 
-<logic:iterate id="subscription" name="user" property="subscriptions">
+<logic:iterate name="user" property="subscriptions" id="subscription">
   <tr>
     <td align="left">
-      <bean:write name="subscription" property="host" filter="true"/>
+      <bean:write name="subscription" property="host"/>
     </td>
     <td align="left">
-      <bean:write name="subscription" property="username" filter="true"/>
+      <bean:write name="subscription" property="username"/>
     </td>
     <td align="center">
-      <bean:write name="subscription" property="type" filter="true"/>
+      <bean:write name="subscription" property="type"/>
     </td>
     <td align="center">
       <bean:write name="subscription" property="autoConnect"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to