Anti-piracy software

2006-07-02 Thread nageshkumar.siddu
Hi All, I would like to know if any anti-piracy tools available opensource that can prevent illigal use of web related software like a struts application. regards, Nagesh The information contained in this electronic message and any attachments to this message are intended for the exclusive use

RE: How to take care of session mgmt

2006-06-29 Thread nageshkumar.siddu
HI Vinodh, Look for an user attribute like user_id if if preset process the JSP or sendredirect it to login JSP. Regards, Nagesh Wipro Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 8:37 PM To: user@struts.apache.org Subject

RE: How o display a hashtable in jsp

2006-06-26 Thread nageshkumar.siddu
Hi Pankaj, Try using inside logic:iterate   I have not tried it. It may work. Regards, Nagesh -Original Message- From: Tejas Bavishi [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 2:36 PM To: 'Struts Users Mailing List' Subject: RE: How o displ

RE: [OT] Re: Log4j -how not to log everything?

2006-06-23 Thread nageshkumar.siddu
Hi, Thanks All. I am closing the issue with the following solution: log4j.rootLogger=error, debuggingAppender log4j.logger.my.package=debug, debuggingAppender log4j.additivity.my.package=false Regards, Nagesh -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Fr

Log4j -how not to log everything?

2006-06-23 Thread nageshkumar.siddu
Hi, I have been using log4j for logging purpose in a struts application. The genreted log file contains all log messages apart from given in the application. It is logging all the messages genereted from struts classes also. can any one suggest the properties of log4j properties file so that ONLY

RE: disabled button-style

2006-06-22 Thread nageshkumar.siddu
Hi, Closing the issue with the following resolution. Instead of disabling the button , we can call "#" on click. After Change: document.myForm.add.onclick="#"; Before change: document.myForm.add.disabled = true; Regards, Nagesh -Original Message- From: [EMAIL PROTECT

disabled button-style

2006-06-22 Thread nageshkumar.siddu
Hi, I did a search on Net and observed that "text-shadow:none" can actually do this. But it is not supported in any available browser and it is defined in CSS2(not avialble in CSS1). Any round about is available? Regards, Nagesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

disabled button

2006-06-22 Thread nageshkumar.siddu
HI , I want to set a different property in CSS for a disabled button. My requirement is the button should look like an active button (text decoration , back ground etc..) but should be disabled state. I can switch over to a different class in CSS when the button is disabled. In a disabled button t

RE: textarea

2006-06-21 Thread nageshkumar.siddu
Hi, Call a javascript method onKeyPressDown to validate the length. --CODE-- function checkLength(obj,max){ if(obj.value.length>max){ alert(obj.name+" feild cannot be more than "+max); } } /// some HTML /// some HTML --CODE-

RE: Form Beans in Session

2006-06-05 Thread nageshkumar.siddu
Hi , Instead of putting every form bean in session, you can put custom VO in session. Example: Let Page1.jsp, Page2.jsp,Page3.jsp have FormBean1.java, FormBean2.java,FormBean3.java as beans and Action1.java ,Action2.java,Action3.java be the Action Classes respectively. Create BaseVO.java, OneVO

RE: Regarding in struts-config.xml

2006-05-24 Thread nageshkumar.siddu
Yes you can -Original Message- From: Ranganathan Srinivasan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 6:07 PM To: user@struts.apache.org Subject: Regarding in struts-config.xml Hi, ** *The following is a the action-mappings in struts-config.xml* **

RE: Basic

2006-05-11 Thread nageshkumar.siddu
Hi, If you are using logic equal , you should also use logic not equal. Regards, Nagesh -Original Message- From: siva sajja [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:08 PM To: Struts Users Mailing List Subject: Re: Basic wrote: > > Greetings everyone: > > Objective: Re

RE: Error deploying struts webapp to iPlanet

2006-04-03 Thread nageshkumar.siddu
Hi David, Thanks for the reply. Yes this portion of HTML code is in side Table definition. The VO I am trying to access the properties in the tags is as follows: public class TopupMethodVO implements Serializable{ private String topumMethod=null; private ArrayList bundles=null;

FW: Error deploying struts webapp to iPlanet

2006-04-03 Thread nageshkumar.siddu
Hi , I hope this issue can be resolved which i am struggling for a couple of days. The scenario: I have an application perfectly working in Tomcat 5.0. the same application when deployed in iPlanet is giving an error that unterminated tag. [03/Apr/2006:17:16:55] failure ( 5100): for host 10.1