title in JSP template

2002-04-24 Thread Hair, Jeffrey
I'm using a JSP template that contains several fields - one being the title to be used in the html. The problem is that the title is 'hardcoded' within index.jsp. I want to be able to pull this info from my ApplicationResources file using tag in order to support internalization. Is there a way t

Storing date & time stamp within html form

2002-04-29 Thread Hair, Jeffrey
I'm trying to preserve the date & time stamp of an object by storing the value in an html element and have struts automatically populate my ActionForm object with the value upon submit. Specifically, I have an object of type java.sql.Timestamp contained within my ActionForm. My jsp code is this:

RE: Excel Export

2002-04-29 Thread Hair, Jeffrey
Is there a way to have the browser actually download the excel file instead of just rendering the file within the browser? And if so, what about images displayed within the rendered excel? jsh -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 200

RE: Storing date & time stamp within html form

2002-04-30 Thread Hair, Jeffrey
of ways: 1. Store your dateCreated object as a request or session attribute and access it from your action form; 2. Pass it as a string and use the java.sql.Timestamp.valueOf() method to change it back to a Timestamp. Mark -Original Message- From: Hair, Jeffrey [mailto:[EMAIL PROTE