I'm using Struts 2 for a relatively simple web application. And while so far
I've been very satisfied with the platform, I have a minor problem that
persists : the refresh feature (such as a F5/Ctrl+R) is seemingly broken.
This is probably a very trivial problem, but I have been stumped for quite a
while, and searches have been fruitless so far.
Sometimes refresh will work, but the rest of the time, it'll produce a jsp
page where only the static elements appear; that is to say any OGNL element
is blank. From the traces I've done, the data is present in the action, and
the main function is being called : but there seems to be no calls made to
the Action field getters 
: as if the OGNL elements from my jsp where being ignored. No exception is
thrown up anywhere.

NB : I'm using version 2.0.6 of Struts

I would be very grateful if someone could help me. Thank you in advance.

Cordially.
Gaetan L.


-- 
View this message in context: 
http://www.nabble.com/-S2--No-data-in-the-value-stack-when-refreshing-the-jsp-page-tf4127493.html#a11737802
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to