Re: focus failing in NS on linux?

2002-01-22 Thread Andras Balogh
Hi, This is just a hint, not really tested myself.. If you can, try moving the from tag outside of any table definition. Best wishes, Andras. On Fri, 2002-01-18 at 04:02, Mark Woon wrote: > > I'm using Gnome/Sawfish, and I've tried all available focus styles to no avail. Is >anyone else

Using struts-template as taglib

2002-01-15 Thread Andras Balogh
Hi all, I want to ask you about the posibility to using the struts-template taglib in a project that is not using struts at all. Initally i searched for a template taglib at http://jakarta.apache.org/taglibs/ but i couldn't find any. I then thought about using the struts-template taglib. So i to

Re: BaseTag

2002-01-09 Thread Andras Balogh
Hi, I don't understand something. What kind of internal web server do you have that runs struts? Is it not Tomcat? If it is Tomcat you can set in the server.xml config file the proxyName and proxyPort attributes on the Connector tag. Best wishes, Andras. On Wed, 2002-01-09 at 15:54, Martin

Re: help with iterate tag

2001-12-19 Thread Andras Balogh
Hi, I think you placed the wrong id in logic:iterate. It should be something like this(not tested): ... Hope it helps, Andras. ps. Look at the logic:iterate tag description on the struts site. On Thu, 2001-12-20 at 00:50, Fred Livingston wrote: > Hi all: > > I am having a problem with

RE: Help with bean:write\bean:define whn property requires an argumen t

2001-12-19 Thread Andras Balogh
Hi, I don't know if what you are trying to do can de done without a scriptet code. If you don't care about using scriptlet you could write something like: <%=customerResults.banks(bankCode)%> Best wishes, Andras. > -Original Message- > From: Strichartz, Beth [mailto:[EMAIL PROTECTED

Re: embed html tags in the javabeans.

2001-12-18 Thread Andras Balogh
Hi, You should use filter="false" inside the bean:write tag. Every tag is well described on the struts site. I use a printed copy of the tag descriptions to lookup tag attributes, maybe you should do the same. BW, Andras. On Tue, 2001-12-18 at 21:24, John Ng wrote: > Hi, I have a javabean

Re: PLEASE: Image References in jsp

2001-12-18 Thread Andras Balogh
Hi, Do you have a in your jsp? If yes,try removing it . When images are not displayed what path do they have in the browser? Andras. On Tue, 2001-12-18 at 17:46, Dave J Dandeneau wrote: > Has anyone seen this behavior? We have an action that is used from a > couple of different mappings. Depe

using String[] for an ActionForm value

2001-12-05 Thread Andras Balogh
Hi Struts users, I have a from in wich i generate with logic:iterate textfields with the same name, let say 'desc'. In the corresponding ActionForm i have created a String array and two methods public void setDesc(String d[]) { desc=d; } public String[] getDesc() { return desc; } Struts p

Re: How to remove/reset Request Parameters in action?? - is thispossible??

2001-11-23 Thread Andras Balogh
Hi, I don't know if is the best solution but you can specify redirect="true" Andras. On Fri, 2001-11-23 at 01:24, Greg Callaghan wrote: > Hi, > > Is it possible to clear request parameters. Either remove them, or at least > reset them to another value? > > I'm trying to forward from one

Re: Statement object

2001-11-19 Thread Andras Balogh
Hi, You might try using LIMIT: SELECT LastName FROM Students LIMIT 10,20 This works in MYSQL and Postgres but is not SQL standard as far as i know. Andras. On Mon, 2001-11-19 at 19:11, John M. Corro wrote: > I'm trying to enhance performance on pages the produce listings from a given DB

Re: Pb with un-selection of multibox or select multiple objects

2001-11-19 Thread Andras Balogh
Hi, Your select multiple if NONE of the values are selected is not getting to your ActionForm.(same thing happens in case of a Checkbox) You should set you String[] variable to null (or empty ??) in the reset method. Andras. On Mon, 2001-11-19 at 17:49, Xavier Brunel wrote: > Hi all, > > I

validate() method and session timeout

2001-11-13 Thread Andras Balogh
Hi, I am using struts-1.0 and tomcat4 to develop a web application. The web application is based on users, so i am using session management. I am verifing is the user is already logged in my my Actions' class perform method, and if the session has timed out or the user is not yet logged i am fo

Using tag

2001-09-21 Thread Andras Balogh
Hi all, I want to display an "update succesful" message in my jsp page. I have in my action class the following: ActionMessages messages=new ActionMessages(); messages.add(ActionMessages.GLOBAL_MESSAGE,new ActionMessage("update.succesful.key")); saveMessages(request,messages); I am not sure w

Re: ActionError display and re-populate problem

2001-09-19 Thread Andras Balogh
Hi, I would like you to ask to keep this thread on the list because i am experiencing the same problem: my action works only if is defined in scope="session" not as scope="request". Thank You, Andras. Ted Husted wrote: >Can you post the JSP and ActionForm source (or send it to me directly)

html:base tag ommitting port number?

2001-09-11 Thread Andras Balogh
Hi friends, I am new to Struts i have just started using it. I am writing a simple jsp that includes in the head If i acces my jsp trough http://virtual1.myhost.com:8080/login.jsp and viewing the source the