change java statements in jsp

2001-07-24 Thread Raghvendra Sinha
A problem that I'm facing is to convert the following to a struts equivalent command, here I guess the jsp is called based on the multiple params passed to it, I couldn't find anything similar in struts. Please help. td class=fta

Re: change java statements in jsp

2001-07-24 Thread David Winterfeldt
You would normally have the action put this in scope or make a bean that returns this. There is a paramProperty attribute to call a method on the bean specified in paramName. % java.util.Map params = new java.util.HashMap(); params.put(numFields, 1); params.put(wo0, eq);