|
m******t 发帖数: 2416 | 2 I use displaytag, too. And ajaxtags has a wrapper around a displaytag table
to enable ajax, which is pretty neat. |
|
a*****0 发帖数: 150 | 3 Hi,
There's Java developer position open now in my company's IT
department. location: philadelphia area (19403)
Requirements
strong java/J2EE, JSP experience
candidate should have at least 2years of experience developing web-based
applications.
Relational database programming experience, prefer Oracle.
HTML, CSS, JavaScript, AJAX, OpenSource software plus(such as displaytag)
If you think you are qualified and have interest to the position, you
can send the resume to xunqudk@yahoo. |
|
a*****0 发帖数: 150 | 4 Hi,
There's Java developer position open now in my company's IT
department. location: norristown (19403)
Requirements
strong java/J2EE, JSP experience
candidate should have at least 2years of experience developing web-based
applications.
Relational database programming experience, prefer Oracle.
HTML, CSS, JavaScript, AJAX, OpenSource software plus(such as displaytag)
If you think you are qualified and have interest to the position, you
can send the resume to x*****[email protected],if you are really |
|
g*****g 发帖数: 34805 | 5 displaytag, extremeComponents 还是自己写? |
|
|
m******t 发帖数: 2416 | 7 The only tag I still use from Ajaxtags is the display table wrapper that "
ajax'lize" the displaytags table tag.
After having worked with a couple of Java-oriented ajax frameworks, I turned
to those pure client-side javascript ones, and eventually settled with
Yahoo library and scriptaculous. They are way more powerful and flexible.
All I have to do is keep my head down and respect javascript as a serious
language. 8-) |
|
g*****g 发帖数: 34805 | 8 In display tags, how do I change the layout of table headers and footers.
e.g. Can I put the pagination bar at the bottom? |
|
g*****g 发帖数: 34805 | 9 cool, exactly what I want, thanks a lot.
It looks like you can't specify the export banner location though,
not that I care, just curious. |
|
m******t 发帖数: 2416 | 10
It's rendered in a div, so you can maybe try "position:absolute" within the
container div in your css. Just a thought. |
|
g*****g 发帖数: 34805 | 11 This is in a comparison of JSF vs. Wicket.
http://ptrthomas.wordpress.com/2007/05/14/a-wicket-user-tries-jsf/
I manage a project that started off innocently enough a year and half ago
using SpringMVC and JSTL markup for the presentation tier. Acegi managed
authentication/authorization. We soon added Displaytag for handling table
layouts, Struts-Menu for a menubar, and SiteMesh for page decorating.
Eventually we felt the need for more control over page navigation so we
added SpringWebflow and fou |
|
A**o 发帖数: 1550 | 12 这个export还是跟tiles不兼容吗?有什么workaround吗? |
|
S****h 发帖数: 558 | 13 For your purpose, if you are familiar with javascript framework, both jquery
or dojo has something for that.
If you like jsp, try "http://www.displaytag.org/1.2/". It is a simple new jsp tag, not as fancy as javascript's stuff,
but has all the function you mentioned. |
|
m******t 发帖数: 2416 | 14 If you have to use jsp only (which isn't a good idea as goodbug pointed out)
, checkout the pagination support in displaytags. |
|