Class path in Oracle 9Ias

2004-05-18 Thread Vijay.Nair
Hello All, I want to set up the class path to one of my property files on the disk on Oracle 9ias. Any idea how this can be done using OC4j Thanks, VJ, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

JSP Tag Error

2004-05-24 Thread Vijay.Nair
Hi All, Anyone encountered this error before? Its very strange// "javax.servlet.jsp.JspTagException: Invalid evaluated value EVAL_BODY_INCLUDE from class"

RE: Servlet filter

2004-06-03 Thread Vijay.Nair
We used a filter for the same purpose...works like a charm I presume the configuration is pretty simple.configure it in the web.xml using the filter tags and make sure the filter class is present in your web app -Original Message- From: Shilpa Vaidya [mailto:[EMAIL PROTECTED]

RE: Unhandled Exception in the Validator?

2004-04-01 Thread Vijay.Nair
Can anyone please tell me where I can get the Struts 1.2 Jar file? It does not seem to be up at the Jakarta Site? Thanks, VJ -Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 6:02 PM To: [EMAIL PROTECTED] Subject: Unhandled Exception in the Vali

html:radio and Validator Framework

2004-04-05 Thread Vijay.Nair
Hi, In my form has one radio button and many text fields. At the time of submit, I am validating the form using ValidatorFrameWork. I am getting error message for all text fields. But not radio button fields. Is it that the validator framework cannot be used with the Radi

Token Processor

2004-04-06 Thread Vijay.Nair
Hello All, Is there only one token id genereated per session per page. I mean does the Token Processor replace the value for TRANSACTION_TOKEN_KEY as it moves from page to page? Adam, Thanks for the information on the radio button. We made it work by having it default checked :-) Th

Filters..

2004-04-06 Thread Vijay.Nair
Hello All, I know this is an off topic but is it advisable to use Filters in a Web Application? Any kind of input wud be appreciated.. Thanks, VJ DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intende

RE: Filters..

2004-04-06 Thread Vijay.Nair
Apologies...for the generality of the question Our Web Application primarily consists of satellite applications interfacing with a core systemI primarily want to implement them for access checks as well as a Session Manager for each request of the application... Is there any overhead in th

RE: Connection Pooling (How i use...)

2004-04-06 Thread Vijay.Nair
While using conn.close() does it return the connection to the pool?? Its not a driver connection rather a data source connection...so waht happens when i do conn.close()? does it go back to the pool? -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED]

LIst v/s Collection

2004-04-07 Thread Vijay.Nair
Hello All, While using logic:iterate in my JSP page if my property that I define in my form is of type Collection rather than of type list it does not seem to be working? Any inputs? Thanks, VJ DISCLAIMER: This message contains privileged and confidential information and is intended

Internationalization

2004-04-12 Thread Vijay.Nair
Hello All, Our application is going to be a French Application with the display in the Jsp pages to be French. By just configuring the message-resource parameter to use a bundle file which is in French can this be achieved... I mean for English we have ApplicationResources ...for French w

RE: Internationalization

2004-04-12 Thread Vijay.Nair
Thanks Sanoj, I am a bit poor on this fundamental issue of internationalizationDo I need to specifically create a Locale Object for the User What I was thinking was if in my struts-config.xml if I specify ApplicationResources_fr_FR , the values would be picked up Please do correct me

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Vijay.Nair
Fantastic.tool... Just one questionan ear created out of this will work on 9ias right? -Original Message- From: Amjad Shahrour [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 4:24 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-19 Thread Vijay.Nair
I was big fan of Eclipse...until we had a project on the 9IAS application Server and we started expirementing with JDeveloper... The built in oc4j server helps us in rapid deployment...and we had no problems while deploying the application built in the IDE to the actual 9ias server ...also lotsa u

Validator Framework

2004-04-19 Thread Vijay.Nair
Hello All, I am using the Validator framework for all our validations... At a particular place, we have a same form but 2 separate jsp pages which require separate validations... Since the form name is the same I am not able to distinguish between the 2 pages I looked at the "page" op

Messages in Validator Framework.

2004-04-21 Thread Vijay.Nair
Hello All, In the validator-rules.xml for a particular JavaScript function can we change the number of messages to more than 1 i.e. Can we use Msg="test1" more than once? Thanks, VJ