Antonio,

>1) What Struts? Struts 1.2.9 (Netbeans bundle)
>2) You can still do it in Javascript. I see.. I just want to know if you do
it with struts.

I am having trouble with it..I created a pop up window using javascript and
i cant pass query string on new window.
when i clicked a <html:link> I pass a paramId and paramProperty and I cant
make it appear to new window.

I have an action class that has *request.setAttribute("username",
request.getParameter("username"));*
on the new window I have *<%= out.println(request.getAttribute("username"))
%>* but this only displays the word NULL

I am new to struts..

Ryan

On Wed, Apr 16, 2008 at 4:22 PM, Antonio Petrelli <
[EMAIL PROTECTED]> wrote:

> 2008/4/16, ryan webb <[EMAIL PROTECTED]>:
> >  Is it possible to make a window pop up using struts?
> >  usually this can be done in Javascript..
>
> 1) What Struts?
> 2) You can still do it in Javascript
>
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to