Re: To create new session without invalidating existing one

2011-10-03 Thread Ganesh
I tried setting the below hidden variable inside and outside the form. In both the case, Im not getting any value from request.getParameter. If i put inside the form then i am able to access it using form.getID. Regards Ganesh - Original Message - From: "Dave Newton

Re: To create new session without invalidating existing one

2011-09-30 Thread Ganesh
Ganesh - Original Message - From: "roger" To: Sent: Friday, September 30, 2011 1:25 PM Subject: Re: To create new session without invalidating existing one > You may want to take a look at the Scope plugin. This won't give you a new > session, but it does provide

To create new session without invalidating existing one

2011-09-28 Thread Ganesh
Ganesh - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Accessing session objects other than action in Struts 1.x

2011-04-07 Thread Ganesh
Hello all, I am using Struts 1.0.2. I want to access session objects in a class other than Action. Is there any way to acheive it rather than passing the information via parameter to each and every function? Regards Ganesh

Counter question

2010-04-20 Thread Ganesh
Hello all, I have a integer value and i have to show that many number of images. Could any one help me how to use the Counter tag. Regards Ganesh Send instant messages to your online friends http://in.messenger.yahoo.com - To

Re: Urgent help needed

2006-01-19 Thread Ganesh K
Hi, You can use this attribute in the tag ** Thanks, K.Ganesh

Re: How to retrieve inside action class as it is in jsp?

2005-12-27 Thread ganesh kannusamy
Hi *Leung,* * The* code for accessing the message from a properties file in Action Class is, ActionMessages messages = new ActionMessages(); messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(" view.success.totrash")); Thanks, Ganesh.K

Re: ServletContext NullPointerException

2005-12-27 Thread ganesh kannusamy
Hi Stanislav, Use these lines to avoid the NullPointerException import javax.servlet.ServletContext; import javax.servlet.http.HttpSession; HttpSession ses = request.getSession(); ServletContext cfg = ses.getServletContext(); Hope this piece of code helps you, Thanks & Bye,

Validator Error Message

2005-10-12 Thread Ganesh
(Thread.java:534) -- Thanks in advance. Regards, Ganesh. -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:44 PM To: Struts Users Mailing List Subject: Re: Resetting booleans for session-scoped dynaforms On 10/12

how to save last 5 searches in the cookie?

2004-12-13 Thread Yadav, Ganesh
Hello All. I have a requirement to save last 5 searches in the cookie. In other words, saving last 5 set of "search param- value" pairs in cookie. Retrieve them and show these 5 searches in Combo box. So whenever user select one, he should have his search screen params filled up from the cookie

RE: Struts 1.2.4 validator is not working

2004-11-17 Thread Yadav, Ganesh
as been removed from Struts 1.2.x You need to configure them int the struts-config.xml using the message-resources element Niall - Original Message - From: "Yadav, Ganesh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wedne

Struts 1.2.4 validator is not working

2004-11-17 Thread Yadav, Ganesh
at org.apache.struts.taglib.html.JavascriptValidatorTag.renderJavascript(Ja vascriptValidatorTag.java:373) at org.apache.struts.taglib.html.JavascriptValidatorTag.doStartTag(Javascri ptValidatorTag.java:335) Thanks Ganesh - To unsubscri

RE: tag

2004-10-22 Thread Yadav, Ganesh
Gnan, This looks more like DisplayTag mailing list question. Browse the stuff in there. Meantime why don't you try the following. If you are sure and can debug that variable exportIndex is set to correct value then try to get this variable's value like ((TYPECAST APPROPRIATE TYPE HERE) pageCont

How to Disable "open" button on "File Download" dialogue box....please urgent

2004-07-16 Thread ganesh gadi
te[4096]; while ((count = is.read(buf)) > -1) os.write(buf, 0, count); i'm using tomcat 5.0.19 Struts 1.1 IE 6.0 Windows 2000server Thanks Ganesh __ Do you Yahoo!? Yahoo! Mail Address AutoC

how to get control over "File Download" Dialogue Box ...Very urgent please

2004-07-16 Thread ganesh gadi
te[4096]; while ((count = is.read(buf)) > -1) os.write(buf, 0, count); i'm using tomcat 5.0.19 Struts 1.1 IE 6.0 Windows 2000server Thanks Ganesh __ Do you Yahoo!? Yahoo! Mail - You

Control over "File Download" dialog box..

2004-07-16 Thread ganesh gadi
Hi Friends, i'm very happy to tell u my problems and get answers. i need a solution how to disable "open" button on "File Download" dialog box.i want control on it. Pls don't say no solution.Bcox i saw that type of dialogue box...Now i require that feature. pls let me know the solution asap. I

Why Ajp13Connector.class is not found in tomcat-jk.jar inTomca 5.x but in Tomca 4.x

2004-07-10 Thread ganesh gadi
mcat 4.x in the same jar file(tomcat-jk.jar). Why didn't I find that file in Tomcat 5.x I redownload tomcat 5.x again but i got the same problem. Please give me the solution for that. awaiting for u reply. Thanks Ganesh - Do you Yahoo!? Yahoo

Why Ajp13Connector.class is not found in Tomca 5.x but in Tomca 4.x

2004-07-10 Thread ganesh gadi
at-jk.jar). Why didn't I find that file in Tomcat 5.x I redownload tomcat 5.x again but i got the same problem. Please give me the solution for that. awaiting for u reply. Thanks Ganesh - Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage!

why field not supports "styleId" property but supports....

2004-07-08 Thread ganesh gadi
Hi friends Thanq 4ur non-stoping help. i need "styleId" property in field as it is in field. But it doesn't support that . Where as supports it. what can i do for that? Is there any equallent property for "styleId" in Pls let me know u solution . awaiting for

why field not supports "styleId" property but supports....

2004-07-08 Thread ganesh gadi
Hi friends Thanq 4ur non-stoping help. i need "styleId" property in field as it is in field. But it doesn't support that . Where as supports it. what can i do for that? Is there any equallent property for "styleId" in Pls let me know u solution . awaiting fo

why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-07-05 Thread ganesh gadi
omcat 5.0.16 JBuilder x Enterprise.. Please tell me neccesary steps to configure awaiting ur reply Ganesh - Do you Yahoo!? Yahoo! Mail is new and improved - Check it out!

why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread ganesh gadi
Hi List. i've small doubt why we need to configure tomcat with apache webserver. what is the neccessity of integration tomcat with apache webs server. and also pls give me the steps to integrate it in details. Bcoz i don't know abc of integration. awaiting ur re

How to integrate Tomcat server with Apache webserver pls urgent

2004-06-29 Thread ganesh gadi
Hi group, Could anybody tell me how to integrate apache webserver with tomcat. Or can u give me the websites address. Pls urgent awaiting ur reply Thanks Ganesh - Do you Yahoo!? Yahoo! Mail - You care about security. So do we.

RE: Tree view - Frameless Layout in struts

2004-06-23 Thread Yadav, Ganesh
Sent: Wednesday, June 23, 2004 12:57 PM To: [EMAIL PROTECTED] Subject: Re: Treeview - Frameless Layout in struts I think struts-menu (http://struts-menu.sourceforge.net) might suit your needs. Yadav, Ganesh wrote: > Folks, > I am developing a J2EE based data oriented application using Str

Treeview - Frameless Layout in struts

2004-06-23 Thread Yadav, Ganesh
Folks, I am developing a J2EE based data oriented application using Struts. I want to develop a UI using Frameless Layout For Tree view, something like left side of the page will have a Tree View and depending on selected node right side of the page will be filled up with different forms for inp

Error messages in tiles using tiles-defs.xml

2004-05-31 Thread Ganesh Rao
Hi everybody! Can anybody tell me how to display error messages using saveErrors() from resouecebundle properties. Here i'm using tiles.So i need to follow tiles-defs.xml file configureation rules. Ur help thankfully accepted. G

how to submit selected values from 3same boxes

2004-05-27 Thread ganesh g
.java:856) awaiting ur reply.pls very very urgent. Advance Thanks & Regards Ganesh - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

Re: Are there any IDE's that understand Struts tags?

2004-05-27 Thread ganesh gadi
Borland JbuilderX Struts Studio5.0 - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

Exception while submiting 3same values

2004-05-27 Thread Ganesh Rao
.java:856) awaiting ur reply.pls very very urgent. Advance Thanks & Regards Ganesh - Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now

how to submit values from same multiple to insert into d/b

2004-05-26 Thread ganesh gadi
waiting ur reply.pls very very urgent. Advance Thanks & Regards Ganesh - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger

what is the need of to configure Tomcat with Apache web server.

2004-05-26 Thread ganesh g
Hi list Will u please tell me for my thearitical question what is the need of to configure Tomcat with Apache web server. And how to do it. waiting for ur reply urgent Thanks Ganesh - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo

why and how to configure tomcat with apache web server urgent pls..

2004-05-26 Thread ganesh g
Hi list Will u please tell me for my thearitical question what is the need of to configure Tomcat with Apache web server. And how to do it. waiting for ur reply urgent Thanks Ganesh - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo

why and how to configure tomcat with apache web server urgent

2004-05-26 Thread ganesh g
Hi list Will u please tell me for my thearitical question what is the need of to configure Tomcat with Apache web server. And how to do it. waiting for ur reply urgent Thanks Ganesh - Do you Yahoo!? Friends. Fun. Try the all-new Yahoo

RE: convert locamachine serverpath to universal clientpath he can download it and play very very urgent please see any copy

2004-05-12 Thread ganesh g
Geeta Ramani <[EMAIL PROTECTED]> wrote:Ganesh: For some reason we are receiving four copies of each note that you write.. Would you please see what's up? Thanks! Geeta > -Original Message- > From: ganesh g [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004

convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread ganesh g
lData.. c:\clientsData\client3\.client3 huge PersanalData.. It's a large data.So i'm not allowed to place them in webapps directory. >From there itself i've give data to clients.So i want another solution in detail >please. Please help me Urgent Ganesh

convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread ganesh g
lData.. c:\clientsData\client3\.client3 huge PersanalData.. It's a large data.So i'm not allowed to place them in webapps directory. >From there itself i've give data to clients.So pls i want another solution in detail. Thanks Please help me Urgent Ganesh "Ro

AW: convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread ganesh g
c:\clientsData\client3\.client3 huge PersanalData.. It's a large data.So i'm not allowed to place them in webapps directory. >From there itself i've give data to clients. Please help me Urgent Ganesh "Rosenberg, Leon" <[EMAIL PROTECTED]> wrote:This i

Re: AW: convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread ganesh g
c:\clientsData\client3\.client3 huge PersanalData.. It's a large data.So i'm not allowed to place them in webapps directory. >From there itself i've give data to clients. Please help me Urgent Ganesh "Rosenberg, Leon" <[EMAIL PROTECTED]> wrote:This i

convert locamachine serverpath to universal clientpath he can download it and play very very urgent please

2004-05-12 Thread ganesh g
so that they can play it.How to convert this path into Universal path or Url path. Are there any methods or tricks?? i'm using struts ... Pls help me. Urgent.. Advance thanks Ganesh - Do you Yahoo!? Yahoo! Movies - Buy advance tickets for 'Shrek 2'

converting serverpath to clienturl path..urgent please

2004-05-12 Thread ganesh g
so that they can play it.How to convert this path into Universal path or Url path. Are there any methods or tricks?? i'm using struts ... Pls help me. Urgent.. Advance thanks Ganesh - Do you Yahoo!? Yahoo! Movies - Buy advance tickets for 'Shrek 2'

how to convert serverpath to clienturlpath

2004-05-12 Thread ganesh g
so that they can play it.How to convert this path into Universal path or Url path. Are there any methods or tricks?? i'm using struts ... Pls help me. Urgent.. Advance thanks Ganesh - Do you Yahoo!? Yahoo! Movies - Buy advance tickets for 'Shrek 2'

how to get html:errors in tiles.urgent pls

2004-05-07 Thread ganesh g
ilable in properties file. Please anybody tell me how to make settings in tiles layout in detail., awaiting ur reply Ganesh - Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

html:messages ..bean:write not displaying.urgent

2004-05-07 Thread ganesh g
ilable in properties file. Please anybody tell me how to make settings in tiles layout. awaiting ur reply Ganesh - Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

Re: Submit with a link

2004-05-06 Thread ganesh g
U can use Michael McGrady <[EMAIL PROTECTED]> wrote:I am a notice in JavaScript. I have wondered in my brief perusal of JavaScript books how you tell which form is the referent of the formindex numbers? At 10:37 AM 5/5/2004, Henrique VIECILI wrote: >you can use javascript to do this job.

Differences Between Struts1.1 and Struts1.2

2004-04-23 Thread ganesh g
Hi List, Will u pls tell me Differences Between Struts 1.1 and Struts 1.2 Regards & Thanks Ganesh - Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

Problem of ClassCastException .No doubt ArrayList has some size

2004-04-22 Thread ganesh g
st)mtForm.getMtJobsList();//No exception Here //aList is not null.It definitely some size FileProperties sFile =(FileProperties )(aList.get(index));//This is where ClassCastException thrown mtForm.setSingleFile(sFile); Step:4 In Jsp i'm going to use as follows I'm eagerly awaiting yo

Problem of ClassCastException when ArrayList to My own Class

2004-04-22 Thread ganesh g
st)mtForm.getMtJobsList();//No exception Here FileProperties sFile =(FileProperties )aList.get(index);//This is where ClassCastException thrown mtForm.setSingleFile(sFile); Step:4 In Jsp i'm going to use as follows I'm eagerly awaiting yo

How to pre-populate values to buttons from Database

2004-04-21 Thread ganesh g
single row as a group. i keep waiting 4u reply . Thanks & Regards Ganesh Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢--- Begin Message --- Hi friends I'm always thankful to u 4ur non-stop help towards me. Here is a problem with buttons. Pls

Re: Dynamic Generation of HTML Form Element in Struts

2004-04-21 Thread ganesh g
Hi U can generate Dynaaction elements "struts-config.xml" file. For eg: urs Ganesh - Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

How to pre-populate values to buttons from Database

2004-04-21 Thread ganesh g
tons which r in a single row as a group. i keep waiting 4u reply . Thanks & Regards Ganesh - Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

How to Pre-populate values from d/b to buttons as selected one.

2004-04-21 Thread ganesh g
n a single row as a group. i keep waiting 4u reply . Thanks & Regards Ganesh _ Strike the right balance! News, gossip ‘n fundas! http://www.msn.co.in/women/ Get

Struts Books

2004-04-20 Thread MohanRao, Ganesh
Hi, Can you suggest me some books on Struts please ? Thanks, Ganesh * The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of

how to send idx in

2004-04-19 Thread ganesh g
roperty. please give me the entire line code of tag. i worked in different ways for a week. But i couldn't get it. will u pls tell me the solution ? i would be thankful to u. Bcoz it's very urgent. Thanks & Regards Ganesh __

Re: javax.servlet.jsp.JspException: No getter method for property id of bean driver

2004-04-19 Thread ganesh g
Make sure ur form bean has the methods like getTeacher() and setTeacher() Ganesh _ The latest games ‘n gizmos. Tech news ‘n downloads. http://www.msn.co.in/Computing/ All this at a single click

RE: how to send "idx" with tag

2004-04-19 Thread ganesh g
ld be very thankful to u. waiting 4ur reply Thanks & Regards Ganesh _ Strike the right balance! News, gossip ‘n fundas! http://www.msn.co.in/women/ Get it all at MSN Women! --

how to send "idx" with tag

2004-04-19 Thread ganesh g
ways for a week. But i couldn't get it. will u pls tell me the solution ? i would be thankful to u. Thanks & Regards Ganesh _ Hotmail on your mobile. Messenger on your mobile. http://www.msn.co.in/mobile/ Stay connec

how to send "idx" with tag

2004-04-19 Thread ganesh g
ways for a week. But i couldn't get it. will u pls tell me the solution ? i would be thankful to u. Thanks & Regards Ganesh _ Apply to 50,000 jobs now. http://go.msnserver.com/IN/46921.asp Post your CV