Indexed properties and populate error

2001-10-05 Thread Torsten Trzeciak
Hi, I like to put values of an array in about 20 input fields. I can do this with indexed properties (property=element[i] but after submitting this form I get a beanutil error. What 's wrong? Is there an example with indexed properties available?

Example for html:multibox tag (I get a BeanUtils.populate error)

2001-11-13 Thread Torsten Trzeciak
Hello, I always get a BeanUtils.populate error trying to submit html:multibox information. I use a form with the following tags: html:multibox property=scombo value=first/ html:multibox property=scombo value=second/ In the corresponding ActionForm I define the following var: String[]

html:text and international date / value formats (like bean:write)

2001-12-31 Thread Torsten Trzeciak
Hi, I am developing an application which must present numbers and dates in different international formats. The new bean:write tag (format attribute) works great. Although I don't know to which version the nightly built belongs. Now I need something similar for the html:text tag to present my

AW: Wrox Professional Site Design Book

2002-01-02 Thread Torsten Trzeciak
Hi, I read the book and I think it's good to get information about different web design techniques. The examples are very useful and are created especially with open source SW of the Apache group and with JBoss. The struts parts are on a basic level and I think it's better to look for articles

Howto struts on OS/390??

2002-02-16 Thread Torsten Trzeciak
Hi, we would like to run a struts 1.01 web application on an OS/390 computer. Is there a howto available (Websphere 3.5.x /tomcat) because we have difficulties with Webpshere 3.5. Is tomcat possible? Who has any experience?

Is internationalization with japanese possible?

2002-02-28 Thread Torsten Trzeciak
Hallo, I come from Germany and I would like to present my web page in japanese What is necessary? Just another resource ? Thanks in advance

How to avoid one session in multiple browser instances

2002-03-11 Thread Torsten Trzeciak
Hi, in my app there is a very common way to handle data: List - Select a row - change - save The ID of the data is in the session. What can I do to prevent multiple browser instances (e.g. CTRL N) . How can I guarantee that only one instance of the browser is open. Do they send an ID or so?

JDBC realm doesn't work with Tomcat 4.0 + IIS + isapi-redirector

2002-05-23 Thread Torsten Trzeciak
Hi I have a struts application with security constraints (JDBC realm). This works fine with Tomcat , Tomcat + Apache. But IIS 5.0 + Win 2000 + Tomcat 4.0 doesn't work. Why?