Struts1.1 ,displaytag ,tiles & weblogic 8.1

2005-03-15 Thread ahmet hassan
Hi all; I use struts 1.1 with tiles,weblogic 8.1 and want to use didplaytag. (displaytag-11.tld displaytag-1.0.jar) Although I configure filter in my web.xml like below: ResponseOverrideFilter org.displaytag.filter.ResponseOverrideFilter ResponseOverrideFilter *.do ResponseOverrideFilter *

Re: Struts1.1 ,displaytag ,tiles & weblogic 8.1

2005-03-16 Thread ahmet hassan
s happens because of > commons.x.x.jar file. > > i use also export filter but it does not affect my > project. > > yours sincerely > > ahmet hassan <[EMAIL PROTECTED]> wrote: > > Hi all; > > I use struts 1.1 with tiles,weblogic 8.1 and want to >

Re: ajax proj

2005-05-06 Thread ahmet hassan
Hi all, I try to use XmlHttpRequest, but I can't successfully.I have a form which is composed of 5 select boxes and on each of them, I have onchange = "submitData()" ( taken from Zammetti's sample :)).Every combo data changes each time one changes.Anyway below the code: Kurum Kodu :

Re: Popup

2005-05-26 Thread ahmet hassan
Hi, you may do some scripting for this.Try: --- Rafael Taboada <[EMAIL PROTECTED]> wrote: > Hi folks... I want two jsps, each one with its > actionform. One jsp is > a popup and it fill in a field of the main jsp. When > the popup closes, > it fill in a field with the data selected. > > Can

Re: Popup

2005-05-27 Thread ahmet hassan
When you pass the value from the pop up window's form to the main jsp's form, then yo have it in your ActionForm.When you submit the form in the main jsp, you will get the value in your ActionForm also. --- Rafael Taboada <[EMAIL PROTECTED]> wrote: > Thanks, it's cool... But is it possible to > c

Re: Can it be done in Struts

2006-12-18 Thread ahmet hassan
You may try this; "Krishna, Hari (FTT-CInternet)" <[EMAIL PROTECTED]> wrote: Hi I have a peculiar requirement where i have to show user selected questions and their corresponding answers in text boxes in the Edit page. I know how to show user sel