Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5385292
By: traigo

It's a bit over my head.  One of our more advanced programmers setup the base
framework from which we continued development.  I know we are using Struts2,
hibernate, Dojo (calendar, AJAX divs) Display Tag for our tabular data, 
Prototype
1.6, script.aculo.us for the pretty, MySQL, Spring2, and GlashFish2.  Netbeans
6.1 IDE with svn.

I'm not really a (good) programmer, just filling in to lend a hand.  This is
our first project with Dojo, Struts2 and Hibernate.  All previous projects were
with webwork and prototype only.  I had more control over how things worked
in those since I customized prototype for our own use and all AJAX functions
were custom.  I knew what fired and when and I could build the tables using
static HTML tags.  Display Tag doesn't let me edit the raw HTML since it builds
the tables itself.  Dojo is new to everyone here.  Basically, I know that I
insert some information on my page, setup the actions, getters and setters,
edit struts.xml, and It works.  I didn't find anything in the docs that would
let me set an onclick event for the row (tr).  Dojo docs weren't very helpful.
They have some options but it only ever fires on the first load and not 
subsequent
loads.

<s:url id="SearchUrl" action="index" method="search" namespace="/clients">
    <s:param name="decorate" value="false" />
</s:url>

<s:div id="results" cssStyle="height: 250px" theme="ajax" executeScripts="true"
href="%{SearchUrl}" loadingText="Loading!" listenTopics="/refresh" />



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to