Re: Placing JSP in subdirectory - how?

2002-03-26 Thread yogesh b

Check your struts-config.xml for tags
input="/jsp/Logon.jsp"

Hope this will work.

Yogesh
- Original Message -
From: "Mark Glass" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002 2:32 AM
Subject: Placing JSP in subdirectory - how?


Hi all,
   Struts works ok if I place the JSP files in the root directory. If I
place them in a subdirectory then whenever I specify an action in the HTML
form Struts prepends the directory path to the action and throws an error.
What must I do to have a directory structure for JSP pages?

thanks,
Mark Glass


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




iPlanet-struts

2002-03-09 Thread yogesh b

I have been trying to migrate a struts web app from Tomcat 3.2 to iPlanet WS 6.0. I am 
new to iPlanet. The deployment looks to be smooth but I get an error while loading the 
application which says that "Cannot resolve external entity" for the struts DTD, while 
initializing ActionServlet.

Please help.

regards
Yogesh Borse



Re: Action mappings and request parameters

2002-03-03 Thread yogesh b

Hi,
You can try this in your action class to forward with request param.

  ActionForward forward = mapping.findForward("errNoCurrentObject");
  StringBuffer buffer = new StringBuffer(forward.getPath());
  buffer.append("?type=internal&reason=errNoCurrentObject")
  return new ActionForward(buffer.toString(),
forward.getRedirect());

Yogesh
- Original Message -
From: "Bryan P. Glennon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 03, 2002 10:11 PM
Subject: Action mappings and request parameters


Hi -
I can't seem to specify more that one request parameter in my action
mapping entries in the struts-config.xml file. I want to do something
like this:

 
 
 
...

When my app loads, however, I get a load exception:

org.xml.sax.SAXParseException: Next character must be ";" terminating
reference to entity "reason".

I have tried escaping the ampersand, but no joy there either. Is
there a way to do this? Or a better approach?

Thanks,
Bryan

--
Bryan Glennon (mailto:[EMAIL PROTECTED])
BPG Consulting, Inc. (http://www.bpgc.com)
Tech Question? (mailto:[EMAIL PROTECTED])

--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Urgent : Any Example which will show tag

2001-08-31 Thread yogesh b
Title: Message



Hi All,
Can any on tell me how to call Action class on 
 with some parameters
Thanks in advance.
Yogesh

  - Original Message - 
  From: 
  Jay 
  Patel 
  To: '[EMAIL PROTECTED]' 
  
  Sent: Tuesday, August 28, 2001 10:13 
  AM
  Subject: RE: Urgent : Any Example which 
  will show   tag
  
  Yogesh, 
   
  This 
  is straight from one of my JSPs:
   
  
  >    
  I 
  have a loaderTag that loads the design objects from the database and puts them 
  into ArrayList. This array list is then put into the session under name 
  "designs". Each design object has id and name attribute that I am using for 
  the options.
   
  Hope 
  this helps.
   
  


  Jay 
Patel972.701.9773 972.849.0373 
Mobile[EMAIL PROTECTED]
  

  
  

-Original Message-From: yogesh b 
[mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 1:30 
PMTo: [EMAIL PROTECTED]Subject: Urgent : 
Any Example which will show   
tag
Hi All,
 
Any one can send the simple example which will 
eloborate me  how to use struts  
 with form and jsp.It's very urgent. Thanks in 
Advance.
 
regards
 
Yogesh 
Borse


Re: Urgent : Any Example which will show tag

2001-08-27 Thread yogesh b
Title: Message



Thanks Jay.Thanks for your valuable 
help.
 
Yogesh
 

  - Original Message - 
  From: 
  Jay 
  Patel 
  To: '[EMAIL PROTECTED]' 
  
  Sent: Tuesday, August 28, 2001 10:13 
  AM
  Subject: RE: Urgent : Any Example which 
  will show   tag
  
  Yogesh, 
   
  This 
  is straight from one of my JSPs:
   
  
  >    
  I 
  have a loaderTag that loads the design objects from the database and puts them 
  into ArrayList. This array list is then put into the session under name 
  "designs". Each design object has id and name attribute that I am using for 
  the options.
   
  Hope 
  this helps.
   
  


  Jay 
Patel972.701.9773 972.849.0373 
Mobile[EMAIL PROTECTED]
  

  
  

-Original Message-From: yogesh b 
[mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 1:30 
PMTo: [EMAIL PROTECTED]Subject: Urgent : 
Any Example which will show   
tag
Hi All,
 
Any one can send the simple example which will 
eloborate me  how to use struts  
 with form and jsp.It's very urgent. Thanks in 
Advance.
 
regards
 
Yogesh 
Borse


Urgent : Any Example which will show tag

2001-08-27 Thread yogesh b



Hi All,
 
Any one can send the simple example which will 
eloborate me  how to use struts   
with form and jsp.It's very urgent. Thanks in Advance.
 
regards
 
Yogesh Borse