Is there any way that i can use struts tag and display in this format or i have to use scriptlet only. i know how to iterate but i dont how to store date to compare...
I have a report page which show list of item. User can click on item and see detail page. But now if user click browser back button i am getting warning page saying that Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
is there any way to display previous list page? if i change post method to "GET" it is working but i dont want to do that.
i want to match name property with "JAVA" value but i dont want to write value="JAVA". is there any way i can compare with variable value. in this case can i specify compare with "toCompare" variable.
i want to match name property with "JAVA" value but i dont want to write value="JAVA". is there any way i can compare with variable value. in this case can i specify compare with "toCompare" variable.
Originally posted by Junilu Lacar: In what way is it not working? Is it throwing an exception or is it just not displaying in the format that you want?
its not throwing any exception but it is not displaying that value.
<bean:write name="data" property="id"/> <!-- Working Fine --> <bean:write name="data" property="name"/> <!-- Working Fine --> <bean:write name="data" property="date"/> <!-- THIS IS NOT WORKING -->