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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to