AW: Formatting Dates, Integers...

2002-02-04 Thread Hudayioglu, Fehmi
Development with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ Hudayioglu, Fehmi wrote: Hi fellows, I have searched the mailing list in hope to find a way to display a number in format (e.g:120.200,32). I couldn't find any solution. There were some messages proposing

AW: Are Vectors in a FormAction set to null after a user has submitted a form?

2002-01-31 Thread Hudayioglu, Fehmi
Hi default is session. -Ursprüngliche Nachricht- Von: Antony Stace [mailto:[EMAIL PROTECTED]] Gesendet am: Friday, February 01, 2002 8:46 AM An: Struts Users Mailing List Betreff: Re: Are Vectors in a FormAction set to null after a user has submitted a form? Thanks for the reply Chuck.

AW: Struts on WebSphere 4.0

2002-01-29 Thread Hudayioglu, Fehmi
hello what kind of patch is that? -Ursprüngliche Nachricht- Von: Rob Breeds [mailto:[EMAIL PROTECTED]] Gesendet am: Tuesday, January 29, 2002 2:40 PM An: Struts Users Mailing List Betreff: Re: Struts on WebSphere 4.0 If you have an ear or war you should be able to deploy just like any

Formatting Dates, Integers...

2002-01-28 Thread Hudayioglu, Fehmi
Hi fellows, I have searched the mailing list in hope to find a way to display a number in format (e.g:120.200,32). I couldn't find any solution. There were some messages proposing to play on the getter and setter methods. But, this is not a solution we imagine. Because we have some object

AW: Reload classes and Application Resources

2002-01-24 Thread Hudayioglu, Fehmi
Hi, You can hot deploy anything you want. However, if you a change something in struts-config.xml or web.xml file, you have to restart your application server. By the way, you shouldn't move those classes to the weblogic's classes directory. Instead, move them to your

AW: How to use Log4j with a startup logging servlet

2002-01-16 Thread Hudayioglu, Fehmi
Use this - import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import org.apache.struts.action.ActionServlet; import org.apache.log4j.xml.DOMConfigurator ; import org.apache.log4j.Category ; import

AW: multipe bean:define's in one page?

2002-01-11 Thread Hudayioglu, Fehmi
hello, as far as I remeber you are not allowed to use same id in page more than one. Maybe, I am wrong. Tschau. -Ursprüngliche Nachricht- Von: Moritz Petersen [mailto:[EMAIL PROTECTED]] Gesendet am: Friday, January 11, 2002 6:11 PM An: Struts Users Mailing List Betreff:

JSP scriptlet nested inside struts tag.

2002-01-07 Thread Hudayioglu, Fehmi
hello, I know we had some similar questions. But I couldn't make it run. I know we can use scriptlets inside of any struts tag. here is what I wrote: form:text readonly=%=true % property=kontofuehrung1data.knelimitregion1 styleClass=N100 / And I got an error of

AW: JSP scriptlet nested inside struts tag.

2002-01-07 Thread Hudayioglu, Fehmi
=%=myBooleanTest% property=kontofuehrung1data.knelimitregion1 styleClass=N100 / Lee Torrence -Original Message- From: Hudayioglu, Fehmi [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 6:25 AM To: '[EMAIL PROTECTED]' Subject: JSP scriptlet nested inside struts tag. hello

How to use JSP inside Struts tag

2001-12-20 Thread Hudayioglu, Fehmi
Hello, are there any good and complete source about how to use jsp embedded in the struts tag HAPPY NEW YEARS, AND HAPPY CHRISTMAS! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jsp pages under WEB-INF..

2001-12-19 Thread Hudayioglu, Fehmi
Or you can put this into the web.xml file welcome-file-list welcome-filelogon.jsp/welcome-file /welcome-file-list So this page will be loaded when you write only your context. example. http://myserver/myContext/ will load hoooppp- the page http://myserver/myContext/logon.jsp.

comparison of from beans.

2001-12-18 Thread Hudayioglu, Fehmi
hi, I want to make a comparison between old and new values of a form, and I want to send only changed fields to the database. Do you have any idea how to do it optimally?. I know similar questions flied in the group, but nobody gives a satisfactory response to these question. I know there are

getting the nth value inside of a vector.

2001-12-18 Thread Hudayioglu, Fehmi
Hello, how can i get the n'th (say, 2) value kept in a vector? thanx. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: PLEASE: Image References in jsp

2001-12-18 Thread Hudayioglu, Fehmi
Sorry this is not an answer mail. But we are suffering almost from the same problem. when I call my jsp page directly, the page is displayed properly but when it is forwarded from an action bean (through the struts-config.xml of course), the page sucks literally. I don't know the reason. Of

AW: Populate ActionForm with an XML DOM object

2001-12-17 Thread Hudayioglu, Fehmi
Hi, I have done reading XML file thing in JSP. this works with jaxp1.1.3 (if you dion't have this in your application server, just put in the lib directory of your application - tmcat 4 doesnot require this anyway). In the attachment you can find useful methods hope work fine. good luck. fehmi.

different versions of same library,and how to use the desired one.

2001-12-14 Thread Hudayioglu, Fehmi
Hello, My question is not directly (but indirectly) related with struts, but hopefully someone experienced can answer this question. I wrote a JSP that reaches an XML file, and retrieves the contents. The page worked fine in TOMCAT4, but didn't work in websphere 4.0. After a few investigation,

Struts-config forward. but are there any?

2001-12-14 Thread Hudayioglu, Fehmi
Hello, I am a bit speed today. Another question of mine. Are there any choices other than using 'forward' in struts-config.xml? I remember, once someone said something like 'include'. I search for the sources, but I couldn't reach anywhere.please let me know if there is a source for this, or if

AW: Struts-config forward. but are there any?

2001-12-14 Thread Hudayioglu, Fehmi
tag lib. Jon. -Original Message- From: Hudayioglu, Fehmi [mailto:[EMAIL PROTECTED]] Sent: 14 December 2001 09:11 To: '[EMAIL PROTECTED]' Subject: Struts-config forward. but are there any? Hello, I am a bit speed today. Another question of mine. Are there any choices other than using

possible to keep old and new values inside of a form bean

2001-12-14 Thread Hudayioglu, Fehmi
Hi folks, I am sending two values to form bean and then user have the privilege to change these two values. To restore the database I must also store the old values that I have conveyed to screen from the formbean but as the user alters the data my old values are vanished. What will be the

AW: possible to keep old and new values inside of a form bean

2001-12-14 Thread Hudayioglu, Fehmi
be used for data that goes from forms to Action class vice versa. This is part of your business logic (or maybe of DB integrity checking) - so if your system is large(ish) you'll want to have that logic in classes called from your Action class. Keith. --- Hudayioglu, Fehmi [EMAIL PROTECTED] wrote

AW: Resin Struts Config Help

2001-12-14 Thread Hudayioglu, Fehmi
hi, I realized that you have putted your struts-config tag in the xml file to the wrong place. it should nest all the other items. test your XML by opening it in the internet explorer. fehmi. -Ursprüngliche Nachricht- Von: Matt Koidin [mailto:[EMAIL PROTECTED]] Gesendet am: Friday,

AW: Newbie Question: dynamically setting value in a struts link tag / also dynamically placing value from a JavaBean Collection into a Struts Form attribute.

2001-12-12 Thread Hudayioglu, Fehmi
hi, if you are using struts 1.0, there is no way to create links (or checkboxes... )dynamically, unless you use nightly builds or wait for the struts 1.1 (as far as I know). I had the same problem with struts 1.0 and my solution was like this. though I have still some doubts on this solution. in

assigning correct reference.

2001-12-12 Thread Hudayioglu, Fehmi
Hi guys, maybe it sounds quite as a basic question, but I don't know the answer. I have images, JSP include pages and other staff referenced within my page. I wrote that references like this. jsp:include page=../include/header.jsp flush=true/or img src=../images/btnFirst.gif / They work on my

relatively complicated iterate problem.

2001-11-27 Thread Hudayioglu, Fehmi
Hello all, I am trying to create a table where Its columns will be generated dynamically. I coded something like this which works quite fine, logic:iterate id=UserAdmin name=UserAdminFormBean property=listrowcontent indexId=index offset=0 TR TDSome other UserAdmin

AW: How to iterate in reverse order

2001-11-26 Thread Hudayioglu, Fehmi
Did you try to reverse in the Form bean, and iterate that newly reversed vector. -Ursprüngliche Nachricht- Von: Stefano Mancarella [mailto:[EMAIL PROTECTED]] Gesendet am: Monday, November 26, 2001 3:29 PM An: Struts Users Mailing List Betreff: How to iterate in reverse order Is there a

AW: How to display an option(s) in a select tag as checked

2001-11-22 Thread Hudayioglu, Fehmi
Hello I used the code below form:select style='FONT-SIZE: xx-small; WIDTH: 189px; size:1' name='AuditActionFormBean' property=selectedstatus onchange='form.submit()' form:options name=AuditActionFormBean property=listauditstatus/ /form:select and my formbean has these properties,

AW: Log4J and Struts

2001-11-22 Thread Hudayioglu, Fehmi
Hi, We have subclassed the ActionServlet and loaded the our log4j Config file in the servlet init() method. You can put the config where you like - we specify the location in a Servlet initialisation parameter. We prefer to use a config file since we can configure our categories in one place.