RE: Newbie question regarding

2004-11-30 Thread David G. Friedman
Marcio, To know the ID of the user, you could change your options line to: That only works if your users collection has a getId method along with your [assumed] getName() method. When you submit it, if you need the name you will probably have to look it up in your Action since you'll only have

RE: Newbie question regarding Tiles and ActionErrors

2004-05-13 Thread Adam Lipscombe
: Newbie question regarding Tiles and ActionErrors Hi I think you should check your tag for the input attribute. input attribute should be having the name of the file you want to display in case of any error from validation cheers kk PS: let me know if that help --- Adam Lipscombe <[EM

Re: Newbie question regarding Tiles and ActionErrors

2004-05-13 Thread karan kondal
Hi I think you should check your tag for the input attribute. input attribute should be having the name of the file you want to display in case of any error from validation cheers kk PS: let me know if that help --- Adam Lipscombe <[EMAIL PROTECTED]> wrote: > Folks, > > > I am a struts new

Re: Newbie question regarding Tiles and ActionErrors

2004-05-13 Thread Susan Bradeen
"Adam Lipscombe" <[EMAIL PROTECTED]> wrote on 05/13/2004 08:43:15 AM: > Folks, > > > I am a struts newbie trying to create a test app using Struts 1.1, JSP with > Tiles. > > My problem is that I am using Tiles to construct templated JSPs. > One of the JSP elements inserted into the template