Hi,

OGNL is a great mystery for me. It does magic and - well - strange things. :-)
Perhaps you can help me out.

The situation:
I have a S2 (2.16) site where I use on some pages a form like this:
<s:form action="SatImgWetterSWR" acceptcharset="UTF-8">
  <s:textfield id="plzs_searchterm" name="plzs_searchterm" value="PLZ/Ort 
eingeben"  cssClass="dimmedInput" onfocus="setActiveClass();"/>
  <s:submit type="image" src="pages/img/nav/dosearch.gif" id="plzs_submit" 
name="plzs_submit" cssStyle="margin-left: 5px;" />
</s:form>

This works great.

The problem:
when pressing the Submit-button, Struts throws exceptions that it (OGNL) cannot 
set the properties x and y which do not exist.
This does not stop my app from working, its just ugly.

Looking a bit into the problem I found that the form tries to transfer 
plzs_submit.x and plzs_submit.y and this causes the problem.

I am puzzled.

Any explanation and hint for stopping this will be greatly appreciated.

Martin

+---------------------------------------------------
 Dipl. inf. Martin Kindler
 Julius-Leber-Str. 8
 D-76448 Durmersheim

 Tel. +49 (0)7245 80 48 774
 GSM +49 (0)160 977 636 14

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to