Working with dates in Struts

2006-01-23 Thread Priya Saloni
Hi , I have a requirement using Struts where i need to show in the JSP if the * paymentDate* is between *fromDate *and *toDate* Only.All Dates are * java.util.Date* .Is there any way we can implement in Struts based JSPs.Wecan implement it using java code but we don't want to do that.Some one plea

[OT]Query and update LDAP

2006-01-20 Thread Priya Saloni
Hi There, As per the requirement in my project i need to access(Query and update) LDAP from my web application.Is there any way to do this using Struts??Any other suggestions and advices are highly appreciable. Thanks Priya

[OT]LDAP

2006-01-20 Thread Priya Saloni
Hi There, As per the requirement in my project i need to access(Query and update) LDAP from my web application.Is there any way to do this using Struts??Any other suggestions and advices are highly appreciable. Thanks Proya

Re: problem with example code at StrutsCatalogLazyList

2005-12-29 Thread Priya Saloni
hing iam a big fan of your Struts Tutorials.I always refer your tutorials to my friends.Thanks again for your response. Priya On 12/29/05, Rick R <[EMAIL PROTECTED]> wrote: > > Priya Saloni wrote: > > Hi Rick, > > > > Iam getting prob

Re: [solved] Revisiting nested Lists (again:) using Request scope ( also related to LazyList )

2005-12-29 Thread Priya Saloni
Hi Rick, Iam getting problem while iam trying to use the following code in my JSP I got that code from the article http://wiki.apache.org/struts/StrutsCatalogLazyList Priya On 12/29/05, Rick R <[EMAIL PROTECTED]> wrote: > > Frank W. Zammetti wrote: > > > > I'm still though th

Re: [solved] Revisiting nested Lists (again:) using Request scope ( also related to LazyList )

2005-12-29 Thread Priya Saloni
Thanks Geeta, I have Commons-Collections 2.1.1.Now no problem. On 12/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Priya Saloni <[EMAIL PROTECTED]> wrote on 12/29/2005 02:50:06 PM: > > > Sorry for the dumb question but i have to ask ..from where

Re: [solved] Revisiting nested Lists (again:) using Request scope ( also related to LazyList )

2005-12-29 Thread Priya Saloni
Sorry for the dumb question but i have to ask ..from where i can get this class org.apache.commons.collections.list.LazyList.. from this url http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/list/LazyList.html I found out that its part of Commons

How to remember usernames?

2005-12-29 Thread Priya Saloni
Hi there, I have a requirement like this where i need to remember the user names for a computer.Can some one suggest me how to implement this using struts based framework.. Example: *Username: * *Password: * Remember my BCP username. Thanks In Advance Priya

Re: Back Button Problem..

2005-12-22 Thread Priya Saloni
after logout.But in Firefox its displaying with Single hit to Back Button. Thanks For Your time Priya On 12/22/05, Marcelo Morales <[EMAIL PROTECTED]> wrote: > > Hello > On Dec 16, 2005, at 10:48 AM, Priya Saloni wrote: > > > Hi there, > > > > I facing a BIG

Re: Back Button Problem..

2005-12-19 Thread Priya Saloni
ss.jsp"); > > //To clear the cache I would place these meta-commands in the head > > > > > Then again that message appears to be specific to IE on XP SP2 > http://support.microsoft.com/default.aspx?scid=kb;en-us;890178 > > Anyone else? > M- > > -

Re: Back Button Problem..

2005-12-16 Thread Priya Saloni
of occasion for this purpose and I think > the struts appfuse projected (see struts.sourceforge.net) provide a > downloadable implementation. > > Thanks > Nigel > > -Original Message- > From: Priya Saloni [mailto:[EMAIL PROTECTED] > Sent: 16 December 2005 14:49 >

Back Button Problem..

2005-12-16 Thread Priya Saloni
Hi there, I facing a BIG problem in my struts based application.When i logout my website and hit back button it showing a page like the following // 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 secu

Re: generel tiles question..

2005-12-14 Thread Priya Saloni
ll pages and also want to use many static > pages, I suggest you also look at SiteMesh. > http://www.opensymphony.com/sitemesh/ > > Regards, > David > > -----Original Message- > From: Priya Saloni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 14, 2005 5:09 PM

generel tiles question..

2005-12-14 Thread Priya Saloni
Hi there, I have a web application which contains many static(HTML) and dynamic (JSP) pages.As per thr requirement i need to have a common Menu(HTML) for all the pages(JSPs and HTMLs).Can i use Tiles Framework for the purpose of reusability?or the tiles framework is used to work with JSPs? Than