Control Access

2003-03-19 Thread mahesh kagitha
Can any one please explain the following... I'm developing an application which has login page(JSP) to access the application and I should allow only the successfully logged in users to navigate my application otherwise direct to login page. My question here is... How can I do that.?

RE: Control Access

2003-03-19 Thread mahesh kagitha
sorry I was in hurry so not able to give any code example. Let me know if I am not that clear --Siva -Original Message- From: mahesh kagitha [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:49 PM To: [EMAIL PROTECTED] Subject: Control Access Can any one please explain

Can I use include tag to execute a form with in a form.

2003-02-05 Thread mahesh kagitha
Hi, I've two JSP's and I wanted to execute both the JSPs in a single shot Scenario I have is of following. I have a file order.jsp for which action and form bean are available . My question here is I wanted to separate shipping address information from order.jsp so, I have created

How Can I use include tag to execute a form with in a form.

2003-02-05 Thread mahesh kagitha
Hi, I've two JSP's and I wanted to execute both the JSPs in a single shot Scenario : I have a file order.jsp for which action and form bean are available . My question here is, I wanted to separate shipping address information from order.jsp. so, I have created another file

Re: Is there a List navigater Tag to use with struts ? (fwd)

2003-01-31 Thread mahesh kagitha
Hi, I would like to implement pagenation and sorting in my application(struts). Could you please direct me to get the desired by using your source code...Appreciate your help . Thanks mahesh! John York [EMAIL PROTECTED] wrote: Hi, I just noticed this message about paging tags posted on the

RE: How can I retrieve Parameter from Action Bean to JSP ?

2003-01-30 Thread mahesh kagitha
this: . The form should be available in the request scope as an attribute with the name specified in your struts config file. It doesn't look like the bean:write tag was ported to EL, otherwise you would be able to use that. -Original Message- From: mahesh kagitha [mailto:[EMAIL PROTECTED

How can I retrieve Parameter from Action Bean to JSP ?

2003-01-29 Thread mahesh kagitha
Hi, I have a quick dumb question...please help me out. I'm setting a parameter recordNumber(assigning String value) in an Action Bean..to the Form(e.g : myForm.setRecordNumber=gy234). My question here is to get the parameter value in the JSP(after forwarding). I wanted to display the above