Re: param tag won't work!

2007-11-23 Thread slideharmony
no, it's not! it doesn't render nothing.. newton.dave wrote: > > Is it rendering properly? > > --- slideharmony <[EMAIL PROTECTED]> wrote: > >> >> well actually I've also tried with >> >> href="#url" >> >> but it doesn't work yet.. >> >> >> >> newton.dave wrote: >> > >> > Is it rend

Re: param tag won't work!

2007-11-23 Thread Dave Newton
Is it rendering properly? --- slideharmony <[EMAIL PROTECTED]> wrote: > > well actually I've also tried with > > href="#url" > > but it doesn't work yet.. > > > > newton.dave wrote: > > > > Is it rendering properly? (I'm actually a little > > surprised you don't have to use the "#" charac

Re: param tag won't work!

2007-11-23 Thread slideharmony
ok, hope to find the solution slideharmony wrote: > > hi, > I'm using the following code in my jsp: > > > > > Link > >the following code for my action: > > package prova.actions; > import java.util.Iterator; > import java.util.Map; > import java.util.Set; > > public class Test

RE: param tag won't work!

2007-11-23 Thread Rajagopal_Yendluri
It seems everything is correct, let me try the same on my machine.. -Original Message- From: slideharmony [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 2:53 PM To: user@struts.apache.org Subject: Re: param tag won't work! well actually I've also tried with

Re: param tag won't work!

2007-11-23 Thread slideharmony
well actually I've also tried with href="#url" but it doesn't work yet.. newton.dave wrote: > > Is it rendering properly? (I'm actually a little > surprised you don't have to use the "#" character, eg. > href="#url"--I thought you did.) > > --- slideharmony <[EMAIL PROTECTED]> wrote: > >>

Re: param tag won't work!

2007-11-22 Thread Dave Newton
Is it rendering properly? (I'm actually a little surprised you don't have to use the "#" character, eg. href="#url"--I thought you did.) --- slideharmony <[EMAIL PROTECTED]> wrote: > > hi, > I'm using the following code in my jsp: > > > > > Link > >the following code for my action

param tag won't work!

2007-11-22 Thread slideharmony
hi, I'm using the following code in my jsp: Link the following code for my action: package prova.actions; import java.util.Iterator; import java.util.Map; import java.util.Set; public class Test extends ActionSupport { public String execute() throws Exception { return