Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

[S2] Avoiding usage of struts-tags

Andreas Mähler

2008-09-17

Replies: Find Java Web Hosting

Author LoginPost Reply
Hello Everyone,

do you know if the "communication" between the S2 Action and the
struts-tags is standardised? Or am I opening a black box if I replace
sth. like

<s:textarea id="description" name="object.description" cols="40" rows="6"/>

with a VanillaHTML+JSTL version like

<textarea id="description" name="object.description" cols="40"
rows="6">${object.description}</textarea>

?

It is currently working; but can I rely on it?

Do you know how the field- and action-errors can be accessed with JSTL-EL?

The reason I do this is because I don't like the struts-tags and OGNL.

Thanx in advance,
~Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.