Re: paging in struts

2005-11-29 Thread Jean-Charles Giardina
2005/11/29, Raghuveer <[EMAIL PROTECTED]>: > Could any one give me information of how to implement paging > in my struts application that display records by logic:iterate tag. > > Is any better way of implementing pagination by struts tags.? You can try tag ! You can found it here : http://displa

Re: Play an audio file

2005-11-29 Thread Jean-Charles Giardina
2005/11/29, Vijaya S <[EMAIL PROTECTED]>: > Hi, > > I have a situation where I need to open a file (File can be text, Audio/ or > video). All kinds of text files are opening up okay(Image, PowerPoint, Word > etc). If the file is an audio instead of opening the file using Windows > Media Player, it

ServletException: duplicate class definition ?!

2005-12-15 Thread Jean-Charles Giardina
Hi every body, I get an javax.servlet.ServletException: duplicate class definition: com/amarda/framework/taglib/RowTag on webapp start up only. Upon refreshing the page this error goes away. This exception occurs when using more than one frame (including internal frame). Tks folks.

Re: ServletException: duplicate class definition ?!

2005-12-15 Thread Jean-Charles Giardina
Thank, But all my JAR are in WEB-APP/lib. And I've not found multiple copie. In my my frame there is only JSP from one webapp ! Regards. 2005/12/15, Laurie Harper <[EMAIL PROTECTED]>: > Jean-Charles Giardina wrote: > > Hi every body, > > > > I get an javax.ser