Hello,


I use in my usecases some transitions that do not contain any parameter and I 
doesn't use any tagged value on it.

It was working until I update the andromda version (I update today and my last 
update of andromda was the 11th of July).



Transitions between two action states still work find.

But transition toward Final State doesn't create any form and throws the 
following exception during execution.

I think its a bug.




Quote:
root cause



javax.servlet.jsp.JspException: Cannot retrieve definition for form bean null 
on action /MainPage/MainPageDisplayProcess

        org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:761)

        org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:443)

        
a.ch.nash.myapp.usecase.first.main_002dpage_jsp._jspx_meth_html_form_0(Unknown 
Source)

        
a.ch.nash.myapp.usecase.first.main_002dpage_jsp._jspx_meth_tiles_put_3(Unknown 
Source)

        
a.ch.nash.myapp.usecase.first.main_002dpage_jsp._jspx_meth_tiles_insert_0(Unknown
 Source)

        a.ch.nash.myapp.usecase.first.main_002dpage_jsp._jspService(Unknown 
Source)

        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)

        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

        
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)

        
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)

        
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)

        
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)

        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)

        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)

        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

        
org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)

        ch.nash.myapp.utils.SecurityFilter.doFilter(SecurityFilter.java:26)
(end of quote)








Adding the tagged value "andromda.struts.action.type=hyperlink" on the 
transition solve the problem.
--
nash360
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3183#3183
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to