Opening page in a new window

2002-04-01 Thread Sudipta Sarkar
Hi, I have a application with the following feature: I have a form with some text fields and a submit button. When I press submit I need to do some database interaction and the result of that I store in seesion. The results then need to be displayed on a different page on a new browser w

Re: [Re: [Re: how to dynamically change form in a tag]]

2002-03-22 Thread Sudipta Sarkar
No this also does not work. "Nicolas De Loof" <[EMAIL PROTECTED]> wrote: Does "> work ? The solution you said works. but "> does not work although <% String id = (String)request.getParameter("id"); %> works. Is there anything that I am doing wrong in case 1. Thanks Sudipta

Re: [Re: how to dynamically change form in a tag]

2002-03-22 Thread Sudipta Sarkar
The solution you said works. but "> does not work although <% String id = (String)request.getParameter("id"); %> works. Is there anything that I am doing wrong in case 1. Thanks Sudipta "Nicolas De Loof" <[EMAIL PROTECTED]> wrote: JSP Tags use an XML syntax, so you must have the s

Re: How do I pre-select an element from a select list?

2002-03-21 Thread Sudipta Sarkar
Step 1. In JSP Step 2. the formbean has methods getLabels and getValues() public Collection getLabels() { ArrayList a = new ArrayList(); a.add("One"); a.add("Two"); a.add("Three"); return

Struts html taglib

2002-03-21 Thread Sudipta Sarkar
Hi, I am using struts 1.0.2 on weblogic 6.1sp2 jdk1.3.1. I am facing the folowing problem: " /> does not work. This does not even render the textbox. The generated html is . If I replace the double-quotes around mybean and firstname by single-quotes then the value of the text field becomes