Re: JavaScript function inside JSP not working

2003-11-20 Thread Frat TRYAK
If you are trying to refer to one of the forms in your document, there is an array object holding all the forms in JavaScript. So you can call your form by; myForm=document.forms[0]; now myForm is the object that holds the reference to your first form in the browser. F. - Original Message

Re: HAPPY DIWALI!

2003-10-23 Thread Frat TRYAK
if you want a reason to be happy, well, happy diwali then. And tomorrow is 24 October, happy 24 October to everyone. F.

Re: HAPPY DIWALI!

2003-10-23 Thread Frat TRYAK
! OH MY GOD!!! October 24th?! Already??? Earth is going to be hit by a G3 solar blast of an X-class flare! I guess this is what we get for dissing Diwali! Woe is me! http://www.spaceweather.com -Original Message- From: Frat TRYAK [mailto:[EMAIL PROTECTED] Sent: Thursday, October

Re: HAPPY DIWALI!

2003-10-23 Thread Frat TRYAK
2003 CE? Other significance? United Nations Day? What is your point? Are you using java.sql.Date, java.util.Date, java.util.Calendar, java.util.GregorianCalendar, or .NYET? hehehe -Original Message- From: Frat TRYAK [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 9:58

Re: staticjavascript.jsp caching?

2003-08-19 Thread Frat TRYAK
The browser you are dealing with is important here, and also last modified date of the js file is important (not sure about the second one). To get rid of these kind of problems you should change the js file name and the src artribute where you call the js file, to have it updated everywhere. F.

test

2003-08-19 Thread Frat TRYAK
sorry about this message but i got a mail from ezmlm warning, checking out myself only. F.

Re: where is the correct place to create DAO ?

2003-08-14 Thread Frat TRYAK
Your tag's job is important here , as you seperate the data and business logic, I think it's not important where you create the data objects, if it allows you to use dynamic one data in every action, create the DAO in the tag... but if not, create it in your different actions. F. - Original

Re: Hello

2003-08-14 Thread Frat TRYAK
Hi lknur, I suggest you to visit the below url ; http://jakarta.apache.org/struts/resources/tutorials.html and we have a site in Turkey if you like to read turkish documents. The site is created by struts. Wish to see you there. The link is below http://www.j-tr.net F. - Original

Re: very simple if/else question

2003-08-14 Thread Frat TRYAK
Try the following c:choose c:when test=${Fund.marketStatus=='Kapal'} nbsp; /c:when c:otherwise html:radio property= /c:otherwise /c:choose F. - Original Message - From: Seyhan BASMACI (Internet Yazilimlari Yetkilisi) [EMAIL PROTECTED] To: Struts Users Mailing List