[ http://jira.andromda.org/browse/BPM-186?page=comments#action_11577 ] Wouter Zoons commented on BPM-186: ----------------------------------
hidden fields (and therefore columns) is not a problem at all, just need to decide on a tagged value (probably reuse an existing one) and just no display the field on the screen (it will be present in the page though) at this point I don't see the added value of doing a round-trip to the server, it's perhaps easier to code (no javascript), but having no javascript at all is not an option unless you want to go to the server for nearly every mouse-click you make on the other hand, the templates are easier to read when they contain javascript, it much more complex to go to the server for everything (crud service + dao grow more complex, as will the struts actions and forms) > Various CRUD form suggestions > ----------------------------- > > Key: BPM-186 > URL: http://jira.andromda.org/browse/BPM-186 > Project: Bpm4Struts Cartridge > Type: New Feature > Components: CRUD > Versions: 3.0 Final > Reporter: Leif Johansson > Assignee: Wouter Zoons > > These are suggestions for new features in CRUD forms. They may seem odd at > first > but they come from experience about what solves 80% of the problem. > 1. It would be very nice to be able to use a file upload to store stuff in a > blob field. > If possible you want to capture the mime-type and size from the upload in > the entity. > Not sure how to do this last bit though... Perhaps use tagged-values to > tie the upload > to several attributes (one for size and one for mimetype and one for > remote filename > etc etc) > 2. It would be very nice to be able to use a textarea (btw the > default-textarea size is > too small but that is another issue) instead of a textfield. > 3. It would be very nice to exclude certain attributes from display in the > table. Say > for instance that I have an attribute containing lots of freeform text. I > don't want > to display this in the table for obvious reasons. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
