Struts 1 & JSON

2007-01-12 Thread Priya Khanna
Hi All, I am using struts 1. How can I use JSON with that? Regds Priya Khanna CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient

Accessing files from file server

2007-01-10 Thread Priya Khanna
any one has pointer on this then please let me know. Regds Priya Khanna CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify

Struts Dynamic Radio Button Query

2007-01-09 Thread Priya Khanna
a from the form when the user submits. Has anyone done anything similar to this ? Any example code or suggestions would be gratefully recieved. Regds Priya CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for

Re: Newbie question about using beans in html:link tags

2006-11-30 Thread priya
My search returns multiple rows (as seen in the for loop).. How can I possibly have a session when I dont know what link the user is going to click? On 11/29/06, Asthana, Rahul <[EMAIL PROTECTED]> wrote: Priya, As a short term solution you can create a new tag,as in myLibrary:link

Re: Newbie question about using beans in html:link tags

2006-11-29 Thread priya
an I was hoping on getting to know how to use beans instead of having to set attributes seperately.. I have a lot of attributes to set other than name, id, etc...all this will be passed around quite a lot.. Priya On 11/29/06, Asthana, Rahul <[EMAIL PROTECTED]> wrote: Would you mind

Newbie question about using beans in html:link tags

2006-11-29 Thread priya
getUsername())); pageContext.setAttribute("map",map);%> <%}%> Any suggestions? Priya

Re: html:link newbie problem

2006-11-21 Thread priya
Darn how did I miss that ! Thank you Elie and Wes! On 11/20/06, Elie Ciment <[EMAIL PROTECTED]> wrote: priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in st

html:link newbie problem

2006-11-21 Thread priya
se the the html shows up like this Previous PageĀ  | Next Page so I cant click the link.. How do I get the Next Page inside the tag? Please do point out if there is a flaw in the way I am creating the link itself. Your suggestions are much appreciated! Priya

Re: Avoiding multiple validation messages

2006-10-03 Thread priya
Hi Ed, Thank you for the clarification! That worked out great! Priya On 10/3/06, Ed Griebel <[EMAIL PROTECTED]> wrote: Let me clarify, in your html:form statement, try adding a return like so: On 10/3/06, priya <[EMAIL PROTECTED]> wrote: > > Hi Ed, > > Thank you fo

Avoiding multiple validation messages

2006-10-03 Thread priya
I am using client-side and server-side validation in my login form. Both work and when I dont enter the required fields I recieve a javascript alert box saying that the fields "username or password are required". After I click okay it does a serverside validation as well and prints on the screen

Working with dates in Struts

2006-01-23 Thread Priya Saloni
e one please advice me.Its very urgent(Production Issue). Thanks In Advance Priya

[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: > > &g

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
Commons Collections 3.0 ,but how can i add it to my class path? from where i need to download it? Iam getting the Beanutils problem when iam working in request scope and it works fine in session scope. Thanks In Advance Priya On 12/29/05, Rick R <[EMAIL PROTECTED]> wrote: > > Frank W. Za

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
enting Tokens we can avoid this problem.Any one have idea where i can get the example application to work with Transaction Tokens.. Thanks Priya On 12/16/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > just as a quick sanity check > > HTTPSession strSession = request.getSessio

Re: Back Button Problem..

2005-12-16 Thread Priya Saloni
Thanks for your time.But i can't use Appuse at this time because my project ready for production(Except this problem). Priya On 12/16/05, Garner, Nigel M <[EMAIL PROTECTED]> wrote: > > You could always use a ServletFilter to make sure that users never have > access to pages

Back Button Problem..

2005-12-16 Thread Priya Saloni
splay the page like above.. Thanks Priya.

Re: generel tiles question..

2005-12-14 Thread Priya Saloni
Thanks David, our application is struts based.So i thought its a good idea to go for Tiles Framework.May i know how sitemesh is different from Tiles? Thanks again for your response Priya On 12/14/05, David G. Friedman <[EMAIL PROTECTED]> wrote: > > If you are using the menu for a

generel tiles question..

2005-12-14 Thread Priya Saloni
? Thanks In Advance Priya

Listbox Validation in struts

2004-10-06 Thread Priya Jotwani
How can I achieve the similar thing for Multi Select ListBox ? TIA, Priya

Validation in Struts for Required fields

2004-10-05 Thread Priya Jotwani
In my ApplicationResources.properties I have And in my JSP Page I have Thanks, Priya

RE: Error Handling in Struts

2004-09-29 Thread Priya Jotwani
t: Re: Error Handling in Struts How u r getting the error message.. urself has done something for it.. is that error message u r getting is a javascript alert?? or u r getting that frm application.properties file??? i mean java side??? On Wed, 29 Sep 2004 18:55:19 +0530, Priya Jotwani <[EMAIL P

Error Handling in Struts

2004-09-29 Thread Priya Jotwani
ular value from first dropdown should not force the user to select something from the second dropdown (i.e he should be able to proceed even if he doesn't selects anything from the second dropdown). How can I implement this is Struts ? TIA, Priya

RE: Action Form variable null in Action Class

2004-09-25 Thread Priya Jotwani
of dropdown. Or else you should have the dropdown named subAction. Then only it would initialize the property. -Original Message- From: Priya Jotwani [mailto:[EMAIL PROTECTED] Sent: Sat 9/25/2004 2:23 PM To: Struts Users Mailing List Subject: Action Form variable null in Action Class

Action Form variable null in Action Class

2004-09-25 Thread Priya Jotwani
= myForm.getSubAction(); But this strSubAction is always null. Why is my ActioForm not getting populated when I submit the page. Please HELP !! TIA, Priya

RE: Error Message

2004-09-24 Thread Priya Jotwani
PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: Error Message Hi Priya, Check your struts-config.xml whether you have given an appropriate value for input attribute in the action tag. This becomes mandatory when you set the validation to true. Jitender Kumar C.V.

Error Message

2004-09-24 Thread Priya Jotwani
Hi, I am getting the following error message. What could be the reason ? "No input attribute for mapping path /ReportAttribute " TIA, Priya

html:select in Struts

2004-09-19 Thread Priya Jotwani
MULTIPLE --- Any Idea as to what could be the Reason ?? TIA, Priya.

Validation in Struts

2004-09-18 Thread Priya Jotwani
Hi, I have a page where a user should select something from the dropdown before clicking on Submit. If he doesn't selects anything, an errorMessage should get displayed on the same page saying ' Please select an option ' How can I do such validations in Struts. Thanks in Advance, Priya

RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Priya Jotwani
in Struts-config.xml Kindly elaborate. TIA, Priya -Original Message- From: Sachin Bhutada [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 10:11 AM To: 'Struts Users Mailing List' Subject: RE: Problem going to my Next JSP by Href tag hi Priya, Seems you hav

RE: Problem going to my Next JSP by Href tag

2004-09-16 Thread Priya Jotwani
NORMAL html href tag. Because I am following the normal Html approach and I have not written anything in my ActionForm or ActionClass for the same. What could be wrong ??? Thanks Again, Priya -Original Message- From: Bj [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:35 PM

Problem going to my Next JSP by Href tag

2004-09-16 Thread Priya Jotwani
cluded the following line in my Main Page Click Here What am I missing ? TIA, Priya

RE: html:options Help

2004-09-16 Thread Priya Jotwani
on the correct lines : Please let me know if my approach is correct. Also am confused as to what would be the property in TIA, Priya -Original Message- From: Jirole, Amar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 7:03 PM To: 'Struts Users Mailing List'

RE: html:options Help

2004-09-16 Thread Priya Jotwani
I have seen the Struts Documentation for the same but couldn't really gather much !! Can someone give me an example of using TIA, Priya -Original Message- From: Priya Jotwani Sent: Wednesday, September 15, 2004 8:27 PM To: [EMAIL PROTECTED] Subject: html:options Help Can somebody

html:options Help

2004-09-15 Thread Priya Jotwani
Can somebody give me an example of how to use for populating my Listbox with the values returned by getFundlist() of my ActionForm ? TIA, Priya