I know this is wrong place to ask this question ..

2006-02-20 Thread Swapnil Patil
HI all, Can any body tell me the mailing list for core JAVA? just like this mailing list. I know this is wrong place to ask this question :-) but still i am expecting positive reply. Thanks & Regards Swapnil Patil. On 2/20/06, Robert Alexandersson <[EMAIL PROTECTED]> wrote: > &g

Re: why my page can't redirect under Struts with Javascript?

2006-02-20 Thread Swapnil Patil
cument.forms[0].submit(); > } > > But when I change the value of ,it still can't redirect. I am > mad with it! > > > On 2/20/06, Swapnil Patil <[EMAIL PROTECTED]> wrote: > > > > Hi red, > > > > First Page > > this works with action par

Re: why my page can't redirect under Struts with Javascript?

2006-02-19 Thread Swapnil Patil
> I use Javascript in Struts,like follows: > > > > > > > > > function goURL(tmp){ > > > alert(tmp); > > > document.forms[0].action="/log.do?action="+eval(tmp); > > > document.forms[0].submit(); > > > } > > > > > > > > > > > > First Page > > > > > > First > > > Second > > > Third > > > > > > > > > > > > when click "First Page",I can redirect my page to log.do page,but when > I > > > change the value of select,and call goURL,I find my page don't > redirect > > to > > > the log.do page,why? I am puzzled with it! Anybody can tell me how to > > > redirect my page with Javascript under Struts? > > > > > > Thanks > > > > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Thanks & Regards Swapnil Patil.

Is there any shortcut to know source jsp in Struts ?

2005-12-07 Thread Swapnil Patil
like javascript errors) Is there any other way to know the JSP source page from UI page ? -- Thanks & Regards Swapnil Patil.

Re: Debugging

2005-09-29 Thread Swapnil Patil
Hi Bryon, I had used once log4j with Tomcat server. You can give absolute path for log file in log4j.properties.. like log4j.appender.struts.File=d:/MyApplicationLogs/struts.log so atleast you don't need to find log file . swapnil Patil On 9/28/05, Borislav Sabev <[EMAIL PROTECTED

Re: resource not found error

2005-08-31 Thread Swapnil Patil
Hi Nirmala, You might have some errors in struts servlet mapping. check your web.xml with http://www.reumann.net/struts/lesson1/step7.do . On 9/1/05, Nirmala Dhara <[EMAIL PROTECTED]> wrote: > > Hi, > I am new to struts. I tried http://www.reumann.net/struts/lesson1.doexample > with tomacat. I

Re: [OT] : Web App Caching

2005-08-12 Thread Swapnil Patil
Hi Paranj, You can consider Hsql DB. Its free and has 2-3 modes. On 8/12/05, Paranj, Bala <[EMAIL PROTECTED]> wrote: > > Hi, > > Could someone share their views on the web application caching solutions > available? Preferably open source :-) The requirement is for a site that > has a component

Re: Conditionally show values in Tile (c:when?)

2005-08-11 Thread Swapnil Patil
Hi all, As Albercht had mentioned in his 1st mail--- I have a tile that shows my default input row in a form. In case that I put a value in FieldError, I want it to show it the errorMessage in red color. So far so good. The values get to the tile (formRow)... and there it's getting somewhat trick

Re: login and password problem

2005-08-10 Thread Swapnil Patil
Hi Sławek, I am new in Strurts framwork. If I am going wrong please correct me. As you said -: i do not want to link my program with database via struts-config.xml Don't specify any data source in your struts-config.xml Create your own static class to create a connection with database. and use

Re: Regarding

2005-08-10 Thread Swapnil Patil
.int<http://org.apache.struts.taglib.bean.format.int> > " > > So because your not using a message resource an exception is being thrown. > > You could try specifing the format with: > /> > > or setup your message resources > > hope that helps, > &

Regarding

2005-08-09 Thread Swapnil Patil
Hi all, In my jsp page... above code works fine. but doesn't works. in GraphStep1Form.java strTitle --> String legendsAlignment ---> int I am getting an exception-: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.ja

Designs for Wizard workflow...

2005-08-04 Thread Swapnil Patil
Hi all, I am converting Wizard workflow into Struts framework. Wizard page contains next,back,finish buttons. I am considering 2 approches.. 1) /PrepareStep1.do -- step1Form --> forward to step1.jsp step2.jsp on next ---> ProcessStep1.do /ProcessStep1.do --step1Form -->on success /PrepareStep2

Re: checkbox initially checked?

2005-08-04 Thread Swapnil Patil
Hi , As Wendy has mentioned- Otherwise, the place to do this is in your Action, before you forward to the JSP. I am interested in populating Form before loading jsp page so that I can assign values to HTML comtrols. HOw to do that? On 8/4/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "C

Problem in populating html controls from Bean...

2005-08-03 Thread Swapnil Patil
HI all, I want to populate html :text from someBean (request scope) and also want to associate that html:text with FormBean. My jsp page is like this Title : " > I am gett

Re: Can u help me...I have a problem related to struts.

2005-08-02 Thread Swapnil Patil
uri="/tags/struts-html" prefix="html" %> Username: Password: I am getting Exceptiuon for and for but not for On 8/2/05, Dave Newton <[EMAIL PROTECTED]&

Re: Can u help me...I have a problem related to struts.

2005-08-02 Thread Swapnil Patil
hnson, Kaerstin" <[EMAIL PROTECTED]> > > 08/02/2005 11:34 AM > Please respond to > "Struts Users Mailing List" > > > To > , "Swapnil Patil" <[EMAIL PROTECTED]> > > > cc > > > > Subject > RE: Can u

How to convert web-application having Frame struture into Struts

2005-07-26 Thread Swapnil Patil
Hi all, My web-application has jsp frame struture. Model2 is used for it. I want to convert this application into Struts . I don't get any way in struts equivalent to frame struture. Can any body help me ? - To unsubscribe

Re: Need help in declaring resource file

2005-07-21 Thread Swapnil Patil
Hi Tamas, Now I have included stuts1.2.7.jar, along with struts-config_1_0.dtd. struts-config_1_1.dtd. struts-config_1_2.dtd. in \webapps\register\WEB-INF\lib Resorce file path is \webapps\register\WEB-INF\classes\resources\MessageResource.properties still I am getting the same error. Ever

RE: Need help in declaring resource file

2005-07-20 Thread Swapnil Patil
wrote: > > > > Hi Swapnil, > Is ur " resources " folder is under classes > Directory ? > If not Pls try putting it. > Also pls let me know which version of Struts are u > using ? Is it 1.2 ?? > Thankx > Best regds, > Amol > > > > >

Need help in declaring resource file

2005-07-20 Thread Swapnil Patil
Hi, I am trying a sample struts application. My struts-config.xml is like this- I am getting exception on server like Parse Error at line 54 column 65: Element type "message-resources" must be declared. org.xml.sax.SAXParseEx

Re: Hi-New to this group

2005-07-20 Thread Swapnil Patil
Hi Maya, I had tried the Hibernate whith web-application. http://www.hibernate.org/hib_docs/reference/en/html/quickstart.html This link is very useful to start Hibernate in any Web-Application. Also the book Hibernate In Action is good book. Two chapter of this book are freely available for downl