snip

Target servlet 2.3 snip - There are now dependencies on 2.3 and more comming. Almost no one uses Tomcat 3. TC 5 level JSP 2.0 looks like


more fun. People that want 2.2 or 1.3 could rebuild, or they can keep using solid 1.1. A small KISS step. By the time 1.2 comes out....

snip



How many times do we need to explain this to you?  Struts 1.x is based on
Servlet 2.2 and JSP 1.1.  It would take a major release version upgrade to
change that dependency.

David


.V


Craig




Would David's argument be that JSF integration (requires 2.3) be postponed till Struts 2.0?
OK, just do one or the other, so everyone is playing on the level field.


And a great argument on Maverick vs Ant David.
Good thing I did not do the diff for all of this.

Here is "Struts" with JSP2.0:

<table  border="0">
<tr>
 <td class="text_high" width="800">
  <li> ${fb['title']}
 </td>
</tr>
<tr>
 <td class="text">
 <br>
  ${fb['content']}
 </td>
</tr>
</table>

The most importnat part is that the C tag, DOES NOT NEED TO BE DECLARED in the JSP 2.0, since C tag, and EL is part of the JSP 2.0 Spec. Nice.


.V




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



Reply via email to