Re: Struts creates its own session object?

2006-01-23 Thread Vikrama Sanjeeva
Hi, Thanks for the good explanation. Bye, Viki. On 1/19/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 1/19/06, Martin Morawetz <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > We have two web applications, a Struts-application > > and a strutsless application. > > > > Both web applicati

Re: file upload via struts

2006-01-19 Thread Vikrama Sanjeeva
Hi, Good and complete example is here: http://www.roseindia.net/struts/strutsfileupload.shtml and check this too: http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=next_topic&f=58&t=006647&go=older At the end of the day, you need to code Java I/O for file (s) manipulation. If you read

Re: move from PHP to Struts

2006-01-05 Thread Vikrama Sanjeeva
Hi, I want to share my exp. with Bogdan. I m also new to struts. I started it with sound backround in Java, JSP and Servlets. I read various articles on struts and it's benefits and then I deployed Lesson 1 from Rick's tutorial. Initially I face some problems in understanding struts framework an

Re: [FRIDAY] You might be a geek if ...

2005-12-31 Thread Vikrama Sanjeeva
Happy New Year to everbody Bye, Viki. On 12/31/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Yeah, good warning. I know this is a "joke" thread, but if that second one > is true, Frank, I suggest you burn that Serenity DVD while it still matters! > While you're at it, just throw the fr

Re: pre-populating form fields when called in edit mode.

2005-12-27 Thread Vikrama Sanjeeva
t me. This is not any claim in support of separate actions. However, being a junior developer, I'm always looking for effecient and recommended development approaches by senior developer's community. Bye, Viki. On 12/28/05, Rick R <[EMAIL PROTECTED]> wrote: > > Vikrama Sanjeeva w

Re: Discussion forum software -- open source

2005-12-26 Thread Vikrama Sanjeeva
I'm not aware of any such forum. But I would vote to convert this "Struts Users Mailing List " to dicussion forum like: http://saloon.javaranch.com It will be more easy to read and keep track of individual posts. Is there any software for reading posts mailed in this mailing list? I use simple

Re: pre-populating form fields when called in edit mode.

2005-12-26 Thread Vikrama Sanjeeva
; Typically you'll have to do a little bti of logic for some of the verbage > to > decide what to display (ie is header "Insert Employee" or "Update > Employee"). You can base your logic to decide what to display on various > things (in this case it could b

pre-populating form fields when called in edit mode.

2005-12-25 Thread Vikrama Sanjeeva
Hi, Here is the sequence: 1: User fill up's "employeeForm.jsp" which have multiple text fields, radio buttons, text area's and dropdowns. 2: On pressing "Submit" button in "employeeForm.jsp", "InsertEmployeeAction" is called which do the following: 2.1) BeanUtils.copyProperties( employeeDT

Re: text field not populating after validate() fails.

2005-12-25 Thread Vikrama Sanjeeva
eliable and scalable. So that I can adopt the right approach for future struts based development. Thanks guys for discussing this topic. Bye, Viki. On 12/24/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 12/24/05, Vikrama Sanjeeva <[EMAIL PROTECTED]> wrote: > > H,

Re: text field not populating after validate() fails.

2005-12-24 Thread Vikrama Sanjeeva
pe" in struts-config from "request" to "session" and it is working fine now. But question is, why it is not working with scope=request? Bye, Viki. On 12/24/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > > On 12/21/05, Vikrama Sanjeeva <[EMAIL PROTECTED]>

Re: Problem in

2005-12-24 Thread Vikrama Sanjeeva
s relative path problem? Bye, Viki. On 12/23/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Vikrama Sanjeeva wrote: > > Hi, > > > > The "myForm.jsp" is called when a user clicks a link in another > JSP. > > Here is the flow: > > > &

Re: Problem in

2005-12-22 Thread Vikrama Sanjeeva
ionpath, not the JSP path." I've read the html:base tag, but it's not clear to me how to use this tag in calling Can you give any related example? Bye, Viki. On 12/22/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Vikrama Sanjeeva wrote: > > Hi, > > >

Re: text field not populating after validate() fails.

2005-12-22 Thread Vikrama Sanjeeva
s, why it is not working with scope=request? Bye, Viki. On 12/22/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > You shouldn't need either name or type, Struts will derive both from the > configuration. Since you say that's working OK for you, why are you > trying to

Problem in

2005-12-21 Thread Vikrama Sanjeeva
Hi, I've "img.gif" and and "myForm.jsp" in same folder. But when I call the " img.gif" with following path, it does not display in myForm.jsp. here it is: But when I call with src="../img.gif", it works. Here it is: Why it s

text field not populating after validate() fails.

2005-12-21 Thread Vikrama Sanjeeva
Hi, I have a form which consists of pull-down menus, radio button, text area and text fields. The form takes all the required input fields from user, validate them and if validation fail's, the same form is called with pre-populated values (as entered 1st time by user). This is true when there is