referrer url

2004-03-23 Thread MOHAN RADHAKRISHNAN
link. Any thoughts. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: calling ASP inside a JSP

2004-03-18 Thread mohan
Hi James Can u tell me how can acheive this. I have never developed stuff in HTML or ASP. Suppose the link is www.xyz.com/abc/dba.asp, how do we read this stuff into a frame. Please let me know. --Mohan This has nothing to do with ASP or JSP specifically. You simply want to use one frame

RE: calling ASP inside a JSP

2004-03-18 Thread mohan
Hi All Thank you very much. Sure i will go to the Html tutorials. Actually i dint see the previous mails of this thread. I just started my morning. Anyways, thanks to all of you. --Mohan Mohan, please go to and read: http://www.w3schools.com/html/html_frames.asp Colm -Original Message

URL Pattern question

2004-03-17 Thread MOHAN RADHAKRISHNAN
/taskmanagement/taskCreation.do?actionType=prepopu lateTaskInfo What could be the problem ? Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

calling ASP inside a JSP

2004-03-17 Thread mohan
know if i can do this. Thanks --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Validator doubt

2004-03-05 Thread MOHAN RADHAKRISHNAN
msg name=integer key=error.coc.check/ arg0 key=label.coc.incident/ /field So if I input a value that is not a integer in this particular field I should see a message specified by msg name=integer key=error.coc.check/ Thanks Mohan

Numeric validator

2004-03-04 Thread MOHAN RADHAKRISHNAN
html:errors property=errors.integer/ Help is appreciated. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Numeric validator

2004-03-04 Thread MOHAN RADHAKRISHNAN
'. Is that a problem ? Mohan -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 3:20 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Numeric validator Your can either display all errors: html:errors/ or errors

Re: How populate a form

2004-02-23 Thread Rahul Mohan
Hi Daniel... what i had done in my application was create the childform's actionform instance in the action class...run the query...populate the bean and then put it as a request attribute to prevent the RequestProcessor from creating a new form bean object. Hope this will work for ur app

Re: html:text question

2004-02-20 Thread Rahul Mohan
answer, U cant nest tags! either use html-el for getting the value or use scriptlets - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 4:35 PM Subject: html:text question Question, how can i add the test value to the html:text

Re: what is wrong with this code

2004-02-12 Thread Rahul Mohan
Hi there, In the jsp get the thing as : request.getParameter(Konstanten.ADRESSEN_RESULT_START_INDEX_KEY) this shud workor u can use jstl c:set var=somevar value=${requestScope.Konstanten.ADRESSEN_RESULT_START_INDEX_KEY} pls note that Konstanten shud have a

Re: html:button and Javascript

2004-02-12 Thread Rahul Mohan
u cant nest tags like this try this: % String onClickString = location.href + myString; % html: button property=send onclick=%=onClickString / another way u can do this is by using html_rt tags: html_rt: button property=send

Struts and cluster

2004-02-11 Thread Mohan Radhakrishnan
are using session ) ?? I know that this is necessary for session replication across clusters. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question on iterate

2004-02-11 Thread Mohan Radhakrishnan
indexed=true/ /logic:iterate Mohan -Original Message- From: Patrick Cheng [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 11:57 AM To: Struts Users Mailing List Subject: Question on iterate Hi all, I guess it should be an easy question about logic:iterate. I can do

Using the ActionForm in the JSP

2004-02-05 Thread Rahul Mohan
Hi everyone, I need to access the ActionForm properties inside the JSP code for the same window. Is there any way to do this? Regarding this I have some doubts about the life cycle of ActionForms 1. When exactly is the ActionForm object instantiated? Is the ActionForm object

c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
Mohan ~~~ MasterCraft Group Tata Consultancy Services Tata Research Development and Design Center 54B, Hadapsar Industrial Estate Pune - 411 013 Phone: +91 4042333 or 4031122 Extn 2541 +91 471 3129787 ( Mobile ) Fax: +91 20 4042399 email : [EMAIL

Re: c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
Cooper [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Rahul Mohan [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 1:45 PM Subject: Re: c:out tag inside html:text tag Two issues may be at work here: 1. It isn't valid to have a JSP tag render an attribute value

Re: c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
: Wednesday, February 04, 2004 2:42 PM Subject: RE: c:out tag inside html:text tag Might be your nested quotes . try using different quote characters to define the nested string ie. style='%=pageContext.findAttribute(styleVar).toString()%' S. -Original Message- From: Rahul Mohan

what is controller servlet in struts framework

2004-02-04 Thread mohan
Hi guys I have been having a question. I do not understand what is the controller servlet in the struts framewrok. Is it the Action classes or struts-config.xml that is the controller servlet for struts framework. Please let me know Thanx --Mohan

RE: Getting the CheckBox Collection Value in FormBean Class

2004-02-02 Thread Mohan Radhakrishnan
this.selectedDeletereqs; } public void setSelectedDeletereqs(String[] selectedDeletereqs) { this.selectedDeletereqs= selectedDeletereqs; } Mohan -Original Message- From: Ramachandran [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 3:42 PM To: Struts Users Mailing

validator with modules

2004-01-25 Thread Mohan Radhakrishnan
-rules.xml, /WEB-INF/rule_validation.xml/ plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/ip-validator-rules.xml, /WEB-INF/ip_validation.xml/ /plug-in Thanks Mohan

nested beans/html:options

2004-01-25 Thread Mohan Radhakrishnan
several options but none worked. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Validator

2004-01-24 Thread Mohan Radhakrishnan
be the problem ? Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: generating tables in Struts

2004-01-24 Thread Mohan Radhakrishnan
Unintentional Wrong subject again. Mohan -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 12:23 PM To: 'Struts Users Mailing List' Subject: RE: generating tables in Struts Hi Is there any way to find out what action

RE: Validator

2004-01-24 Thread Mohan Radhakrishnan
Yes. That is what I am assuming. I tried html:errors / too The other methods are blocked. I can see that. The messages are not appearing though. Mohan -Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 1:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL

RE: Validator

2004-01-24 Thread Mohan Radhakrishnan
I see this. ???en_US.errors.required??? ???en_US.errors.required??? ???en_US.errors.required??? ???en_US.errors.required??? I matched bean:message with the JSP and the resource properties and validator.xml. They are all the same. Mohan -Original Message- From: Joe Hertz [mailto:[EMAIL

RE: Validator

2004-01-24 Thread Mohan Radhakrishnan
-in plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/ip-validator-rules.xml, /WEB-INF/ip_validation.xml/ /plug-in Mohan -Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED

custom request processor

2004-01-23 Thread Mohan Radhakrishnan
:/oracle9.0.4.0.1/j2ee/home/app lications/emis/emis-web/WEB-INF/struts-config-rulemaking.xmlLine 51, Column 14 : XML-0148: (Error) Invalid element 'controller' in content of 'struts-config', expected elements '[message-resources, plug-in]'. Mohan

RE: custom request processor

2004-01-23 Thread Mohan Radhakrishnan
HI A follow-up question. How does this impact my Tile request processor ? SEVERE: TilesPlugin : Specified RequestProcessor not compatible with TilesReques tProcessor Mohan -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 4:45 PM

RE: custom request processor

2004-01-23 Thread Mohan Radhakrishnan
){ System.out.println( The action mapping is + mapping.getName().toString() ); } ActionForward forward = super.processActionPerform( request,response,action,form, mapping); returns null. I was planning to do something based on which mapping it is. Help appreciated. Mohan -Original

ServletContext/Cluster

2004-01-23 Thread Mohan Radhakrishnan
Hi I read the following spec. This means that in a clustered environment the application scope is useless. I can't really believe this. Why do we have this scope then ? Mohan The Server Specification states the following: javax.servlet Interface ServletContext

RE: generating tables in Struts

2004-01-23 Thread Mohan Radhakrishnan
this to avoid changing code written by somebody. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: nested:link attribute link

2004-01-22 Thread Mohan Radhakrishnan
) || getOperation().equals( showRuleDetail) || getOperation().equals( init)){ return new ActionErrors(); } return super.validate( mapping, request ); } Appreciate any ideas. Mohan

RE: nested:link attribute link

2004-01-22 Thread Mohan Radhakrishnan
Apology for the wrong subject Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to replace bean:message... with JSTL?

2004-01-20 Thread Mohan Radhakrishnan
-param Mohan -Original Message- From: Zsolt [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 5:56 PM To: Struts Users Mailing List Subject: How to replace bean:message... with JSTL? Hi, how can I replace the following struts code with JSTL? bean:message key

RE: How to replace bean:message... with JSTL?

2004-01-20 Thread Mohan Radhakrishnan
/context-param Mohan -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 7:48 PM To: 'Struts Users Mailing List' Subject: RE: How to replace bean:message... with JSTL? Zsolt, I have some idea about this though I haven't tried it. I

passing a value using html:image tag

2004-01-20 Thread mohan
passed on the URL. Let me know if any one has any inputs. --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: html:checkbox pls help

2004-01-17 Thread Mohan Radhakrishnan
Raman, What's wrong with this ? html:checkbox property=deleteItem/ Shouldn't this pick up the property from the ActionForm and generate value=x for example. Is yours dynamic ? Mohan -Original Message- From: Raman [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 12:43

RE: Disable validator framework

2004-01-16 Thread Mohan Radhakrishnan
, location=no, toolbar=no, scrollbars=yes, resizable=yes') value=Task/ Thanks Mohan -Original Message- From: Hunt, Steve [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 2:05 PM To: 'Struts Users Mailing List' Subject: RE: Disable validator framework Mohan, If you use the html:cancel

Disable validator framework

2004-01-15 Thread Mohan Radhakrishnan
. Appreciate ideas. Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: messages

2004-01-06 Thread Mohan Radhakrishnan
I just use ActionErrors for everything but I am guessing that it is html:errors for errors and html:messages for messages. Mohan -Original Message- From: Otávio Augusto [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: messages I'm able

RE: creating a class that extends Action Mapping...what is the purpose of it?

2003-12-31 Thread Mohan Radhakrishnan
I remember that this is done to use custom properties in your action mapping in the struts-config.xml file. action ... set-property property=foo value=x/ set-property property=bar value=y/ /action You can access them in your action. Mohan -Original Message- From

RE: RequestProcessor problem

2003-12-30 Thread Mohan Radhakrishnan
the RequestProcessor and over-ride the processRoles() method. You can read the tomcat JDBC/Realm doc. in the apache site. It is similar for other containers. http://kb.atlassian.com/content/tutorials/jollem/orion-security-primer/ is another good site explaining OC4J roles. Mohan -Original

RE: Problem with action chaining

2003-12-30 Thread Mohan Radhakrishnan
We use base forms too but we use sub-forms in both action mappings. It works for us if we use sub-forms with action chaining like this. Our action chains are very minimal though because it is not recommended design practice. Mohan -Original Message- From: [EMAIL PROTECTED] [mailto

RE: Design question regarding struts security features

2003-12-29 Thread Mohan Radhakrishnan
and restrict access actions. Tiles has a role attribute too ? though we are not using that. Mohan -Original Message- From: Patrick Scheuerer [mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 5:07 AM To: Struts Users List Subject: Design question regarding struts security features

RE: array property in ActionForm ???

2003-12-29 Thread Mohan Radhakrishnan
is the nested tag. I've used nested beans for multiple levels of nesting. It is so cool. Mohan -Original Message- From: Eric Chow [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 8:25 AM To: Struts Users Mailing List Subject: array property in ActionForm ??? Hello, html:form action

RE: sub classing Action Servlet

2003-12-25 Thread Mohan Radhakrishnan
Just extend it and call super.init() servlet-nameaction/servlet-name servlet-classcom.cellx.lucid.servlet.IntranetServlet/servlet-class Nothing special that I know of. Mohan -Original Message- From: Sudhakar G [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 4

RE: security of html pages max file size property

2003-12-24 Thread Mohan Radhakrishnan
-pattern/xxx/*.jsp/url-pattern http-methodPOST/http-method http-methodGET/http-method /web-resource-collection CMA will popup your login page when a secure URL is accessed. Mohan -Original Message- From: [EMAIL PROTECTED] [mailto

RE: retrieving values from application.properties file

2003-12-24 Thread Mohan Radhakrishnan
This might be the wrapper you are looking for protected MessageResources getMessageResources(){ return MessageResources.getMessageResources(ApplicationResources); } //getMessageResources().getMessage( key ); The API has lot of other methods. Mohan

RE: Multiple struts-config.xml

2003-12-20 Thread Mohan Radhakrishnan
-mappings /struts-config Mohan -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 12:28 PM To: Struts Users Mailing List Subject: RE: Multiple struts-config.xml Hi Ashutosh, My application is huge one and hence the single struts-config.xml

RE: How to detect that session has expired ?

2003-12-07 Thread Mohan Radhakrishnan
Seems this is not supported by many containers yet(J2EE 1.4). You could use a filter to check for session expiry but what if it expires after it passes the filter. Then each JSP should have a check in the beginning. Mohan -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf

Re: Log4j with Struts

2003-12-05 Thread Rahul Mohan
, the Logger or the LogonAction.class ? I use it with Struts, without a hassle, on WebLogic 7.2. Nick -Original Message- From: Rahul Mohan [mailto:[EMAIL PROTECTED] Sent: Friday, 5 December 2003 5:46 PM To: struts Subject: Log4j with Struts Hi, has anybody tried using Log4j

Log4j with Struts

2003-12-04 Thread Rahul Mohan
= Logger.getLogger(str); //this line is throwing the exception - apparently str is not having a classdef somebody please help me with this.or is there any other method to perform logging? i am using tomcat4.1 ... Thanks in advance. Rahul Mohan ~~~ MasterCraft

logic:iterate and Map

2003-12-02 Thread mohan
parameter as key and Key and Value respectively that set this Map. Please let me know --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: logic:iterate and Map

2003-12-02 Thread mohan
the logic:iterate tag should take the Map as Map.Entry and hence i have used the property=appCourse(%=aciterator.key%).level. I have getter and setter methods for appCourse too that take parameter as key and Key and Value respectively that set this Map. Please let me know --Mohan

saving values thro logic:iterate to a list

2003-12-01 Thread mohan
updated with changed objects, given that there are setters/getters for all the properties Thanx Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How Do I Create This Drop-Down List in Struts?

2003-11-30 Thread Mohan Radhakrishnan
You should have a property in your form bean where the user selection will go. In this case the property is name html:select size=1 property=Property in the form bean to hold the selection multiple=false html:options collection=EDITORS property=name labelProperty=name/ /html:select Mohan

Struts indexed properties and displaytag

2003-11-30 Thread Mohan Radhakrishnan
Hi Can I use logic:iterate and indexed properties with display tag sorting ? Thanks, Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Composing parts of a form with tiles

2003-11-29 Thread Mohan Radhakrishnan
Hi, We need to show a set of buttons at the bottom of a form activated or deactivated according to the role of the login user. Now the html:form closes after the set of buttons in the page. How are parts of the same page composed like this ? Help appreciated. Mohan

Setting ActionForm back into the scope for clusters

2003-11-29 Thread Mohan Radhakrishnan
); is what is recommended to enable HttpSession replication in a clustered environment. Don't we have to do the same thing when we prepopulate ActionForms ? Set them back into the session in a clustered environment. Mohan

[OT] Re: Struts list is a bit grouchy these days....

2003-11-26 Thread mohan
Thank you Gus. I apologize to the list if i have annoyed anyone cuz thats not my intention to. Anyways i will look into these norms and act accordingly. Once again sorry list for the URGENT stuff --Mohan I noticed you got a poor response with your recent post on struts-user. Your question

Accessing page variables in the property

2003-11-26 Thread mohan
Hi All Is there a way i can use pass the variable values from a page into a property in the same page like logic:iterate idName=count name=KEY_USER property=appCourses html:text property=course($count) / /logic:iterate The idea is to set/get the value at the count index. Thanx --Mohan

Re: logic:iterate help

2003-11-25 Thread mohan
Hi Guys The reason i am using the logic:iterate is not to populate the select box but to create the select box for the number times the length of the testScoresVector and store the option selected in the select box in each of the testScoresVector element. --Mohan Hi All I have a Vector called

Re: logic:iterate help

2003-11-25 Thread mohan
Hi All I have tried this logic:iterate id=tsv collection=testScoresVector testScoresVector is a vector stored as a session Attribute as request.getSession().setAttribute(testScoresVector, testScoresVector) Please let me know what the problem is --Mohan Hi Guys The reason i am using

URGENT:logic:iterate

2003-11-25 Thread mohan
for this collection. --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: URGENT:logic:iterate

2003-11-25 Thread mohan
Hi I dont want to start a new thread, but the question has changed and if u cant help just stay away. You dont have right to ruin my day and atleast i am asking questions related to struts.You could have said this in a better way. --Mohan Do you really think shouting URGENT and repeatedly

logic:iterate help

2003-11-24 Thread mohan
the tsv holds a TestScoresVector object for each iteration. Am i right or not. Please let me know Thank you --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread mohan
Hi All is there a way i can pass a request in an ActionForm. I need to get a session attribute thro the request and write the getters in ActionForm according to the values in the session.Please let me know Thanks --Mohan

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread mohan
this user logon info in my ActionForm so that i can write the getters and setters in the ActionForm accordingly --Thanks Mohan just create a hidden control on the form and assign the value to the session variable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: URGENT: getting a Session Attribute from ActionForm

2003-11-21 Thread mohan
() } This is the reason why i need to access the session Attribute --Thank you Mohan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] When the user logons to the system, it takes him to a form. Based on the logon values, if the user already has filled the form, form should be populated with values the user can

using select with country codes

2003-11-19 Thread mohan
to be inserted into the address table. Please let me know how to do it if anyone has done it. --Thank you Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

URGENT:static methods in JSPs

2003-11-19 Thread mohan
an error saying : Cannot find bean under name countriesListing.countriesListing Do i also need to create a setter for this method to be recognized as a bean or something? --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED

using ApplicationResources.properties in the Action class

2003-11-17 Thread mohan
the ApplicationResources.properties file and its properties from my Action class. I do not want that to be under my src/java directory. Let me know Thanks --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: using ApplicationResources.properties in the Action class

2003-11-17 Thread mohan
and also project/web/app2/WEB-INF/struts-config.xml,web.xml.,classes/ApplicationResource.properties the java code in src directory is common to application app1 and app2. In my java code i want to use the ApplicationResources.properties for each app and produce generic code. Thank you --Mohan

Re: usage of tags inside tags

2003-11-11 Thread mohan
an empty string is seen. Please let me know if anyone has any ideas about this. I am trying to create a random string and put it into the database associated with the user. --Mohan Whatever your fancy is :) But, no - you can't do it as you propose, to my knowledge. [EMAIL PROTECTED] wrote: Hi

URGENT: struts random tag

2003-11-11 Thread mohan
the random String does not show and only an empty String appears in place of the 20 character random string. Please help me if any one used it before. --Thank you Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: usage of tags inside tags

2003-11-11 Thread mohan
Hi I meant should i say ${var} or ${rand}. --mohan within the struts tags that support EL, you need to use the ${...} syntax. To my knowledge, the only (standard) tags that use $var are the JSTL xml tags. Make sure that you are using the struts-html-el taglib. [EMAIL PROTECTED] wrote: Hi

Re: usage of tags inside tags

2003-11-11 Thread mohan
string in a separate variable. [EMAIL PROTECTED] wrote: Hi I meant should i say ${var} or ${rand}. --mohan within the struts tags that support EL, you need to use the ${...} syntax. To my knowledge, the only (standard) tags that use $var are the JSTL xml tags. Make sure that you

Re: usage of tags inside tags

2003-11-11 Thread mohan
Hi Kris, Your method works fine for me. Brice thank you very muchfor helping me out. Kris's method works fine for me. Thank you guys --Mohan your method works Why not just forget about html:hidden? rand:string id=random4 charset=A-Z ! @ # \\ \- + ? amp; $/ input type=hidden

Inputs needed for Reset password

2003-11-10 Thread mohan
on this link in his email. We need to verify if the key is still valid and then allow him to change the password. I am not sure how to generate these random keys. Also let me know if there is an efficient way to check the time stamps for these keys. Thank you very much --Mohan

Re: OT RE: Inputs needed for Reset password

2003-11-10 Thread mohan
Thank you Wendy thats about what i was thinking. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] We send him a http://blah.org/resetpwd.jsp?xdksdfksdfsdf URL with the key attached to the URL. The key expires in 24 hours. The user checks on this link in his email. We need to verify if the

usage of tags inside tags

2003-11-10 Thread mohan
; $/' / --mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Out of memory error

2003-10-22 Thread mohan
Hi all I am struts and Tomcat4.1.27. I cant quite understand what is the reason but i sometimes get the java out of memory error whenever i compile my project. But the error is gone when i restart tomcat. Please let me know if anyone had this problem. Thanks --Mohan

RE: Out of memory error

2003-10-22 Thread mohan
Thank you David thats some relief i will search in the list archives. --Mohan Mohan, You should search the list archives. I posted an out of memory tomcat 4.1.24 4.1.27 issue a while ago. It was related to application reloading (not Tomcat stopping/restarting). The reloads weren't

accessing static html from struts-config.xml

2003-10-22 Thread mohan
in my struts-config.xml forward name=xyzhome path=../blah.shtml / does not do anything or can i specify a URI to access the resource. Thanx --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
-config.xml forward name=xyzhome path=../blah.shtml / does not do anything or can i specify a URI to access the resource. Thanx --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
the static content of the website. I do not understand how to write this forward in my struts-config.xml forward name=xyzhome path=../blah.shtml / does not do anything or can i specify a URI to access the resource. Thanx --Mohan

Validator question for radio buttons.

2003-10-16 Thread mohan
depends=required page=2 arg0 key=registrationForm.payment.displayname/ /field The validator does not check if the field has been chosen or not. Please let me know if any one knows about this problem Thanxs --Mohan

Urgent: Changing URLs for existing struts project

2003-09-25 Thread mohan
now or should i be able to do it easily. I have tried to create a directory under /var/tomcat4/webapps/ as japps/xyz and pointed my .war file to this directory. But tomcat is not able to map this URL at all. Please help me find a solution to this problem. Thanx in advance --Mohan

Re: Urgent: Changing URLs for existing struts project

2003-09-25 Thread mohan
Because i was already using mod_jk2 , the best to configure was to change it to add the Context in the server.xml with the desired URL. This is cool isnt itMailing List are great thanx to u all --Mohan If you have developed your application in struts friendly way, this should be as easy

RE: assigning a value back to a bean in a logic:iterate?

2003-09-12 Thread Mohan Radhakrishnan
. logic:iterate id=timeSheetItem name=timeSheetEntryForm property=timeSheetItems bean:write name=timeSheetItem property=tuesdayTime / html:hidden name=timeSheetItem property=tuesdayTime/ /logic:iterate Mohan -Original Message

RE: assigning a value back to a bean in a logic:iterate?

2003-09-12 Thread Mohan Radhakrishnan
){ // Do something } You might also use the logic:equal tag instead of scriptlets. Mohan -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 8:06 PM To: Struts Users Mailing List Subject: Re: assigning a value back to a bean

Re: Eclipse for Struts with apt-get

2003-09-09 Thread mohan
Hi All I am using Redhat8.0 and struts. I would like use eclipse 2.1 for that purpose. Does any one know if there is a way i can get it thro apt-get.Please let me know Thank you --Mohan - To unsubscribe, e-mail: [EMAIL

Plug-in API

2003-09-08 Thread Mohan Radhakrishnan
Hi I am just trying to learn about the Plug-in API. When exactly is this useful ? How would it be helpful if I want to plug-in a custom-user authentication facility instead of using the vendorspecific XML file ( JDBC realm in tomcat for example ). Mohan

RE: simple question

2003-09-08 Thread Mohan Radhakrishnan
beans like this are useful because they can be manipulated quite well with the tag handlers. Mohan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 7:15 PM To: [EMAIL PROTECTED] Subject: simple question Hi all, I think I have

Master-detail form

2003-08-27 Thread Mohan Radhakrishnan
Detail 2.1 How do you implement this ? We can continue to user Collections within Collections. Is there any other way of doing this ? Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Struts as a framework

2003-08-26 Thread Mohan Radhakrishnan
I will drop the matter now :-) All I wanted to know was what kind of framework Struts is. During one of the presentations I was asked to define frameworks and class libraries. Have been bitten by the design bug lately. Mohan -Original Message- From: Mainguy, Mike [mailto:[EMAIL

Struts as a framework

2003-08-25 Thread Mohan Radhakrishnan
Hi This is a general question to understand Struts better. Is Struts a black-box or a gray-box framework ? Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:html tag

2003-08-22 Thread Mohan Radhakrishnan
give a better explanation about the exact purpose of this ? Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: multiple input form editing problem

2003-08-21 Thread Mohan Radhakrishnan
Hi http://jakarta.apache.org/struts/faqs/indexedprops.html Struts doc. seems to be sufficient for this query. Mohan -Original Message- From: Florent LOTHON [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 5:41 PM To: Struts Users Mailing List Subject: multiple input form

  1   2   3   >