Hmm .. you might want to comment out the “_javascript_” section from the JSP and try again .. I have experienced some problems with this once but did not have the time yet to take a closer look at it

 

Comment out using <%-- <html:_javascript_ …> --%>

 

-- Wouter

 

-----Original Message-----
From: Carlos Cuenca [mailto:[EMAIL PROTECTED]
Sent:
Wednesday, June 30, 2004 1:08 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Andromda-devel] BPM4Struts error on frontEndEvent

 

sorry,
this is exactly what is happening:
I had today downloaded the CVS version and compiled, and I am using Jboss 3.2.4
I had created a <<FrontEndView>> which have a <<FrontEndEvent>> transition. In the transition I create a trigger with parameters on it.
I had been trying to reproduce the error in order to explain you, I had started making test like follows:

a) I had created one parameter called "fini" of String type and it compiled and run without any error.
b) I had changed the parameter created to one parameter called "fIni" of String type and it compiled and run without any error.

c) I had changed the parameter created to one parameter called "fIni" of Date type (with the type="text" and format="strict dd/MM/yyyy" on the struts.tagged.values) and I got and error during comiling the <<FrontEndController>> on the line:
        - form.setUnnombre("fIni-test");
          I repaired with a new java.util.Date(); and compiled without errors.

After this, when I deploy I get these error

javax.servlet.ServletException: No form found under 'productoInsertarNuevoProductoGuardarDatosNuevoActionForm' in locale 'en_US'

the problem is that I can not continue with the test, since I don't know how to solve this, but the error I was talking you about was related with an error on a getAttribute method.
I give you my test-model, so you can underestand better who is this happening...

Thank you :-)

Carlos


I have no idea what you are talking about ...
First of all, it is <<FrontEndEvent>> and not <<frontEndEvent>>
Second, uppercase of lowercase should not matter
 
What version are you using ? more info plz...
 
  
-----Original Message-----
From: [EMAIL PROTECTED]
    
[mailto:andromda-devel-
  
[EMAIL PROTECTED]] On Behalf Of Carlos Cuenca
Sent: Tuesday, June 29, 2004 10:19 PM
To: AndroMDA Developer List
Subject: [Andromda-devel] BPM4Struts error on frontEndEvent
 
Hi I had noticed than when creating parameters on a <<frontEndEvent>>
    
if
  
you define them with uppercase on the name of the variable, the
cartridge does not work...
 
Carlos Cuenca
 
 
    
 
 
 
  

Reply via email to