[ http://jira.andromda.org/browse/BPM-186?page=comments#action_11576 ]
     
Leif Johansson commented on BPM-186:
------------------------------------


I was thinking about actually hiding fields in tables not just limiting
the length of the fields. In most cases it it very easy to overflow the
width of the browser with a table of entities.

Hiden fields in tables can be replaced with <input type=\hidden\ /> which
takes care of validation problems. Imo this is a design-flaw and would be
best solved by an extra round-trip to the server to get the attributes
to display, but that is a separate discussion.


> 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

Reply via email to