RE: Simple question

2003-08-14 Thread Ravi Kora
Ya, u can do that or u can use a html:link tag(generates in html) like below. You ultimately submit the form in the javascript fn of href. HTH, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) 301-519-0727(H) > -Original Message- > From: Norr, Peter [mailto:[EMAIL PRO

RE: Refreshing Issue.

2003-07-11 Thread Ravi Kora
Hi, This is a common problem and have a look at the 'Synchronizer Token' J2EE pattern for more details. Below I am pasting the URL where the problem is elucidiated. http://www.javaworld.com/javatips/jw-javatip136_p.html HTH, Ravi Kora > -Original Message- > From: R

RE: [OT] Transaction Safe Java Code

2003-06-12 Thread Ravi Kora
If you r using the same connection for both the methods, then u can rollback. I wud suggest you to do sth like this Main method() { Open ur connection Method1(pass connection object); Method2(pass connection object); Rollback or commit the connection based on ur exceptions etc. Close the conne

struts-DC/Baltimore [was Re: struts-atlanta]

2003-06-01 Thread Ravi Kora
There is a Struts group in DC. We r still to have a first meeting though. Since Baltimore is near to DC, I suggest you guys too join the DC so that we have a substantial number and kick off with a meeting shortly. visit the group at http://groups.yahoo.com/group/Struts_DC/ -Ravi - Original Me

RE: javax.servlet.ServletException

2003-02-04 Thread Ravi Kora
Your entries in struts-config do not have any form beans associated with them. If that is the case, no form beans will be created for those actions. This means that 'form' parameter in execute() method is null. I am not very sure if this is the problem though! Hope this works. Reg

RE: Continuous datastream from server to client

2002-11-05 Thread Ravi Kora
struggling for a way to get this done in Struts. If you have encountered this, can you please tell me how to go about it or Can you direct me to any resources relating to this problem? Regards, Ravi Kora -Original Message- From: Joe Germuska [mailto:Joe@;Germuska.com] Sent: Tuesday, November

RE: [Cust-Taglibs] How to mark a option using html:select?

2002-09-27 Thread Ravi Kora
I think you can't have a scriplet in a Struts tag as in the statement However, if you have tried it and it worked, please mail me back -Ravi Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: SAP DB

2002-09-05 Thread Ravi Kora
Hi, I am also interested in Comments about this question. I am working on SAP DB right now and feel it is very good for my needs. I never worked on MySql to compare both of them. -Ravi -Original Message- From: Ferran Parra [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 12

RE: html:submit and Image instead of button

2002-09-03 Thread Ravi Kora
nt.forms[0].submit(); } Finally, in the Action class get the value of the property act for the form. Hope this helps! -R Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 20

RE: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread Ravi Kora
No, I didn't. I resorted to normal tag when I had to use a dynamic scriplet in the tag. Any better ideas on this? -Ravi Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: Bartley, Chris P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September

RE: html:submit and Image instead of button

2002-09-03 Thread Ravi Kora
. Bye -Ravi Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 11:50 AM To: Struts Users Mailing List Subject: html:submit and Image instead of button Hi, I ha

RE: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread Ravi Kora
My actual intention was to question if we can use dynamic scriplets in Struts tags like the following " onBlur='javascript:doItem( name="itemForm" property="item"/>)'> Will the expression in the Value attribute evaluate at run time like a scriplet express

RE: [Struts Tip] # 10 Use Struts JSP Tags to create dynamic JavaScripts

2002-09-03 Thread Ravi Kora
Ted, In your example, you have the following html tag Is there a way to have this as struts tag and still have the dynamic part in it like this? Will the above work? Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: Ted Husted [mailto:[E

How to pass paramaeters to display dynamic text using html:errors tag?

2002-07-30 Thread Ravi Kora
dynamically and adds the object to ActionErrors class. I know this feature is supported in struts but I am not able to find any source about this. Can someone help me with this? Thanks & Regards, Ravi Kora 337-739-3434(M) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

Iterating multiple collections using logic:iterate- Is it possible with Struts?

2002-07-16 Thread Ravi Kora
& Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 3:14 PM To: Struts Users Mailing List Subject: RE: Html:checkbox issue Try this... check 1 check 2 check 3 check 4 che

Iterating multiple collections using logic:iterate tag

2002-07-15 Thread Ravi Kora
Hi, Can someone help me to iterate over multiple collections using logic:iterate tags. It is taking as nested loop if I place the the tag one after the other. Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For

logic:empty and logic:notEmpty tags

2002-07-12 Thread Ravi Kora
te if someone responds! Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

How do we calculate session size?

2002-07-12 Thread Ravi Kora
here but ..! Thanks & Regards, Ravi Kora [EMAIL PROTECTED] 337-739-3434(M) -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 5:47 AM To: 'Struts Users Mailing List' Subject: RE: Problem with session ojects: memory size, update

RE: Problem with html:link and html:img

2002-07-08 Thread Ravi Kora
Yes, that is what I have tried. But it doesn't seem to work. Regards, Ravi Kora -Original Message- From: Nina-Annick Stranzenbach [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 9:44 AM To: 'Struts Users Mailing List' Subject: Re: Problem with html:link and html

Problem with html:link and html:img

2002-07-08 Thread Ravi Kora
like this. This code does not work.I am using Struts 1.0.2. Can someone please help me with this? Thanks & Regards, Ravi Kora [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To uns

html:link and html:img combination

2002-07-06 Thread Ravi Kora
work.I am using Struts 1.0.2. Can someone please help me with this? Thanks & Regards, Ravi Kora [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>