We use jQuery to add that functionality.
  (*Chris*)

On Thu, Dec 10, 2009 at 8:04 AM, jvsrvcs <jvsr...@gmail.com> wrote:

>
> Thanks for the link.  I have some simple demos working.  Now we need
> onClick,
> onHover etc on some items in the row.  I tried a few things but nothing
> works.
>
> Is it possible to take a column and make the  data there links that also
> have onLoad, onClick, onHover depending on our needs for that column?
>
> onHover for example would popup a small message window with a help snippet,
> and go away when the mouse leaves a certain area.
>
> onClick I want a javascript window to popup with some info - if this can be
> done, can some samples from working code for the displaytag be posted?
>
>
> thanks
>
> jv
>
>
>
> jvsrvcs wrote:
> >
> > We need to pull a large amount of data from a database and display in a
> > table.
> >
> > We would like, on click of a hyperlink for a submission to happen to go
> to
> > the server to fetch the next set of data that has been either cached or
> > to query the db.
> >
> > I am sure someone has done this before as it is quite a common use case.
> >
> > We need the following features:
> >       - an html table with grid (a jsp tag if there is one)
> >       - headers (html, different color backround) - nothing new here
> >       - clickable headers that will sort the list ascending, descending
> >       - pagination
> >               - 1, 2    <= Each number is a hyperlink
> >               - Next 10 of <total>   <= is a hyperlink
> >               - Last    <= is also a hyperlink
> >
> >       Is there a way to do this using some built-in struts2 feature or
> tag?
> >
> >       If not, is there another plugin to struts2 that can provide this?
> > ----
> >
>
> --
> View this message in context:
> http://old.nabble.com/How-to-display-a-table-%28data-grid%29-using-Struts2---Is-there-a-tag--tp26712342p26729893.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to