write bean without propertys with primitve Datatypes

2004-09-14 Thread Claudia Woestheinrich
HI, I have a question. I want to user the iterate tag like: ? here the property code is an other bean The Beans-Code: public class Entity(){ private Code code; private String name; publich Entity(){} public String getName(){ return name; } public Co

multibox indexed

2004-09-10 Thread Claudia Woestheinrich
Hello, I have a big Problem with reading the values of the text-field in the iterate-tag. The Value with the ID=1 is all time wrong! and the athers are ok.? The Value with the index=1 is all time the value of the initialisation and not the changed. My JSP: .  

struts-el

2004-09-09 Thread Claudia Woestheinrich
Hallo, I want to uses Struts-el but I can't find the source. Where can I get it? Thanks Claudia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Antwort: Re: problem with multibox

2004-09-07 Thread Claudia Woestheinrich
..Thanks that works. Now I have in the JSP-Page checkboxes and textfields. I want to write the two values (test,info) in an Map or Array[][]. How must I do this in the ActionForm? Thanks Claudia My JSP: --

problem with multibox

2004-09-07 Thread Claudia Woestheinrich
Hi, I have a Problem with using multiboxes. I want to generate following HTML-Code: Ronja Petra Heini But I became: 2002 Ronja 2003 Petra 2004 Heini What must I do??? Thanks Claudia My JSP-Code: And my Act

map-backed ActionForm

2004-09-06 Thread Claudia Woestheinrich
Hello, my JSP-Code is: ..  <%=ent.getDde ()%> Anzahl: and the ActionForm: public class ProjektDDEForm extends ActionForm{ private Map enten; /** Creates a new instance of ProjektDDEForm */ public ProjektDDEForm() { } public Map getEnten

Problem with

2004-05-10 Thread Claudia Woestheinrich
Hi, I have a Problem with the a -tag () The first time the client push the link, it works correctly and the ein.do action is startet, but the second time( when the key has the same value) the ein.do action doesn't start to work and the browser shows the old side . What can I do? I want the ein.do