Re: how can i get attribute from inbed object?

2005-12-02 Thread David Moss
? Without more information on this class there is no way to tell. Nathan On Dec 1, 2005, at 10:26 AM, David Moss wrote: Hi, Has anyone managed to get this to work? I'm trying to do something very similar, but it's not working. I have a class IProjection with a property name. If

Re: how can i get attribute from inbed object?

2005-12-01 Thread David Moss
Hi, Has anyone managed to get this to work? I'm trying to do something very similar, but it's not working. I have a class IProjection with a property name. If I try the following map insert into feature_set (format_id, projection_name, bounds) values(#format.id#, #projection.name#,

Re: Dynamic tables.

2005-11-02 Thread David Moss
mmer. You may be able to do the insert using $substitution$ and #parameters# with iterate tags - I have never tried that, but give it a shot - it may work. Larry On 11/1/05, David Moss <[EMAIL PROTECTED]> wrote: Hi, I'm trying to create a system that dynamically generates a table

Dynamic tables.

2005-11-01 Thread David Moss
Hi, I'm trying to create a system that dynamically generates a table and inserts content according to the attributes of a dynamic data set (from imported files). The data is actually from ESRI shape files, which require a table each for their attribute information. I believe that I've been

Re: org.xml.sax.SAXParseException: Attribute "id" is required and must be specified for element type "delete".

2005-10-19 Thread David Moss
Sorry, I've found it. Hadn't closed a tag correctly. What a stupid mistake, and I'd spent ages looking for it too. David Moss wrote: I'm getting this exception when trying to start my web app in Tomcat5. my sql-map-config.xml file contains: http://www.ibatis.co

org.xml.sax.SAXParseException: Attribute "id" is required and must be specified for element type "delete".

2005-10-19 Thread David Moss
the Map sql resource file then the problems dissappear, so I guess that there's something wrong with Map.xml but I can't see what it is. Could anyone help me? David Moss. -- ** * The information in this mes