Re: S2 - email client as action result

2008-05-04 Thread Jeromy Evans
Jiang, Jane (NIH/NCI) [C] wrote: I have a S2 action that looks up email address in the database. It needs to open up an email client as the result with the address populated (as if clicked on mailto:[EMAIL PROTECTED]). What is the best way to set up the s2 result? Many thanks for your help,

Re: Action executed many times

2008-05-04 Thread Jeromy Evans
Márcio Gurgel wrote: Does anyone knows how to prevent this multiple calls from TabbedPanel href? Tanks! IIRC, it is a known problem in Struts 2.0 that will not be fixed. It was fixed in the Dojo plugin in Struts 2.1. I don't recall the reason but there was at least one old thread about it

Re: How to get dynamic number of arguments into ActionForm

2008-05-04 Thread Martin Gainty
Why not use Autocompleter? When used on the "simple" theme, the autocompleter can be used like the ComboBox. When used on the "ajax" theme, the list can be retieved from an action. http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/components/Autocompleter.html - Origin

Re: struts and jasperreports

2008-05-04 Thread David Evans
Laurie and Dave, thanks for the ideas. I am embarrassed to say that the problem was the file permissions on my jar file. Thanks again, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: How to get dynamic number of arguments into ActionForm

2008-05-04 Thread Mead Lai
List type On Sun, May 4, 2008 at 7:51 PM, venkat reddy <[EMAIL PROTECTED]> wrote: > I'm using struts 1.2.7 > > I've a poll-posting-form in adminstrator section of my application. format > of the form is as follows. > > pollsubject: String > lastDate:String > choice1:String > choice2:String >

Re: Action executed many times

2008-05-04 Thread Márcio Gurgel
Thanks Laurie for explanation. The reason for multiple calls is the "href" from tabbed panel. I tried to use ajaxTags and YUI TabView just for testing. It just called the action once. I'm using many dojo components in my projet, it'll be hard to change to ajaxTags or YUI. Does anyone knows how to

Re: inheritance...

2008-05-04 Thread venkat reddy
Balaji, Trying using the baseForm (or some other identifier which currently has a BaseForm reference) as if it were a ChildForm's reference. Java's polymorphism mechanism takes care of everything. Post if any problem exists. On Tue, Apr 29, 2008 at 9:18 AM, balaji.m.cs <[EMAIL PROTECTED]> wrote:

How to get dynamic number of arguments into ActionForm

2008-05-04 Thread venkat reddy
I'm using struts 1.2.7 I've a poll-posting-form in adminstrator section of my application. format of the form is as follows. pollsubject: String lastDate:String choice1:String choice2:String . . . Add another option As you can see here, the number of choices are dynamic and i want to add a link

Re: Formatting a number: all I get is the key

2008-05-04 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, any exception occured ? Just for a try: put the package*.properties in the package where you have your action class. Volker Graham Leggett schrieb: | Hi all, | | After following the instructions at http://struts.apache.org/2.0.11.1/docs/loca