Re: Blank page when trying to forward

2006-05-28 Thread Shervin Asgari
Can you see stack in your console? Maybe there's an exception. Harsh. -Original Message- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 6:20 AM To: Struts Users Mailing List Subject: Blank page when trying to forward Hello. I am having a problem. All my

Re: Blank page when trying to forward

2006-05-26 Thread Gareth Evans
haudhary, Harsh wrote: Can you see stack in your console? Maybe there's an exception. Harsh. -Original Message- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 6:20 AM To: Struts Users Mailing List Subject: Blank page when trying to forward Hello. I am havin

Re: Blank page when trying to forward

2006-05-26 Thread Shervin Asgari
http://www.linpro.no/ Chaudhary, Harsh wrote: Can you see stack in your console? Maybe there's an exception. Harsh. -Original Message- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 6:20 AM To: Struts Users Mailing List Subject: Blank page when trying

RE: Blank page when trying to forward

2006-05-26 Thread Chaudhary, Harsh
Can you see stack in your console? Maybe there's an exception. Harsh. -Original Message- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 6:20 AM To: Struts Users Mailing List Subject: Blank page when trying to forward Hello. I am having a problem. A

Re: Blank page when trying to forward

2006-05-26 Thread Shervin Asgari
Sure I can do that. This method gets called when push a button to delete a DomainWebsite public ActionForward deleteConfirmedDomainWebsite(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception { RollerRequest r

Re: Blank page when trying to forward

2006-05-26 Thread Dave Newton
Shervin Asgari wrote: > Alright here is all the code. Sorry for too much code, but better too > much rather then too little: Not in this case. In general, posting only RELEVENT code/configs is plenty. Can you trim that and target the usecase that's actually failing? Dave

Re: Blank page when trying to forward

2006-05-26 Thread Shervin Asgari
Alright here is all the code. Sorry for too much code, but better too much rather then too little: //ACTION CLASS package org.roller.presentation.website.actions; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRe

Re: Blank page when trying to forward

2006-05-26 Thread Shervin Asgari
Could you please specify what you mean? I may have forgot to say that in tiles.def.xml I have Shervin Asgari - System Consultant M: +47 918 64 148, @: [EMAIL PROTECTED] Linpro AS - Leading on LinuxTel: +47 21 54 41 00/02 Vitaminveien 1AFax: +47 21 54 41 01 PB 4 Grefsen, 0409 O

Re: Blank page when trying to forward

2006-05-26 Thread Dave Newton
Shervin Asgari wrote: > * @struts.action-forward name="domainwebsiteAdminEdit.page" > path=".domainwebsiteAdminEdit" > * @struts.action-forward name="domainAdminEdit" path=".domainAdminEdit" > > return viewDomainWebsiteEdit(mapping, form, req, res, > DOMAINWEBSITE_ADMIN_EDIT_PAGE); > > public Actio

Re: Blank page when trying to forward

2006-05-26 Thread Gareth Evans
Your forward does not exist, your using: domainAdminEdit and domainAdminEdit.page Gareth Shervin Asgari wrote: Hello. I am having a problem. All my forwarding works more or less correctly, but when I want to forward from one part of the system it only shows me a blank page. I am trying to f

Blank page when trying to forward

2006-05-26 Thread Shervin Asgari
Hello. I am having a problem. All my forwarding works more or less correctly, but when I want to forward from one part of the system it only shows me a blank page. I am trying to forward to the domainAdminEdit.page. This page works from another part of the site. But from where I am trying to f