How to use displayTag

2006-04-28 Thread makarand sonawane
Hi, I am looking for Tag implementation for Table which can be configured for external sorting and pagination. Which also support Struts( on sorting or Pagination invokes Struts Action). I have came accross displaytag opensource of sourceforge, but they lack clear documentation. It was also n

How to use html:link in Websphere Portlet

2006-03-13 Thread makarand sonawane
Hi All, I am not sure if this is correct forum , but still if some one outhere has any information. Please let me know. I am developing Struts Portlet for multiple portletes. To switch back to View Mode from Edit Mode I am using Webspher has added attribute urltype to link tag.

html:multibox for multiplecolumns

2006-03-04 Thread makarand sonawane
Hi I want informatio on how I can display multiple check boxes using html:multibox in different columns For example i have a Array of size 25 and I want display the checkboxes in 5*5 table i.e each column of the table will have 5 check boxes and each row will 5 check boxes. Regards