Re: Working Struts on WebSphere 5

2003-09-20 Thread Pramod . P
try using, the alternatives without the hyphen: Thanks, Pramod "MyStrutsGroup"

link in actionmessage

2003-09-19 Thread Pramod . P
Hi, Can anyone please tell me a way to display an html link in action messages? Thank you, Pramod This electronic mail message is intended solely for the named recipients and may contain confidential and proprietary business info

dependant drop down list box

2003-09-10 Thread Pramod . P
Can any one please tell me the best way to populating the drop down list box? The scenario is the second drop down box depends on the value selected on the first drop down box. How can we change the items of the second drop down list. The values are there in the request object. But, how can I us

tile definition name in the action class

2003-08-27 Thread Pramod . P
Is it possible to get the tiles-definition name inside the action class?? if we supply the "input" attribute in the action mapping section, it is possible to get the name using 'mapping.getInput()'. but, if the input attribute is not available, then how can I get the

Re: LookupDispatchAction

2003-08-11 Thread Pramod . P
The JSP     The Action public class AddLookupAction extends LookupDispatchAction { /** * Constructor for AddLookupAction. */ public AddLookupAction() { super(); } protected Map getKeyMethodMap() { Map map = n

hashmap in formbean

2003-07-31 Thread Pramod . P
Hi, Is it possible to pass a variable like the following? I am having a HashMap in the formbean, and I want to get an element from the map with key as the content of var1. if i use the hardcoded value instead of var1, i am able to get the results Thanks, Pramod **

Re: arrayList size

2003-07-30 Thread Pramod . P
Thank you !! It is working now! "Nicolas De Loof"

Re: arrayList size

2003-07-30 Thread Pramod . P
Thank you very much!! "Konstadinis Euaggelos"

arrayList size

2003-07-30 Thread Pramod . P
Hi, I am using an arrayList (list1) inside the form bean. How do I check the size of the list (using logic:equal) in the jsp, without creating any other varibale in the form bean (to store the size)? Thanks, Pramod This electronic mail mes

Re: nested tags

2003-07-03 Thread Pramod . P
me too have the same opinion!!! nested-tags is working pretty cool!!! please post the exact issue in your application. thanks, Pramod Mike Duffy

RE: Best way of implementing application-specific config objects

2003-06-27 Thread Pramod . P
if the application is intended for two different configurations, then will this plug-in useful? Thanks, Pramod "Butash, Bob"

Re: AW: AW: error handling

2003-06-27 Thread Pramod . P
Excellent catch :-) in fact I forgot to put the 'input' attribute. Now everything is working fine!!! Thanks you very much Robert!!! Today is the first day for the rest of your life

Re: error handling

2003-06-27 Thread Pramod . P
Hi Nico, it is working by giving multiple action mappings. Thank you very much!!, Pramod "Nicolas De

Re: AW: error handling

2003-06-27 Thread Pramod . P
Thank you Robert. But, the mapping.getInputForward gives me an output like this: reached here...failure actionForward : ForwardConfig[name=null,path=null,redirect=false,contextRelative=false] But, by giving two mappings in the struts-config, I was able to solve the probelm for the time being. In

Re: error handling

2003-06-27 Thread Pramod . P
But by doing in this way, for the forward name="failure" I will always end up in StatuicUpload.jsp (for the below example) I don't want to goto that jsp. I need to goto the parent page. Let me explain the scenario once again. From two different jsps (say a.jsp and b.jsp) I am coming to an action

error handling

2003-06-27 Thread Pramod . P
Hi, Can anyone send me a solution for the following problem:

Re:

2003-06-27 Thread Pramod . P
Hi, You are using both "name" and "id" tag. I guess, this gives the error. Thanks, Pramod Today is the first day for the rest of your life