RE: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread David G. Friedman
Have you asked this question on the struts-menu forum/mailing list at Sourceforge? That list might have more specific experience merging these packages. See: http://sourceforge.net/forum/forum.php?forum_id=160189 Regards, David -Original Message- From: M.Liang Liu [mailto:[EMAIL

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread M.Liang Liu
Pity to notice you that I give up struts-menu to ensure the display-tag can display properly. On 5/20/06, David G. Friedman [EMAIL PROTECTED] wrote: Have you asked this question on the struts-menu forum/mailing list at Sourceforge? That list might have more specific experience merging these

Sealing Violation running struts war files in tomcat5

2006-05-20 Thread Adam Hardy
Does anyone know what this error is caused by? (see below) It's from a jpetstore example application running on tomcat on Debian. A sealing violation means that a class has been loaded from a sealed package (org.apache.commons.collections in this case) and another class from the same package

Re: what is the best practice?

2006-05-20 Thread Adam Hardy
Hi Joel, your English is fine. Best practices would normally dictate that you fetch everything you need from the database in one hit. It does depend on what framework or coding pattern you are using for your database access though. I assume you are coding simple JDBC API calls? I would

RE: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread David G. Friedman
Why not try another table library instead of DisplayTag? Have you tried struts-menu with any of these: 1) The ValueList taglib: (updated last month) http://valuelist.sourceforge.net 2) eXtremeComponents paging taglib: (updated last week) http://extremecomponents.org/extremesite/index.jsp 3)

Re: HELP:I've got a new problem when I tried to use struts-menu in my Tiles using display-tag.

2006-05-20 Thread Greg Ludington
I do not use either Struts-Menu or DisplayTag, but, looking at your screen shot, it looks like both your table and your menu elements may have the same type of outline. Check your css -- it may be that your css applies the same styles (most likely some manner of border style) to elements in

Re: what is the best practice?

2006-05-20 Thread Paul Benedict
I agree with Adam. Fetch everything you can with one database call. Perform multiple JOINs and then decode the ResultSet according to how you wrote the SELECT. You can use iBATIS (ibatis.apache.org) or use the JDBC templating of the Spring Framework (www.springframework.org); the former does XML

ANNOUNCE : new Version of JSPTabControl, taglib for manage tabs

2006-05-20 Thread Angelo zerr
Hello, I mail you to announce there is a new version of JSPTabControl. In this new version you can manage state and selection of tab page at client side. If you don't know JSPTabControl, here a description of this taglib : JSPTabControl is JSP taglib for manage tabs in your JSP. This taglib

Re: [shale] pom.xml of tiles

2006-05-20 Thread Wendy Smoak
On 5/19/06, Yoshitaka Tanaka [EMAIL PROTECTED] wrote: Then, I found a diference between groupId's structure in pom.xml and structure of repository for tiles. ... groupIdorg.apache.tiles/groupId ... Is it a mistake in pom.xml ? Yes. Standalone Tiles changed groupIds several weeks ago,

Strecks Java 5 Extensions for Struts - version 1.0 beta 2 released

2006-05-20 Thread Phil Zoio
I'm pleased to announce the release of Strecks-1.0 beta 2 (see http://strecks.sourceforge.net/). Strecks is a set of extensions to Struts which leverage the power of Java 5 specific features to allow for more productive, streamlined Struts application development. Strecks is built on the

Re: drop down links.

2006-05-20 Thread Dave Newton
Abhimanyu Koul wrote: I am using drop down menus using javascript im my application. i want to know how can we use html:link in those cases for the individual entry of the drop down menu. since it doesn't use any a href You can't, because it doesn't use any a href It's handy when you