View Single Post
  #1 (permalink)  
Old 02-27-2008, 03:42 PM
murugesanme murugesanme is offline
Member
 
Join Date: Feb 2008
Posts: 51
Question Style Sheet is missing

Hi,

i am using ZF for my project. While accessing the pages with controller and action, i am getting the output properly. But while sending query string for edit or for some message display, functionality is working but my style sheet is missing . I dont understand why.

Working URL:
http://localhost/index.php/user/new
http://localhost/index.php/user/list

Style Sheet is missing while passing like below.:
http://localhost/index.php/user/edit/id/2
But i can able to get the query string id from
$ids = $this->_request->getParam('id');. Only thing is Style sheet and images in the EDIT page is missing.

I dont know why this is happening

-Mugesh
Reply With Quote