RE: NewBie: Iterations for a constant no. of times

2003-08-03 Thread Oguz Kologlu
You should be using the JSTL for this. Have a look at a concise JSTL reference at: http://www.manning.com/bayern/appendixA.pdf Oz -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Monday, 4 August 2003 12:06 AM To: Struts Users Mailing List Subject: RE: NewBie:

RE: NewBie: Iterations for a constant no. of times

2003-08-03 Thread Oguz Kologlu
: Iterations for a constant no. of times you mean to say there is absolutely no way I can achieve it by using Struts??? If that is the case,struts is not a wise choice to use in our apps..because we don't know what is present there and what is not -Original Message- From: Oguz Kologlu [mailto

Action with no associated form bean?

2003-07-27 Thread Oguz Kologlu
Hi all, I'm having some problems getting a form that has no associated form bean to display. It's basically a logout form with no fields that calls a logout action but has no form values so doesn't require a form bean - yet it seems you must have a form bean to call an action. Is this the

RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Oguz Kologlu
Shilpi, You should also make sure you are not actually in the same session. If you use IE and press ctrl-n for a new window you will be in the same session to the server. Oz ps. too funny - you work for xerox!!! ;) well, maybe not that funny. -Original Message- From: Jain, Shilpi

RE: [OT] OJB or Hibernate??

2003-03-29 Thread Oguz Kologlu
I've been using JDO ( Triactive JDO ) and so far I think it has worked quite well. I haven't actually used Hibernate but it does look quite similar to JDO and appears to be little easier to configure since it doesn't have to be vendor neutral - ie no vendor specific extensions. Of course JDO

RE: Need Advise: use Struts/XSLT

2003-02-12 Thread Oguz Kologlu
Hi, There is an article on theserverside.com that discusses this issue at: http://www.theserverside.com/home/thread.jsp?thread_id=17866article_count=1 6 To oversimplify - it says you should develop JSP Documents ( well formed xml ) and use xslt for presentation/rendering/i18n etc. Regards Oz

RE: Need Advise: use Struts/XSLT

2003-02-12 Thread Oguz Kologlu
10:29 To: 'Struts Users Mailing List' Subject: RE: Need Advise: use Struts/XSLT -Message d'origine- De: Oguz Kologlu [mailto:[EMAIL PROTECTED]] Date: mercredi 12 février 2003 11:15 À: Struts Users Mailing List Objet: RE: Need Advise: use Struts/XSLT Hi, There is an article

Clearing a form problem - bug or by design?

2002-11-03 Thread Oguz Kologlu
Hi all, I know this question has been asked before - I think i know the reason why some people are having issues clearing a form - the same as I am. I don't know if the problem is really a bug, by design or if I'm going about it the wrong way but it has been driving me nuts - ( update: I've

RE: form submit() method is not recognized.

2002-08-17 Thread Oguz Kologlu
It's not actually a problem with struts - you can't submit from a select. Oz -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Sunday, 18 August 2002 8:52 AM To: 'Struts Users Mailing List' Subject: RE: form submit() method is not recognized. Try doing something