Re: debug=console and profiling=yes in Struts 2.0.1

2006-10-24 Thread Matt Raible
With debug=console, I get: ERROR - OgnlValueStack.setValue(176) | Error setting expr 'console' with value '[Ljava.lang.String;@2bf86' java.lang.RuntimeException: No object in the CompoundRoot has a publicly accessible property named 'console' (no setter could be found). at com.opensymphon

DynaValidatorForm not working

2006-10-24 Thread Wjleon
Hi, I am trying t use Dynavalidation in a simple test form and it is not working, i.e., I don’t get any error or something similar, instead, the app. “jumps” the validation rules I have set. Here is the extract of my code. I hope someone can help me, here is a extract of my code:

Re: debug=console and profiling=yes in Struts 2.0.1

2006-10-24 Thread Don Brown
What is puzzling is that profiling isn't working. When you append "profiling=yes" to the query string, Struts will start printing out profiling information to the log. If you have a lot of logging messages, these profiling statements might be lost among the clutter. For the debugging console

Re: debug=console and profiling=yes in Struts 2.0.1

2006-10-24 Thread Matt Raible
On 10/24/06, Don Brown <[EMAIL PROTECTED]> wrote: Those errors are fine, actually, although it is true they should be cleaned up to minimize confusion. Do you get the OGNL console popup? No. If not, I'm guessing you are using sitemesh? Yes. We did the demo at ApacheCon with the starter a

Re: debug=console and profiling=yes in Struts 2.0.1

2006-10-24 Thread Don Brown
Those errors are fine, actually, although it is true they should be cleaned up to minimize confusion. Do you get the OGNL console popup? If not, I'm guessing you are using sitemesh? We did the demo at ApacheCon with the starter archetype app, which also uses Sitemesh, so it can work. Also,

Re: [Struts2] Message Resource configuration as it was in Struts1

2006-10-24 Thread Don Brown
Yeah, I'm curious what the advantages of a new system would be over simply overriding Action.getText() and substituting your own lookup logic. As an aside, Patrick keeps threatening to rework the localization so hopefully he'll tackle this request at the same time. Don Oleg Gorobets wrote: I

Re: ajax tags

2006-10-24 Thread Musachy Barroso
Ok, in that case you can delete my attachment to WW-205. musachy Don Brown wrote: Ok, then put those two under one ticket. You know best :) Don Musachy Barroso wrote: That's ok, the only problem is that this one by itself would break anchor and tabbed panel. musachy Don Brown wrote: I'd

Re: ajax tags

2006-10-24 Thread Don Brown
Ok, then put those two under one ticket. You know best :) Don Musachy Barroso wrote: That's ok, the only problem is that this one by itself would break anchor and tabbed panel. musachy Don Brown wrote: I'd prefer separate issues, with attached patches. As for testing, we started to use Pa

Re: ajax tags

2006-10-24 Thread Musachy Barroso
That's ok, the only problem is that this one by itself would break anchor and tabbed panel. musachy Don Brown wrote: I'd prefer separate issues, with attached patches. As for testing, we started to use Patrick's hostedqa stuff, but we need to use it more. Don Musachy Barroso wrote: I have

Re: ajax tags

2006-10-24 Thread Don Brown
I'd prefer separate issues, with attached patches. As for testing, we started to use Patrick's hostedqa stuff, but we need to use it more. Don Musachy Barroso wrote: I have everything (I think :)) for the ajax Div Tag, do you want me to create a patch for it, or wait and create a big one when

Re: ajax tags

2006-10-24 Thread Musachy Barroso
I have everything (I think :)) for the ajax Div Tag, do you want me to create a patch for it, or wait and create a big one when I'm done with the other widgets (anchor, tree...dojo 0.2 -> 0.3)? musachy //Have you guys consider anything to test this ajax stuff? (Selenium maybe?) Musachy Barros

Re: [tiles2] TilesContextFactory refactor

2006-10-24 Thread Greg Reddin
On Oct 24, 2006, at 3:23 AM, Antonio Petrelli wrote: David H. DeWolf ha scritto: The one negative to this approach is that it will eliminate the ability to support multiple contexts (when tiles is packaged in a common classloader). The TilesUtil currently appears to be implemented in a w

Re: [tiles2] TilesContextFactory refactor

2006-10-24 Thread Greg Reddin
On Oct 21, 2006, at 10:02 PM, David H. DeWolf wrote: The one negative to this approach is that it will eliminate the ability to support multiple contexts (when tiles is packaged in a common classloader). The TilesUtil currently appears to be implemented in a way which suggests that the or

debug=console and profiling=yes in Struts 2.0.1

2006-10-24 Thread Matt Raible
I'm trying to use some features I found in Don Brown's presentation on Struts 2.0 at ApacheCon. Using debug=console and profiling=yes doesn't seem to work. When I use debug=console, I get: ERROR - ParametersInterceptor.setParameters(180) | Developer Notification (set webwork.devMode to false to

Re: Publishing Snapshots to m2-snapshot-repo

2006-10-24 Thread Wendy Smoak
On 10/24/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: Are there any constraints on deploying struts/tiles snapshots? Currently the struts2-tiles-plugin will not compile against the head revision of Tiles. I'd like to commit the necessary changes but can't until the Tiles snapshot is publishe

Publishing Snapshots to m2-snapshot-repo

2006-10-24 Thread David H. DeWolf
Are there any constraints on deploying struts/tiles snapshots? Currently the struts2-tiles-plugin will not compile against the head revision of Tiles. I'd like to commit the necessary changes but can't until the Tiles snapshot is published to a maven repo. Anyone have a problem with me simpl

Struts - checkboxes in a table

2006-10-24 Thread horvath . viktor
Hi! I have a table in a JSP page and it has got a column which contains checkboxes. I'd like to delete those rows, where the checkbox is selected. As I know, I must create an ActionForm for the table, which contains a Collection object. But when I want to retrieve the collection before the delete o

Struts - checkboxes in a table

2006-10-24 Thread RickFlair
Hi! I have a table in a JSP page and it has got a column which contains checkboxes. I'd like to delete those rows, where the checkbox is selected. As I know, I must create an ActionForm for the table, which contains a Collection object. But when I want to retrieve the collection before the delete

Re: [VOTE] Struts 2.0.1 Quality

2006-10-24 Thread Rainer Hermanns
Ted, see comments inline... > Meanwhile, are we close to a stable XWork 2 release? I believe a > stable XWork 2 is the only thing keeping us form a a GA Struts 2 > release. XWork 2 quality is a matter of our discussion. AFAIK no one else is using xwork 2 as a dependency right now. So the version c

[Struts2] Message Resource configuration as it was in Struts1

2006-10-24 Thread Oleg Gorobets
In Struts 1 I have an ability to substitute standard java.util.ResourceBundle using with my own class which extends org.apache.struts.util.MessageResourcesFactory. It was very useful if someone wants to get their translations from database instead of using simple property files. In struts-conf

Re: [tiles2] TilesContextFactory refactor

2006-10-24 Thread Antonio Petrelli
David H. DeWolf ha scritto: The one negative to this approach is that it will eliminate the ability to support multiple contexts (when tiles is packaged in a common classloader). The TilesUtil currently appears to be implemented in a way which suggests that the original intent was to support