Hi guys,

I am doing validation and since that validation is complicated. I am
submitting the page. and then i want to display the result.

Now the problem is i need an event to through an alert window.
i cannot say alert(""); in the jsp.

Can i use soemthing lie
<%
JDialog temp = new Jdialog()
%>

...

when i get back i have to pop up a window. i can display the result on
the page but i want to pop up a window in the page.

Thanks guys,
Uday Chandra Karrothi

On 9/28/06, Venkata Phani Kumar <[EMAIL PROTECTED]> wrote:
<forward name="forwardToAction" path="/actionName.do" />
----- Original Message -----
From: "Andy.de" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Thursday, September 28, 2006 6:25 PM
Subject: Forward to action without jsp


>
> Hi all,
> how can i forward to an action without input (jsp) ?
> The path attribute of action tag in struts-config must point to jsp's. To
> prepopulate a form bean
> i must use an action, read data from database to fill the form bean and
> forward to the jsp to
> display the formular already filled out. But i find no way to forward to
my
> action without input.
> Help?
> Regards, Andy
> --
> View this message in context:
http://www.nabble.com/Forward-to-action-without-jsp-tf2350751.html#a6545831
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Never explain--your friends do not need it and your enemies will not
believe you anyway--Elbert Hubbard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to