[s2] What is the name attribute of tag for?

2007-07-09 Thread Bill Johnson
Anyone know what the "name" attribute of tag in the Struts 2 configuration file is used for? The doc at the following page doesn't mention it. http://struts.apache.org/2.0.8/docs/exception-configuration.html -Bill ___

[S2] config file inheritance (extending packages) - need help

2007-07-09 Thread Bill Johnson
According to the following page in the Struts 2 docs, package inheritance only includes interceptor, interceptor-stack, and action configurations. http://struts.apache.org/2.0.8/docs/package-configuration.html Is this true? I would like to know if , , and also get inherited when extending a pack

Re: optionstransferselect tag

2007-07-06 Thread Bill Johnson
quot;true" > label="Support favoris" > leftTitle="Supports favoris" > rightTitle="support favoris Choisis" > name="supportsFavoris" > list="#application.supports" > listKey=&q

Re: optionstransferselect tag

2007-07-06 Thread Bill Johnson
The onsubmit attribute is for the tag, not the tag. -Bill --- [EMAIL PROTECTED] wrote: > > I'm trying to use the onsubmit attribute in the > s:submit tag but it fails. > The exception is saying that the attribute onsubmit > is not correct > according to submit TLD. > Can someone tell what I'

Re: optionstransferselect tag

2007-07-05 Thread Bill Johnson
I'm having the same problem and it appears to be because the default theme is requiring DOJO to automatically select all the select options before submitting the form. I'm not sure if there is a JIRA bug opened for this or not, but there probably should be. The default (non-ajax) theme should not r

[s2] no result defined error after failed validation - can someone help?

2007-07-05 Thread Bill Johnson
I'm having trouble executing an action after validation has been performed and fails. Here is the scenario. I have an update page where users can update a record in the database. This page uses the standard struts 2 form and has a submit button. When I click the submit button, validation fails as

[s2] how to access page-scoped variables using

2007-06-27 Thread Bill Johnson
I was under the impression that the tag could access page-scoped variables, but it doesn't seem to work for me. I am using the displaytag library for creating tables as shown here: id: In the last column I am trying to reference the page-scoped "row" object that is created by disp

Re: when did Struts become a top-level Apache project?

2007-06-25 Thread Bill Johnson
eased by Rickard Oberg? When (month/2003) did the WebWork 2.0 roadmap that proposed to break out xwork into it's own project get created? I know it was in 2003, but need to get a specific month. -Bill --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 6/25/07, Bill Johnson <[E

when did Struts become a top-level Apache project?

2007-06-25 Thread Bill Johnson
I was wondering if anyone knows when Struts became a top-level Apache project instead of being simply a Jakarta project subproject. I'm looking for the month and year this happened. Management wants to know. Long story. -Bill ___

desparately need help finding a list component to use for Struts 2 application

2007-06-21 Thread Bill Johnson
Can anyone point me at an already available "shuttle" component that I can use with my Struts 2 application? Basically I need a component that has a list of available values on the left and selected values on the right. Users should be able to move things back and forth between the lists. Here is