well, if you model it as an event parameter then it will be part of a form which can be submitted to an action, with a page-variable it will just be present in the page
you cannot have page variables rendered in a widget, what you'll have to do is model them and include them manually in your JSP, since they will be present in the form you can do something like this <select name="dummySelect"> <c:forEach var="option" items="${form.myPageVariable}"> <option>${option}</option> </c:forEach> </select> this will show your page variable in a select I guess I could support rendering page variables on screen in widgets too, I'm just not sure if it's a good idea, if you would like to see that feature please file an issue in JIRA -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2623#2623 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