Re: Can it be done in Struts

2006-12-18 Thread ahmet hassan
You may try this; html:textvalue=${object.value}/ 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

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

Re: Popup

2005-05-26 Thread ahmet hassan
Hi, you may do some scripting for this.Try: body onUnload=window.opener.form.field.value=myValue --- 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

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: tr td class=cell02Kurum

Re: Struts1.1 ,displaytag ,tiles weblogic 8.1

2005-03-16 Thread ahmet hassan
. this 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 use didplaytag. (displaytag-11.tld displaytag-1.0.jar

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: filter filter-nameResponseOverrideFilter/filter-name filter-classorg.displaytag.filter.ResponseOverrideFilter/filter-class