[using #(anchor) in xxx.do]

2006-08-11 Thread Deva Pitchai
hi all Is there a possibilty of using a anchor tag like below from the struts action http://localhost/dir1/dir2/file.jsp#bottom somthing like ... http://localhost/dir1/dir2/viewfile.do#bottom so that i can view the bootom of the page once the action is executed. I know wht to do in the html

[Transfer data from Form to business bean]

2006-03-16 Thread Deva Pitchai(NatureSoft)
hi all can anybody tell me which is the best way to transfer data from a form bean to business object? A formbean can be used as business object? If no, what is the other way to transfer the data easily from a form to business object THanks -- Regards, Deva.

[IE Crashes]

2006-03-28 Thread Deva Pitchai(NatureSoft)
Hi group... Any idea at which stage, will the browser(IE or Moz) crashes when handling a jsp application. how many lines a browser can handle, without a crash? is there any limitation of the web page size? any thoughts appreciated. -- Regards, Deva. --

printing label from Form bean

2006-04-07 Thread Deva Pitchai(NatureSoft)
Is htere a way to print a value in html as label from Form bean, without using bean:write tag? I cant use the bean:write because it is asking for the bean name. I have some include jsp files, which may have different form bean depending on the file where it is included. So I cant give the fo

[Amount pattern matching - validator]

2006-04-17 Thread Deva Pitchai(NatureSoft)
Hi all, I would like to validate the following pattern using validator Any idea foo how to achieve this? my propable pattern is ... 9.999.999.999.999.999,99 [French notation] In short, if a user enter the value for this field, it should match this pattern. thanks in adv -- Regards, Deva.

[iterative nested objects validation problem]

2006-04-17 Thread Deva Pitchai(NatureSoft)
Hi all Any idea of making this as dynamic iterative nested objects in validation.xml? .. .. .. One site may have several rooms. And it is not a good way to make the array as static 1 & 2s. Kindly reply with ur thoughts. Thanks -- Deva --

Re: [Amount pattern matching - validator]

2006-04-18 Thread Deva Pitchai(NatureSoft)
rform validations." For more info, refer to: http://struts.apache.org/struts-doc-1.2.x/userGuide/dev_validator.html#i18n HTH, On 4/17/06, Deva Pitchai(NatureSoft) <[EMAIL PROTECTED]> wrote: Hi all, I would like to validate the following pattern using validator Any idea foo how

[Inner Javascript issue]

2006-04-20 Thread Deva Pitchai(NatureSoft)
hi all anybody know how to call a js file in a js file like this main.js: document.write(" <\/script>");

second.js:
funciton alertMe() {
   alert("hi");
}


mainjsp.jsp: