RE: I have the same question but about Forms.

2003-02-11 Thread pantichd
per functionality(Like one super class form for 4 or 5 OrderFunctions ). And also as u said, i also had to add common attributes at the module level.But this works best. Hope this helps. regards, Shirish -Original Message- From: pantichd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February

I have the same question but about Forms.

2003-02-11 Thread pantichd
Hello, Not sure if this deserves another thread or if I can attach it to this one. I'm new to mailing lists so please be kind. : ) I'm working on a struts project now and going back and forth on whether to just have one form for the whole system or have many forms. In our case we put the

Recognizing that something changed on form

2003-02-04 Thread pantichd
Hello, I have a system that requires quite a bit of validation when a form is submitted. What would be nice is for me to be able to tell if something has actually changed on the form when it's submitted. Here's what I came up with but I'm wondering if I'm reinventing the wheel. Does Struts

Trying to use Struts sslext with WebSphere

2003-01-13 Thread pantichd
Hello, Has anyone had any luck getting the Struts ssl extension (http://sourceforge.net/project/showfiles.php?group_id=59967) working on VisualAge for Java and/or WebSphere? I'm using VAJ 3.5.3 and WebSphere 3.5.4 advanced edition. I have an app that works fine when I'm using Struts 1.0.2. I run

RE: Struts forwards requests as http when jsp page was invoked as https

2003-01-10 Thread pantichd
Steve, I did see that in my search for a solution to my problem. However, I haven't been able to find any documentation and examples on how to use it. I've poked around the site and downloaded the sslext-struts1.0-src.zip file (I'm using struts 1.0). It has source code but no examples or

Struts forwards requests as http when jsp page was invoked as https

2003-01-09 Thread pantichd
Hello, I need help figuring out how to make my struts application work with ssl. I'll try to give a brief overview of what I'm doing: I invoke the mai.jsp file using https protocol. No problem there. Links off that page work fine because they are built as https://somelink...;. The problem is