Re: Prevent persisting data when validation fails

2009-07-20 Thread Jim Kiley
For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Pb displaying image

2009-07-20 Thread Jim Kiley
. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: action-method-validation

2009-07-20 Thread Jim Kiley
Do you mean, can I write a validateFoo() method for my foo() action method and be sure validateFoo() will run before foo() does? Yes. jk On Mon, Jul 20, 2009 at 11:45 AM, Louis Voo jl...@yahoo.com wrote: Hi, Does struts2 support action-method-validation ? Regards Louis -- Jim Kiley

Re: struts 2 adoption/performance/scalability

2009-07-17 Thread Jim Kiley
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Struts2 + JPA - Lazy Initialization During View Generation

2009-07-17 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: dynamic return when validation failed

2009-07-09 Thread Jim Kiley
this might not be a good way to do that, it's what I would do and in fact have done. -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Interceptors and Thread safety

2009-07-08 Thread Jim Kiley
at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

dojo ajax tags -- post vs. get

2009-07-07 Thread Jim Kiley
that the setter does not run). What do I have to do in order to get the value of familyId to be posted? -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: dojo ajax tags -- post vs. get

2009-07-07 Thread Jim Kiley
at 3:36 PM, Jim Kiley jhki...@summa-tech.com wrote: Hi gang, We are taking our first steps into using the dojo tags, in a Struts 2.1.7 project (yes, we jumped too soon, I don't think it's entirely relevant). Specifically I've got an s:select tag set up, and when its value changes, I publish

Re: adding values to a variable inside iterator tag

2009-07-01 Thread Jim Kiley
purpose i'd prefer doing it in the iterator tag. I tried something like this s:set name=calcTotalDebtAmt value=%{calcTotalDebtAmt+=totalDebtAmt}/ but this does not seem to work. what can fix this? On Mon, Jun 29, 2009 at 12:08 PM, Jim Kiley jhki...@summa-tech.com wrote

Re: adding values to a variable inside iterator tag

2009-07-01 Thread Jim Kiley
status=status s:text name=number.formats:param value = totalCount//s:text s:set name=calcTotalDebtAmt value=%{calcTotalDebtAmt+totalCount}/ /s:iterator and tried to print it s:property value=#calcTotalDebtAmt/ but it shows nothing :( On Wed, Jul 1, 2009 at 4:41 PM, Jim Kiley

Re: adding values to a variable inside iterator tag

2009-07-01 Thread Jim Kiley
to calculate total if I iterate over the list again in java code then I am doing two iterations through the list. Just didnt seem very efficient for my need. Thanks for your suggestion!! :) On Wed, Jul 1, 2009 at 4:59 PM, Jim Kiley jhki...@summa-tech.com wrote: I don't know how Struts 2 tags work

Re: Struts2 Bean Setter Attack

2009-06-30 Thread Jim Kiley
UI. Any idea how we can prevent this issue? I am surprised this kind of security issue is there with struts2, what are we missing? Is there a interceptor we need to configure to prevent this? Thanks -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa

Re: adding values to a variable inside iterator tag

2009-06-29 Thread Jim Kiley
value=value1/ /s:iterator is there a way to get the total of value1 at the end of this iterator tag? basically in java we would do totalValue += value1; and then at the end of the loop we would have total of value1. Is that possible to do with an iterator tag? -- Jim Kiley Senior Technical

Re: prepare{MethodName} not working

2009-06-27 Thread Jim Kiley
() of type ManageGeneralSetupAction must override or implement a supertype method. Do I need to override any other method or do I need to implement any other Interface? Please advice me on this. Thanks Praveen -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http

Re: prepare{MethodName} not working

2009-06-27 Thread Jim Kiley
it is saying The method prepareSave() of type ManageGeneralSetupAction must override or implement a supertype method -Original Message- From: Jim Kiley [mailto:jhki...@summa-tech.com] Sent: Saturday, June 27, 2009 9:20 PM To: Struts Users Mailing List Subject: Re: prepare{MethodName

Re: Interceptor Use

2009-06-27 Thread Jim Kiley
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Struts2 - freemarker error

2009-06-25 Thread Jim Kiley
right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Generating Dynamic radio button list

2009-06-24 Thread Jim Kiley
For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Exceptions thrown by constructor different from those thown by execute() ?

2009-06-23 Thread Jim Kiley
=-* - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Display only 100 chars of a string

2009-06-22 Thread Jim Kiley
or something like that? thanks -- Stefano - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p

Re: Struts2 and Security

2009-06-19 Thread Jim Kiley
3) Hibernate 4) YUI these are the core building block rest technologies and frame work can be choosen as required looking forward for your valuable suggestions. thannks in advance aum -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Struts2 and Security

2009-06-19 Thread Jim Kiley
_ Windows Live™ SkyDrive™: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_SD_25GB_062009 -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: how to prevent users from directly accessing jsp files

2009-06-18 Thread Jim Kiley
-- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Struts Flow in JSP,Servlets Project

2009-06-17 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Save web page as pageName.doc

2009-06-09 Thread Jim Kiley
On Tue, Jun 9, 2009 at 4:31 PM, Dave Newton newton.d...@yahoo.com wrote: Jim Collings wrote: It's a report and the requirement I'm trying to satisfy is that you have to be able to save it as a MS Word *.doc file. What I've discovered is that you can take a stand-alone html file (i.e. no

Re: Save web page as pageName.doc

2009-06-09 Thread Jim Kiley
On Tue, Jun 9, 2009 at 6:25 PM, Dave Newton newton.d...@yahoo.com wrote: Jim Kiley wrote: Just for fun I just tried it -- made a trivial HTML file, named it foo.doc, and double-clicked, and it did open in Word. Properly formatted and so on too. Word is happy to open HTML files. It loves

Re: Iterating over a List of Lists

2009-06-02 Thread Jim Kiley
: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: why doesnt iterator tag provide 'next'

2009-05-31 Thread Jim Kiley
For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: why doesnt iterator tag provide 'next'

2009-05-31 Thread Jim Kiley
I figured. The solution to I can't solve this problem is rarely let's add a new tag to the framework. jk On Sun, May 31, 2009 at 10:08 AM, Dave Newton newton.d...@yahoo.com wrote: Jim Kiley wrote: Assuming that you're iterating over a List, why not instead iterate over a List of Integers

Re: [s2] strange (for me) OGNL behavior

2009-05-29 Thread Jim Kiley
-76448 Durmersheim Tel. +49 (0)7245 80 48 774 GSM +49 (0)160 977 636 14 - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior

Re: I need to set s:property value in the action class

2009-05-25 Thread Jim Kiley
, but this should be enough to get you started. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p

Re: How to keep information when a auto-checked type is done by struts?

2009-05-19 Thread Jim Kiley
commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Problem dispatching in /content dir

2009-05-15 Thread Jim Kiley
, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Problem dispatching in /content dir

2009-05-15 Thread Jim Kiley
action. I find it distasteful but it seems the best way. Jim C. On Fri, May 15, 2009 at 9:07 AM, Jim Kiley jhki...@summa-tech.com wrote: What I've done in this situation is put in the dummy action. Inevitably I find myself needing some kind of pre-processing before the JSP is loaded up

Re: Disabling JSP's

2009-05-15 Thread Jim Kiley
the source. How have people worked around this in the past? -Tim Orme - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior

Re: struts2+spring+hibernate, objects instantiate order?

2009-05-14 Thread Jim Kiley
. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: How do I get a request header

2009-05-12 Thread Jim Kiley
! http://www.flickr.com/gift/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p

Re: default class to forward requests

2009-05-12 Thread Jim Kiley
and going to a new page. I dont want to make an execute method that just returns SUCCESS. Rather there must be some default class that does that. I read about it in a struts2 book, however, dont have that book with me right now for reference. Does someone know what the class is called? -- Jim

Re: Please help! Struts 2/Eclipse - List Object is not displaying in JSP

2009-05-07 Thread Jim Kiley
/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Please help! Struts 2/Eclipse - List Object is not displaying in JSP

2009-05-07 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: action call getting skiped

2009-05-04 Thread Jim Kiley
my ipaddress, and we have another module in prodution which is based on purely on servlets and jsp ,having similar flow , and its working fine . is any of the interceptors having cache problem regrads. -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http

Re: How to develop a Wireframe using Struts UI?

2009-04-30 Thread Jim Kiley
. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: pagination in struts2

2009-04-23 Thread Jim Kiley
to DB to get next 50 records. On Wed, Apr 22, 2009 at 4:22 PM, Jim Kiley jhki...@summa-tech.com wrote: I found this within thirty seconds of clicking Dave's link: http://displaytag.sourceforge.net/1.2/tut_sources.html Note that the contents of this page are actually fairly

Re: pagination in struts2

2009-04-22 Thread Jim Kiley
Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http

Re: how remain in the same page

2009-04-21 Thread Jim Kiley
will display a warning message to inform him that this page is inaccessible Thanks Regards Elyes -- Stefano -- Elyes. -- Elyes. -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: How to do matematical operation in jsp.

2009-04-21 Thread Jim Kiley
://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http

Re: struts2 show question

2009-04-20 Thread Jim Kiley
-- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: struts2 show question

2009-04-20 Thread Jim Kiley
Oh heck I misread your code there. This is Struts 1 and not Struts 2, isn't it? Sorry about that. jk On Mon, Apr 20, 2009 at 12:08 PM, Jim Kiley jhki...@summa-tech.com wrote: Have you tried writing a unit test to ensure that testList is populated after your action executes? I'm pretty sure

Re: Is there a way to make Struts2 working with other methods different than classic getter/setter?

2009-04-17 Thread Jim Kiley
or if this is not smart, he asked me this. Thanks in advance Federica -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Struts.properties question

2009-04-17 Thread Jim Kiley
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Storing interface instance in a user's session

2009-04-16 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Validation - Simple Theme

2009-04-15 Thread Jim Kiley
, how can I do that? I have to customize a theme to do that? Oh my! How come? Minus bonus points for Struts... André. -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: ClassCastException com.dev.model.Form cannot be cast to java.lang.String

2009-03-24 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Global tag settings?

2009-03-24 Thread Jim Kiley
Latasa Cell: (415) 385-1567 -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: RE: Global tag settings?

2009-03-24 Thread Jim Kiley
labelSeparator, labelposition etc.. in say the struts.properties file? I've tried struts.tag.labelposition, struts.ui.tag.labelposition. thanks, Carlo -- Carlo Latasa Cell: (415) 385-1567 -- Jim Kiley

Re: Convention for keeping passwords out of struts.xml

2009-03-12 Thread Jim Kiley
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: Have a s:a href .. as the Label of a CheckBox

2009-03-11 Thread Jim Kiley
-- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Have a s:a href .. as the Label of a CheckBox

2009-03-11 Thread Jim Kiley
, Mar 11, 2009 at 6:32 PM, Jim Kiley jhki...@summa-tech.com wrote: ...and so I have to guess that your question is: How can I make a hyperlink be the label for a checkbox? Sometimes it helps to actually ask a question in your question. Anyway: Don't have the hyperlink actually be the label

Re: s:radio and s:checkboxlist - how to customize listValue property.

2009-03-11 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: this is driving me nucking futs!

2009-03-11 Thread Jim Kiley
...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Senior Technical Consultant | Summa [p] 412.258.3346 http://www.summa-tech.com

Re: How to render fields horizontally.

2009-03-10 Thread Jim Kiley
are rendered vertically even when I use html table to organize the fields positioning. Any sample will be appreciated. Thanks. Aimé Kra -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: HOWTO implement multiple submit buttons with type = image.

2009-03-10 Thread Jim Kiley
?tutorialid=518) I can't see ImagebuttonBean in struts 2. Can someone know how to implement these two image type submit buttons and What should be the code in the Execute() method of the Action class to know the pressed button ? Any Help will be appreciated. Thanks Aimé Kra -- Jim

Re: [OT] Authorization and Authentication Question

2009-03-10 Thread Jim Kiley
, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Access ActionForm methods/varaibles in JSP

2009-03-05 Thread Jim Kiley
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Struts Themes Problem - help

2009-03-03 Thread Jim Kiley
. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Struts 2 - After validation failure populating the drop downs

2009-03-02 Thread Jim Kiley
, Anand - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa

Re: Struts 2 - After validation failure populating the drop downs

2009-03-02 Thread Jim Kiley
. Thanks, Anand -Original Message- From: Jim Kiley [mailto:jhki...@summa-tech.com] Sent: Monday, March 02, 2009 12:23 PM To: Struts Users Mailing List Subject: Re: Struts 2 - After validation failure populating the drop downs Populating the dropdowns in an input() method

Re: Struts 2 question about validation and forwarding

2009-02-27 Thread Jim Kiley
commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: s:checkboxlist

2009-02-26 Thread Jim Kiley
:-( Thanks, Jiri -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: value truncated

2009-02-26 Thread Jim Kiley
For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: migration of Struts

2009-02-23 Thread Jim Kiley
for this migration to 1.3 or 2.1 version I am using myeclipseide for coding, does this version support 2.1.6? I don't want to put a lot of efforts in migration, but concentrate on adding this new function is it ok to add features using 1.2.6 struts? any advice -- Jim Kiley Technical Consultant

Re: Errors repopulating the list after validation.

2009-02-19 Thread Jim Kiley
commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [S1]struts with hibernate

2009-02-10 Thread Jim Kiley
, Palacio de las Convenciones ...Por una cultura energética sustentable www.ciercuba.com -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

[s2] @Result annotation and namespace parameter

2009-02-04 Thread Jim Kiley
the wrong namespace parameter in the @Result annotation. Can someone point me in the direction of a fix? -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [s2] @Result annotation and namespace parameter

2009-02-04 Thread Jim Kiley
And of course the magic of sending my problem to the mailing list let me figure out the solution on my own: I should have been using ServletActionRedirectResult rather than ServletRedirectResult. jk On Wed, Feb 4, 2009 at 10:03 AM, Jim Kiley jhki...@summa-tech.com wrote: I'm feeling dim

Re: [S2] Passng a parameter with (multiple) Submit buttons

2009-02-02 Thread Jim Kiley
- User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m

Re: Struts 2 session problem

2009-01-19 Thread Jim Kiley
mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m

Re: struts 2 howto mulitiple dynamic buttons in a form

2008-12-11 Thread Jim Kiley
/ How in the world can i get a value found through an iterator into my action class?? Thanks! Ruel -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: How to get last requested page?

2008-11-25 Thread Jim Kiley
] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: disable a button if not selected any value

2008-10-24 Thread Jim Kiley
-value-tp20152579p20152579.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant

Re: Struts2 Data Transfer

2008-10-09 Thread Jim Kiley
: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Query

2008-09-21 Thread Jim Kiley
the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729

Re: session based pojo as form variables

2008-09-21 Thread Jim Kiley
. It should accept no arguments, and return a String. Er, and be public: public String pageForward() { //... } -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Performance and High CPU utilization

2008-09-18 Thread Jim Kiley
-utilization-tp19559123p19560223.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical

Re: autowiring in html tag

2008-09-17 Thread Jim Kiley
] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Jim Kiley
to find out the parent of the node selected. please help me to solve this issue, i am kind of stuck.. Thanks in advance. -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: new to Struts

2008-09-08 Thread Jim Kiley
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [S2] One hidden value doesn't get submitted (another one does). Why?

2008-09-02 Thread Jim Kiley
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [S2] Problem with list of submit buttons

2008-08-29 Thread Jim Kiley
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [OT] Re: [S2] Iterate through two lists

2008-08-28 Thread Jim Kiley
] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Using iterator tag to retrieve list from session

2008-08-26 Thread Jim Kiley
for the help, Chriss -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [S2] Validating Forms with Wildcard Mapping

2008-08-05 Thread Jim Kiley
PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: dojo anchor: get widget id and targets attributes inside subscribed topic?

2008-07-30 Thread Jim Kiley
--tp18732617p18732617.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p

Re: Possible to iterate through a java.util.Set using Struts 1?

2008-07-29 Thread Jim Kiley
the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729

Re: Possible to iterate through a java.util.Set using Struts 1?

2008-07-29 Thread Jim Kiley
Sets.) /Ylva Jim Kiley wrote: Any reason you can't transform the Set into a List at the back end, and then iterate over the List? jk On Tue, Jul 29, 2008 at 2:16 PM, Ylva D [EMAIL PROTECTED] wrote: Hi everyone! I've just started learning Struts (1) and this is my current

Re: Iterator index: how to index html elements? count works, but status doesn't

2008-07-28 Thread Jim Kiley
: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: Nothing helps

2008-07-25 Thread Jim Kiley
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http://www.summa-tech.com

Re: [s2] Making textfield input optional

2008-07-24 Thread Jim Kiley
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m] 412.445.1729 http

Re: Problem accessing iterated object (s:iterator)

2008-07-23 Thread Jim Kiley
Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jim Kiley Technical Consultant | Summa [p] 412.258.3346 [m

  1   2   >