I am using the open session in view filter and am passing my hibernate entities 
to front-end views via page variables. Many times I would like to include a 
hyperlink on the page that contains request parameters obtained from nested 
properties of my page variable entities.



A simple example is as follows: I have a study entity that has a studyId 
property and is modeled as a page variable named study. I would like to model a 
hyperlink with a parameter named studyId whose value is obtained by referencing 
a page variable as study.studyId. I would suggest bpm4struts generate the 
parameter name by stripping off all but the last component of the nested 
property. Specifying study.studyId would then generate a request parameter 
named studyId whose value is study.studyId.



It does not appear as though this functionality is supported. Many compilation 
errors related to the front-end view's form are generated when modeled.



Taking this one step further. When passing a collection of these entities to a 
front-end view for presentation in a table, I should be able to model row  
transitions by modeling the transition parameter as study.studyId and 
specifiying andromda.struts.action.tablelink as the name of the table. There 
has been some discussion about enhancing the table functionality and thought I 
would add my 2 cents.
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3530#3530
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to