AFAIK, the tag is best used when designing ajax applications,
meaning the usual interaction is to update the same browser window.
I would stay with the common HTML anchor tag to open a new window.
Gabriel
2008/1/3, Al Sutton <[EMAIL PROTECTED]>:
> Heres channelge for the day...
>
> I have a pa
Heres channelge for the day...
I have a page which contains a link, when the user clicks the link they get
a PDF which they need to go off and do something with (not part of the
webapp).
What I'd like to do is open a new browser window with the PDF in and retain
the page with link in the origin
Hey Adam thanks. So basically one of the things I did was when I am on page
x I validate using client side JS validation either written myself or
html:javascript doesn't really metter but both of those two methods pop up
an alert and doesn't actually put it right in the page like html:errors
does.
It could actually be both. I assume you are using both client and
server side JavaScript validation (at the very least you should be doing
server side since HTML pages can be manipulated).
So, assuming you are doing both, you need the page you submitted the
data on to go somewhere because you wan
Hi I have a question. I am not sure if this is a Struts question or an HTML
question so here we go. I have a form on page x I submit the form validation
failed it goes back to the page x which is fine but then if validated true
it should open a new window with the stuff that should be there. So aga
I think you can use javascript for accessing to struts html:hidden variables.
12 Jan 2006 14:59:49 -, rahul kshirsagar <[EMAIL PROTECTED]>:
> Hi,
>
> I am using struts in my application.I have one parent jsp from which i am
> opening a new window.Now i want to pass some value from this child
Hi,
I am using struts in my application.I have one parent jsp from which i am
opening a new window.Now i want to pass some value from this child window and
close the same.
How to pass this value from child to parent jsp and also retain values in
parent jsp?
Which is the efficient way to impleme
rahul kshirsagar wrote the following on 1/12/2006 8:36 AM:
Hi,
Do i need to call action class on submit
> of new jsp?
I wasn't able to follow all of your original post, but in my opinion,
you should always go through an Action, even if it's the the default
ActionForward. This way, if later o
Hi,
I am using struts in my application.I have one JSP in which i have "search" and
"submit" button.I am opening a new window on click of "search" and populating a
jsp.Now i want to pass a value from this new jsp to old jsp and also want to
retain data in old
9 matches
Mail list logo