Wouter Zoons wrote:
In doc there's written that if you don't specify column name in <<FrontEndView>>'s outgoing transition's tablelink, the button/hyperlink (depending on transition's type) for the row will be generated in it's own column, instead of the one you would normally specify. While this works for transition type set to form, when I've set the type to hyperlink, the model validation complained that I didn't specify column in the tablelink.
yeah I will take a look at that in a moment, perhaps Chad already fixed that yesterday, not sure
Well instead of a button, its now a hyperlink (that looks like a button using CSS, so can be customized)..
One more question - for what I've read and seen in templates, you have to include the objects ID as a table column in order to be able to generate let's say Edit and Delete buttons for each row of table. Is it so? Is there any way to hide the column with the id? There should be, not everyone wants to show the id if it is just some auto-generated Long which doesn't have any special bussiness meaning, right? :)
hmm, currently you would have to edit the JSP and remove the column manually, I'll hae to think of a better way though
for the moment, if you omit the ID column, the id value will be taken from the form if you model it as an event parameter
-- Wouter
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user
------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
