Re: struts and jsp

2005-02-18 Thread Mr Maillist
You can also use security constraints and create module-like folders for jsp pages. After listening to the discussion about placing jsp pages under WEB-INF I found an article that discussed security constraints (Not to get the discussion started again)... On Fri, 18 Feb 2005 14:56:35 +0800,

Re: [OT] java date and time issue

2005-02-18 Thread Mr Maillist
I have seen in some applications that all dates are stored as the time of the server. This is useful for many reasons! Each user registration contains a field that indicates an offset from the server time. This way all data is store consistenly and the view can use the offset to modify the date/

Re: problem with securityfilter

2005-02-16 Thread Mr Maillist
Hari, I'm not sure exactly what the concern is? The nature of sessions requires that one of two options be used. 1) I can re-write all URLs to contain a special session key. This key in the URL is then used by the servlet container to locate and unserialize the session object corresponding to t

common information in every view

2005-02-16 Thread Mr Maillist
Hello, I am building an application that will store menu options in a database. These menu options will display on every page in the application. I am interested in finding the most efficient way of doing this. My options as I see them are: 1. provide a base action for the entire site (similar

Re: weird problem generating javascript validation from xml

2005-02-16 Thread Mr Maillist
try On Wed, 16 Feb 2005 10:39:11 -0800 (PST), Jonathan M Z <[EMAIL PROTECTED]> wrote: > hi folks, I am having some problem with javascript > validation code generation. > > I have the following code in my jsp(only showing the > relevant ones): > > action="/logon" method="post"> > >