Problem with mapped properties

2002-01-15 Thread Maciej Koodziej
Hi, I'm building an application, which uses database as a source for configuration data. For example I have a page which enables users to customize their personal UI schema, like which columns they want to see in search result. Now that means, that I have to build dynamic html

RE: Problem with mapped properties

2002-01-15 Thread Rey Francois
inal Message- From: Maciej Kolodziej [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 15:53 To: Struts Users Mailing List Subject: Problem with mapped properties Hi, I'm building an application, which uses database as a source for configuration data. For example I have a page wh

Re: Problem with mapped properties

2002-01-15 Thread Peter Pilgrim
Unfortunately, this is limitiation of the JSP 1.1 specification You have to supply directly complete "java.lang.Strings" to any custom tag attributes. Spec says nothing about partial dynamic values. Here is the solution: % String key = "EMPLOYEE_PAYROLL_ID"; String prop_key =

Re[2]: Problem with mapped properties

2002-01-15 Thread Maciej Koodziej
Hi, In Your mail sent Tuesday, January 15, 2002 You wrote: RF I'm not really sure in understand you problem but in order for RF "property(key)" to work, you need to have the following methods on your form RF bean: RF public Object getProperty(String key) RF public void setProperty(String

RE: Re[2]: Problem with mapped properties

2002-01-15 Thread Robert Taylor
-Original Message- From: Maciej Koodziej [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 10:48 AM To: Struts Users Mailing List Subject: Re[2]: Problem with mapped properties Hi, In Your mail sent Tuesday, January 15, 2002 You wrote: RF I'm not really sure in understand you