reconnecting to the Oracle database.with Hibernate 3. I

2009-04-20 Thread srinivasa_v .
Hi I am getting Exception while reconnecting to the Oracle database.with Hibernate 3. I was getting this problem when Data Base server restarts. its start working when restartig the application server. Here is the error message I am getting in logs JDBCException W org.hibernate.util.JDBCExcepti

Re: reconnecting to the Oracle database.with Hibernate 3. I

2009-04-20 Thread srinivasa_v .
Hibernate list/forum is down and its a prodction issue for me On Mon, Apr 20, 2009 at 1:43 PM, Nils-Helge Garli Hegvik wrote: > Maybe you should try a Hibernate list/forum instead? > > Nils-H > > On Mon, Apr 20, 2009 at 10:11 AM, srinivasa_v . > wrote: > > Hi > &

data is not getting refreshed

2009-04-21 Thread srinivasa_v .
Hi all I have situation we have two modules which are in production one is developed in old servlets and jsp and another is in struts2 and hibernate we are using tomcat in second module we are facing weird problem when we access our site through url , data is not getting updated and sa

action call getting skiped

2009-05-03 Thread srinivasa_v .
Hi ALL, I have list of emp details,I need to click on one of emp record,it will call an action class get the details from db display on the form,and edit the details and when i click on submit ,it will call an action calss where in based on DOB i need to redirect to and action say if age is <18 ,

action call getting skiped

2009-05-04 Thread srinivasa_v .
-- Forwarded message -- From: srinivasa_v . Date: Mon, May 4, 2009 at 11:45 AM Subject: action call getting skiped To: Struts Users Mailing List Hi ALL, I have list of emp details,I need to click on one of emp record,it will call an action class get the details from db display

Re: action call getting skiped

2009-05-11 Thread srinivasa_v .
ead and > > understand. That is probably why no one responded to it in the first > place. > > It seems likely that the problem does not lie in your interceptor stack > but > > rather in your action code or in your JSP. Can you please confirm that > the > > unit tests

s:radio

2008-11-21 Thread srinivasa_v .
Hi All, Is there any way to customise or our own lable in

s:radio

2008-11-22 Thread srinivasa_v .
Hi All, Is there any way to customise or our own lable in

Re: s:radio

2008-11-22 Thread srinivasa_v .
Thx boss,if u have any links or example for creation UI using struts UI tags ,It will be helpful for me regards srini.. On 11/22/08, Martin Gainty <[EMAIL PROTECTED]> wrote: > > > assuming stylesheet.css contains these FontSizes and FontColors > h1 { font-size: 145% } > .MyFontColor { backg

upload a file,

2008-11-29 Thread srinivasa_v .
Hi All , I am trying to upload a file,but I am getting a exception can anyone help me * java.lang.RuntimeException*: Unable to load bean org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) - [unknown location] at com.opensymphony.xwork2.inject.ContainerBuilder$4.create(* Contain

user@struts.apache.org

2008-12-04 Thread srinivasa_v .
Hi All, I am using a radio tag ,I want default value of it to be yes I tried using value="yes" but stiill the same can any one help me . regards srinivas

Re: radio

2008-12-04 Thread srinivasa_v .
> The information contained in this e-mail is strictly confidential and for > the intended use of the addressee only. Any disclosure, use or copying of > the information by anyone other than the intended recipient is prohibited. > If you have received this message in error, please

file name as null in model driven

2008-12-12 Thread srinivasa_v .
Hi All I have werid problem, I am using file upload in struts and I have mentioned encrypt in form and also using modeldriven. when I try to upload files I am able to get the file,but the bean from modeldriven Iam getting as null. but when I try to remove encrypt from "form" ,I am able to get th

Re: file name as null in model driven

2008-12-12 Thread srinivasa_v .
source code of > your upload page, the source code of your action class and the relevant > parts of your struts.xml. I'm sure that then someone can help. > > Robert > > > srinivasa_v . wrote: > >> Hi All >> I have werid problem, >> I am using file upload

user@struts.apache.org

2008-12-13 Thread srinivasa_v .
HI All, I want to dispay value in text box tht i get from session, is this the right way to do regards srinivas

<%= %> in

2008-12-13 Thread srinivasa_v .
Hi I am unable to use <%= %> in regards srinivas * org.apache.jasper.JasperException*: /releaseTransfer/EmpReleaseTransApprovalRequestForm.jsp(385,5) According to TLD or attribute directive in tag file, attribute value does not accept any expressions at org.apache.jasper.compiler.DefaultError

Re: file name as null in model driven

2008-12-14 Thread srinivasa_v .
pls find the page that i have created and pls help me On Fri, Dec 12, 2008 at 6:02 PM, Dave Newton wrote: > --- On Fri, 12/12/08, srinivasa_v wrote: > > > method="post" enctype="multipart/form-data" > > > Oh, did you mean "encty

Re: file name as null in model driven

2008-12-15 Thread srinivasa_v .
, srinivasa_v . wrote: > Hi alll, > Did any one had any idea for file upload in ModelDriven case. > when I try to use multi part with modledriven,my form values i am getting > as null > > regards > srinivas > > On Sun, Dec 14, 2008 at 9:40 PM, srinivasa_v . wrote: > &g

user@struts.apache.org

2008-12-15 Thread srinivasa_v .
Hi All, I am using regards srinivas

Re: file name as null in model driven

2008-12-15 Thread srinivasa_v .
Hi alll, Did any one had any idea for file upload in ModelDriven case. when I try to use multi part with modledriven,my form values i am getting as null regards srinivas On Sun, Dec 14, 2008 at 9:40 PM, srinivasa_v . wrote: > pls find the page that i have created and pls help me > &g

Re: select with multiple="true"

2008-12-15 Thread srinivasa_v .
your JSP? > > -Original Message- > From: srinivasa_v . [mailto:srinivas...@sify.com] > Sent: Monday, December 15, 2008 5:51 AM > To: Struts Users Mailing List > Subject: > Hi All, > I am using while filling the form I am able to select the multiple lanaguges. > > B

preparable inceptor and validation

2008-12-15 Thread srinivasa_v .
Hi All, I have sistutation where I need to return to entryForm, if there any validation errors,but before going to entryform for second time, I need to get some prepopulated data , for this I am using preparable inceptor, I am able to get my prepopulated data fine, but the I am not able to see m

Re: file name as null in model driven

2008-12-15 Thread srinivasa_v .
got solved the problem ,I update my jar to 2..0.14 On Tue, Dec 16, 2008 at 12:34 AM, Oscar Alvarez wrote: > What interceptor stack are you using? > > The names you are using in form is present in your action??? > > 2008/12/15 srinivasa_v . > > > I have problem in upl

Re: preparable inceptor and validation

2008-12-16 Thread srinivasa_v .
XXX method from there. > > > > On 16 Dec 2008, at 05:39, srinivasa_v . wrote: > > Hi All, >> I have sistutation where I need to return to entryForm, if there any >> validation errors,but before going to entryform for second time, >> I need to get some prepopulated

unable to upload a txt file using fileupload ,

2009-01-06 Thread srinivasa_v .
Hi All, Iam unable to upload a txt file using fileupload , image/jpeg,image/gif,image/pjpeg,image/bmp,text/html,text/plain,text/css,text/txt regards

Re: unable to upload a txt file using fileupload ,

2009-01-07 Thread srinivasa_v .
when i try upload a file of 0 bytes its giving an exception, where can i define minSize for file regards srinivas On Tue, Jan 6, 2009 at 8:14 PM, Dave Newton wrote: > srinivasa_v . wrote: > >> Iam unable to upload a txt file using fileupload , >> >> >> >&

404 error in struts 2

2008-06-16 Thread srinivasa_v
Hi I have werid problem, I have downloaded a sample application of struts 2 from net and when i try to run it it gives me 404 error ,I have chked all the jars ever thing is fine and when I comment filter part in web.xml I am able to dispay welcome page ,and if i uncomment it same 404 error,