dependent scrolls

2008-12-14 Thread hello_everyone
Hi, Is it possible to connect two scroll, when user scrolls one the other one also scrolls. i am using struts 1.x Regards

Re: setting a text field

2008-12-08 Thread hello_everyone
i am doing all what you are suggesting, but it is not working. i think there is some problem in configurations. i will look into it. thanks On Mon, Dec 8, 2008 at 4:19 PM, Dimitar Vlasev <[EMAIL PROTECTED]> wrote: > Hi, > have you ever read something about struts forms before asking questions > h

setting a text field

2008-12-08 Thread hello_everyone
Hi, I am trying to set a html:text value from one action. That text field is in the jsp page which is shown once the page (for action action is defined) is successfully submitted. But the problem is that the value in the jsp page is not set. It is null all the time. Do I have to send value with

Re: .do and .jsp

2008-12-05 Thread hello_everyone
so how can i solve .do issue. the jsp files are not under WEB-INF. so in struts-config.xml it requires path to jsp. and if i try with .do, it finds nothing. regards On Thu, Dec 4, 2008 at 6:22 PM, Greg Lindholm <[EMAIL PROTECTED]> wrote: > > You don't need to keep your jsp's under WEB-INF, you c

running stored procedure

2008-12-05 Thread hello_everyone
Hi, Can anyone suggest some samples for running stored procedures from strut application? Regards

Re: .do and .jsp

2008-12-02 Thread hello_everyone
Is there any way to make this work, without moving .jsp pages to web-inf. i am using Jdeveloper and they are under Web Content->pages On Tue, Dec 2, 2008 at 3:02 PM, hello_everyone <[EMAIL PROTECTED]>wrote: >type="mypackage.Test2Action" > scope=

Re: .do and .jsp

2008-12-02 Thread hello_everyone
the problem seems to be : jsp pages are not in web-inf. but all other pages are working with .do except the one which i added. On Tue, Dec 2, 2008 at 2:06 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/2 hello_everyone <[EMAIL PROTECTED]>: > > > ty

Re: .do and .jsp

2008-12-02 Thread hello_everyone
//it works if it change it .jsp and add one more level //from path On Tue, Dec 2, 2008 at 1:21 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/2 hello_everyone <[EMAIL PROTECTED]>: > > i have it like this > > > > action > > *.do > >

Re: .do and .jsp

2008-12-02 Thread hello_everyone
application is in 1.2.9 not in struts 2.0 On Tue, Dec 2, 2008 at 1:08 PM, hello_everyone <[EMAIL PROTECTED]>wrote: > i have it like this > > action > *.do > > > any idea? > > > On Tue, Dec 2, 2008 at 10:42 AM, nikunj <[EMAIL PROTECTED]>wrote: &g

Re: .do and .jsp

2008-12-02 Thread hello_everyone
action >*.do >*.jsp > > > Regards > Nikunj Mulani > > -Original Message- > From: hello_everyone [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2008 1:25 PM > To: user@struts.apache.org > Subject: .do and .jsp > > Hi, > > > >

.do and .jsp

2008-12-01 Thread hello_everyone
Hi, I am working on an application, which is developed with struts 1.2.9. I added a .jsp page and action against that page. Now the problem is: if in struts-config.xml, I specify the path of page with .jsp, it works. But with .do extension it doesn't work. Is there any other place in struts bes