RE: JSP and Struts

2006-02-15 Thread Stanislav
> > Hi! > > > > I'm trying to combine jsp & struts code in my jsp pages. Problem is that i don't know how to do > > this :-( I try to use <% out.println(""); %> but this doesn't work. > > > > Is there a way to do this? > > What exactly do you want to do? > I manage to generate form in jsp page i

Re: JSP and Struts

2006-02-15 Thread Michael Jouravlev
On 2/15/06, Stanislav <[EMAIL PROTECTED]> wrote: > Hi! > > I'm trying to combine jsp & struts code in my jsp pages. Problem is that i > don't know how to do this > :-( I try to use <% out.println(""); %> but this doesn't > work. > > Is there a way to do this? What exactly do you want to do? ---