RE: appending tags

2007-12-27 Thread Al Sutton
Do it in your action code. A JSP is not the place for manipulating objects such as Lists (repeat this 100 times). -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 27 December 2007 23:56 To: user@struts.apache.org Subject: Re: appending tags Henry Pa

RE: ExtJS Plugin for Struts2

2007-12-27 Thread Al Sutton
ExtJS's license isn't directly compatible with Struts 2. Basically ExtJS allows for three "free" uses (anything else costs); 1) Want to use Ext in an open source project that precludes using non-open source software - This isn't compatible because Struts 2 doesn't preclude using non-open source

[S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-27 Thread Adrian Beech
G'day all, I've been tinkering with Struts for the first time over the past few days and have come across a small issue with the way I'm building/packaging the EAR file and how the JSP's reference the Struts taglib. The various JAR's are bundled at the top level of the EAR package in a "lib" dire

RE: Application logs

2007-12-27 Thread Al Sutton
Is there any reason to not use the JDK logging facilities these days if you're just looking for a basic logging solution? I've seen classpath conflicts caused by log4j, and I'm not a fan of adding extra levels of abstraction (such as commons-logging) when the JDK logger does the job for most weba

Location of struts_config DTD file?

2007-12-27 Thread Sridhar Raman
In the struts-config.xml file, I need to specify the location of the struts_config DTD file. Normally, this is given as an http link. But if the net is down, it obviously won't work. The documentation says that one needs to copy the DTD into the struts.jar under resources. But doing this also d

Re: Struts Tiles (1.3.8) - NoSuchMethodError Exception

2007-12-27 Thread ravi_eze
if you are using struts 2.0.x then you have to use tiles-*. 2.0.x jar files. Greg Reddin-4 wrote: > > On Dec 26, 2007 4:45 PM, Mohamed Mohideen <[EMAIL PROTECTED]> wrote: >> Hello there, >> I am trying the basic template example from Struts Tiles(1.3.8) website. >> I started with struts-blan

ExtJS Plugin for Struts2

2007-12-27 Thread James Carr
Hi All, I've been doing a lot of work with Struts2 and ExtJS lately, and have been thinking it would be simply awesome if there was a nice plugin to integrate the two so that people could create functional extJS apps by using tags alone. I noticed that a project was started, but seems to be dead a

Re: appending tags

2007-12-27 Thread Laurie Harper
Henry Park wrote: How can I append the values in a list to a struts tag? For example, in the example below, how can I append 'lastname' into 'AppendedList'? I have tried I'm not sure what you're trying to accomplish, but that doesn't look like the purpose of s:append, which ta

Re: i18n - button names

2007-12-27 Thread Laurie Harper
Raghuveer wrote: Is it possible to get the Localized button names for Struts Internationalization (i18n)..? Sure. What version of Struts? Here are some likely starting points: Struts2: http://struts.apache.org/2.x/docs/localization.html Struts1: http://struts.apache.org/1.3.8/userGuide/buil

Re: Struts Implementation in Filter

2007-12-27 Thread Laurie Harper
Frans Thamura wrote: hi all i want to implement a filter based URL if the system like this http://meruvian.org:8080/myapp/personal.action?id=1000 i want to make more human readable become http://frans.meruvian.org:8080 id 1000 = fthamura any idea all? i just think about Filter implementatio

Re: Message resources configuration

2007-12-27 Thread Laurie Harper
Sebastian Göttschkes wrote: Hi, I'm experiencing strange behaviours with the message resources and I'm not sure about where to find the problem. I defined the message resources in the struts-config.xml: In the folder named in the xml (Resources/src/com/equitystory/pms/resources/), I create

Re: Display tag and target div

2007-12-27 Thread Raghuveer Rawat
Hello quinquin2209, Is this issue resolved for you? What was the solution? I am facing same issue as you have raised. I can see display table being populated correctly on page load but when I click on any sortable column or click on next page, its result is getting opened in new window. How to keep

Re: Application logs

2007-12-27 Thread Adam Hardy
Raghuveer on 27/12/07 05:04, wrote: Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use this directly in code ..in java files and jsp files? Hi again, commons-logging is a logging-framework-neutral wrapper, the use of wh

Re: Using Log4j in struts for application logs

2007-12-27 Thread Adam Hardy
Hi Raghuveer, I don't know why you have struts.log. Perhaps a struts committer knows which struts example app uses it. But since logging is a relatively limited subject, I can make several guesses: - you have another application in your webserver which logs to struts.log - you have another lo

Re: 2.0.11: s:autocompleter

2007-12-27 Thread Vencent Chen
Hi,all, There are problem with the autocompleter when using non-English(Chinese,for example). When I input some Chinese ,autocompleter can not detect the change/input event.So it do nothing about it. Does this the problem of dojo or Struts? Thanks. On Dec 25, 2007 1:11 AM, Rodrigo

TabbedPanel question

2007-12-27 Thread Pablo Vázquez Blázquez
Is it possible to paint each tab in the tabbedpanel in a diferent color? I´m using Struts 2.0.9 Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[S2] getting the Servlet Exception in a custom error page.

2007-12-27 Thread GF
Hi everyone. I'm using Struts2, and i'm trying to create a custom error page. The default Tomcat error page show something like this: _ HTTP Status 500 type Exception report message description The server encountered an internal error () that prevented it from fulfilling this

Message resources configuration

2007-12-27 Thread Sebastian Göttschkes
Hi, I'm experiencing strange behaviours with the message resources and I'm not sure about where to find the problem. I defined the message resources in the struts-config.xml: In the folder named in the xml (Resources/src/com/equitystory/pms/resources/), I created the following files: Applica