AW: ApplicationResources.properties

2001-08-31 Thread Stefan Faist
icationResources.properties file under the > web-inf/classes/messages folder (as per this given xml entry) > > Regards, > Gane > > -Original Message- > From: Stefan Faist [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 31, 2001 5:56 PM > To: Struts > Subj

ApplicationResources.properties

2001-08-31 Thread Stefan Faist
Must this file saved under the /WEB-INF/classes directory or can I save it direkt under the /WEB-INF directory? And how is then the entry in the web.xml? Stefan -- hmi-Informatik GmbH Zettachring 6 - D-70567 Stuttgart E-Mail: [EMAIL PROTECTED] http://w

jsp:include

2001-08-17 Thread Stefan Faist
Hello all, I want to include a jsp page in an other. But the struts-tags are not rendered. This ist the code for the include: and this the code of the menue.jsp: . . .  Logout

error page

2001-08-09 Thread Stefan Faist
Hello all, I want call a error page when an error happend. In the xxAction it works fine, but how can I do this in the xxForm? There I cant't call an forward to call my error page. Can someone help me? Thanks in advanced STEFAN -- hmi-Informatik GmbH Ze

show errors on a new page then back bat fields empty

2001-08-09 Thread Stefan Faist
Hi all, I have a logon page and when a error happend , then I load a new page with the error messages and a ok button. When I click on this button I forward back to the logon page. But the fields are empty and the user must fill out the fields repeatly. And another problem, how can I load another

AW: recognizing a button

2001-08-09 Thread Stefan Faist
Hallo Bernhard, with String property = request.getParameter("load") you save "Load" in the String property Stefan > -Ursprüngliche Nachricht- > Von: Bernhard J. Hirschmann [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 9. August 2001 12:26 > An: Struts-User > Betreff: recognizing a b

html:error and frames

2001-08-09 Thread Stefan Faist
Hallo all, I have a frameset with an menue a footer for system messages and tha main frame. When in the main frame an error happend, the error messages should be diblaed in the footer. Where must I set the and what parameters should I set in the tag? When I set the simply in the footer nothing

setter no called

2001-08-08 Thread Stefan Faist
Hello all, I have my own tag that generates a link to save a field in the database. But when I click the link the setter methods from the fields were not called. How can I do this? This is the generated link: Can someone help? Best regards. STEFAN --

html:select and html:options

2001-08-06 Thread Stefan Faist
Hello all, I these two lists: I want this: When I select one element in the list <... id="names" ...> the then the list <... id="aktivitaeten" ...> get elements, that are the activities from the element of

checkbox

2001-08-02 Thread Stefan Faist
Hello All, I have the fallowing iteration: // Here I want to have a checkbox. With this checkbox I want to select which "aktivitaet" I want to delete. // But how can I access to these checkboxes? I hope you understand what I want. Have someone a solution for my Problem. B

Load classes without restart tomcat

2001-07-31 Thread Stefan Faist
Hallo all, can I load classes that I have chance without restart Tomcat? When I chance classes then I get this error: javax.servlet.ServletException: org.apache.struts.util.PropertyMessageResources Is there a possibility to do this? Best regards, Stefan

forward problem with frames

2001-07-30 Thread Stefan Faist
Hi all, why have a frameset and open a link without this framset. Then I want to go back to the frameset with this forward. the main.jsp is the page with the frameset. But this forward opens a new window? Why does it do that and how can I open this in the same Window? This forward called with a

forward diffrents beetween link and xxAction

2001-07-26 Thread Stefan Faist
I have the fallowing code in my jsp-site. The html:submit call the same forward like the html:link.   Delete   And now the problem: the Link works fine, but the button open a new browser window and I don't know why. What

forward an _parent Frame

2001-07-26 Thread Stefan Faist
Hallo All, I have a frameset and in this frameset I oben an new page in the hole window, without frames. Now I click a button and I want to go back to the frameset. How can I do this? In the struts-config I can't use the parameter target in the forward element. Any help on this? Stefan

logic:equal

2001-07-19 Thread Stefan Faist
Hi all, I call a jsp page with this foward: and now I want do use the -tag. But how can I access to the property="action" with his value="Edit"? What do I take parameter, name or header? And how does I use these. The menue.jsp has no form or action. It is only a link-page Thanks in advance for

getSession in xxxForm

2001-07-18 Thread Stefan Faist
Hello All, I have set an attribute into a session: "session.setAttribute("id", xxxForm.getId());" Now I want to get this attribute in a xxxForm: "session.getAttribute("id");". But I have no HttpRequest object. How can I get the session in the xxxForm? Can someone help me? Stefan

struts-user@jakarta.apache.org

2001-07-15 Thread Stefan Faist
Hi all, I want to submit a the parameters sction, login and id. But in my xxxAction there are in the parameter list that was submit is no parameter with the name login or id, only submit. the fallowing code I have in the JSP file: Can somebody help me? Stefan

Unknown error

2001-07-13 Thread Stefan Faist
Hi all, I get this Error: 2001-07-13 11:41:58 - Ctx( /zeiterfassung-struts ): IOException in: ( /zeiterfassung-struts + /hmistyle.css + null) Connection aborted by peer: socket write error When I submit to another jsp site what should I do with this? The application runs without problems. But an

like editRegistration in struts-example

2001-07-11 Thread Stefan Faist
Hi, I want to do the same like the struts-example do when you click on "Edit your user registration profile" Then the field Username, Fullname, From Adress already filled out. How does this work? I have a xxAction like the EditRegistrationAction. There the regform is filled with the user data. I

Create and Edit, fill out fields or not

2001-07-11 Thread Stefan Faist
Hi, I have a JSP-site with fields to fill out and the same site to show me the fields, like the registration.jsp in the struts example. I want to do the same, but how can I fill out the fields? The titel is easy to create with the logic:equal tag but with the other fields I have a problem. Pleas

logic equal

2001-07-09 Thread Stefan Faist
Hi, in my struts-config.xml the fallowing forwards: And in the verwaltung_2.jsp I want to do this: But I get this error: javax.servlet.ServletException: No bean found under attribute key verwaltung_2 Do any one know what I do wrong? Best regards, Stefan Faist

button instead of link

2001-07-09 Thread Stefan Faist
Hi, how can I use a button instead of the fallowing link? The button should do the same as the link. Best regards, Stefan -- hmi-Informatik GmbH Zettachring 6 - D-70567 Stuttgart E-Mail: [EMAIL PROTECTED] http://www.hmi-informatik.de

Problems with select ans iterate

2001-07-09 Thread Stefan Faist
>property="imagen"/> > > > > > > > Listado is a session Constant that's loaded at the Action. > Good Luck! > > > -Mensaje original- > > De: Stefan Faist [SMTP:[EMAIL PROTECTED]] > > Enviado el: l

html:option & html:select

2001-07-09 Thread Stefan Faist
ist for my jsp-site? How can I call this methode? Best regards, Stefan Faist -- hmi-Informatik GmbH Zettachring 6 - D-70567 Stuttgart E-Mail: [EMAIL PROTECTED] http://www.hmi-informatik.de

struts-user@jakarta.apache.org

2001-06-29 Thread Stefan Faist
Hi, I have a ArrayList in a xxxAction and make a "session.setAttribute("list", list);". How can I access to this array from the forward jsp-site? In this jsp-site I have a fallowing: What do I make wrong, or do somone have another possibility. Best regards, Stefan Faist