Dear Wouter


>> it's currently not possible to submit more than one row at a time 



Holy Smokes!  That functionality is central to many things I need to achieve.  





>>  when a row has many input fields it's *very* difficult to know which 
>> request parameter corresponding to which checkbox



That isn't exactly what I want to do.  I don't want -many- input fields per 
row, I want one checkbox per row, and it would be the only active element in 
the row.



In the manual you say  "Using this tagged value only makes sense when used in a 
table."  It seems from that that you *have* implemented the functionality I'm 
after.  



How does one send a list of checkboxes in a table back to the server?  In the 
subsection    Activity Graphs / Event Parameters / List of checkboxes     you 
say ...

"Simply add the  @andromda.struts.view.field.type=multibox  tagged value to the 
event parameter."



What kind of an event parameter should I use?  I assumed that, for my event 
parameter, I would return the List of booleans represented by the checkboxes, 
but you go on to say ... "An additional tagged value must be set:  
@andromda.struts.view.field.multibox, the value must match a variable which 
holds a collection or array."  That suggests that the event parameter should be 
something other than the List of booleans.  What should it be, then?



If in my controller implementation I correlate the index of the booleans in the 
returned List against the index of database primary keys originally sent with 
the page variable, I can simulate the functionality I want.  Wouldn't that work?



If that really isn't viable, an obvious alternative would be to do it with 
JavaScript I suppose.  Can you suggest how/where I should intercept the 
generation process in order to insert the code to do it. 



Thanks very much for your quick response,

Hasan
--
Regards,

Hasan
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=719#719
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to