Hej Kaerstin

From what I can pickup from the AndroMDA doc
AndroMDA generates these 3 artifacts (a Persistence layer) based on UML input. Take a look at
http://www.jroller.com/page/buggybean/20050710

Hopp for replik,
Martin-
----- Original Message ----- From: "Johnson, Kaerstin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org>; "Martin Gainty" <[EMAIL PROTECTED]>
Sent: Wednesday, July 13, 2005 5:07 PM
Subject: RE: sporadic no property found error



Hey,

I'm not sure which abstract base class and implementation class you
would need to see?

Also, I think the fields giving this error are not persisted, so there
are no hibernate object mappings or table fields for them?  Could this
have something to do with it?

Thanks,
Kaeri



-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 4:45 PM
To: Struts Users Mailing List
Subject: Re: sporadic no property found error

Goddag Kaerstin

I would have to see
-abstract base class and implementation class
-any Hibernate mapping files
-any DDL statements to create the tables

Tack,
Martin-
----- Original Message ----- From: "Johnson, Kaerstin" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Wednesday, July 13, 2005 3:32 PM
Subject: sporadic no property found error



I have an application that I get sporadic struts errors when I submit
the jsp page forms. The application is using struts tiles and also a
couple jsp includes, and some of the pages have two different forms
(each with different form beans) on one page.

The intermittent error says no property propertyName found under bean
form.

The submits work on the pages most of the time, and only sporadically
gives this error. The field name that it lists changes, and also it's
not always the same page.

The getter and setter methods are in the form bean and spelled
correctly. Struts action forms, struts-config, etc.. has been generated
by AndroMDA/Bp4mStruts cartridge, but looks fine to me.

Any ideas?

Here is some code from one of the JSPS:

Included jsp reads:

 <html:form action="/myActionPath/Action" method="post"
enctype="multipart/form-data" onsubmit="">
           <table>
               <tbody>
                   <tr>
                       <td class="label">Originator:</td>
                       <td class="field">
<html:select name="form" onchange="document.myFormName.submit();"
property="operation" onmouseover="hints.show('myhint')"
onmouseout="hints.hide()" styleId="filterOperationsOperation">
       <html:optionsCollection name="form"
property="operationBackingList" label="label"
value="value"/>
</html:select>
</td>

                   </tr>
               </tbody>
           </table>
       </html:form>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to