Hi,
I'm a newbie to displaytag. I'm using it in a Java web
application with Struts. I have a couple of issues:
1. I use displaytag to display a table on a web page,
after a user logs into my application. I use a table
with sortable columns. The problem is when I click on
a sortable column, I see the login details, i.e,
"userid" and "password" displayed on my browser's (IE
6.0) status bar. I refresh my web-page automatically
every 30 secs, and this problem doesn't happen once
the page is refreshed.
Could somebody tell me how to resolve this issue?
The code snippet I use in my JSP is given below:
-----------------------------------------------------
<display:table name="sessionScope.jobList"
defaultsort="2" defaultorder="descending"
requestURI="/viewJobs.do" align="center" width="100%">
<display:column property="jobName" title="Job Name"
sortable="true" />
<display:column property="oneUpNo" title=" OneUp# "
sortable="true" />
<display:column property="startDate" title="Start
Date" sortable="true"/>
<display:column property="endDate" title="End Date"
sortable="true"/>
<display:column property="cycles" title="Cycles"/>
<display:column property="reads" title="Reads"/>
<display:column href="/jms/viewJobs.do?method=get"
paramId="jobName" paramProperty="jobName">
Reports
</display:column>
</display:table>
---------------------------------------------------
2. A second unrelated issue:
When my application server starts up, I see the
following error message:
"log4j:WARN No appenders could be found for logger
(org.apache.struts.util.Proper
tyMessageResources).
log4j:WARN Please initialize the log4j system
properly.
"
I have log4j-1.2.8.jar file in my WEB-INF/lib
directory.
Could somebody tell me what I'm doing wrong?
Any help/pointers would be greatly appreciated.
Thanks,
Shyam
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user