Re: How to use checkbox in struts.

2006-02-07 Thread Vilpesh Mistry
hi Use boolean. --- Joey Watson <[EMAIL PROTECTED]> wrote: > Hello everybody. > > I think this is a old question. but I can not find a > good and complete > example in Google. > My question is : > > I have a Jsp page which will list some datas for > user. user can choose(by > click the checkbox

Re: Regarding time setting in jsp

2006-02-07 Thread Vilpesh Mistry
Hello, Scenario 1> Time 2:00 pm at which request for page1 was received. Time 2:01 pm at which request for page2 was received. If u are talking to show the difference 1 minute(2:01 - 2:00)pm then u will as obvious will have to store request time of page1 in session/in hidden variable which u woul

Re: Dynamic Tables and Data

2005-03-30 Thread Vilpesh Mistry
hi well iam faced with the same task and have been searching instead of developing. go to url http://struts.application-servers.com or type & search for struts-layout tags on google here there is one screen where a row can be dynamically added thanks --- [EMAIL PROTECTED] wrote: > Greetings,

Re: focussing on image in jsp

2005-03-25 Thread Vilpesh Mistry
hi why not have a anchor near or above image and focus or move to that anchor thanks --- Raghuveer Vellanki <[EMAIL PROTECTED]> wrote: > > can any one provide information on , > focussing on image in jsp when page loads. > > > >

Re: struts html:base tag and port 8080

2005-01-17 Thread Vilpesh Mistry
]> wrote: > On Sat, 15 Jan 2005 03:36:36 -0800 (PST), Vilpesh > Mistry > <[EMAIL PROTECTED]> wrote: > > hi, > > iam using struts and making a website. > > > > > I think this whole is configuring apache and > tomcat, > > please specify how d

struts html:base tag and port 8080

2005-01-15 Thread Vilpesh Mistry
hi, iam using struts and making a website. During the development phase, we had used the default port 8080. so to access my webpage i used to write, http://localhost:8080/simliv/action/welcome well all files in my jsp pages use struts tag so under view source for any jsp page, the url looks lik