RE: struts-tags - long form problem

2001-10-10 Thread Tahir Awan
form does work with Struts 1.0. I have a shipping product that makes use of it. -- Martin Cooper - Original Message - From: "Tahir Awan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 09, 2001 12:56 PM Subject: RE: struts-tags - long form problem

RE: struts-tags - long form problem

2001-10-09 Thread Tahir Awan
aning appropriate line in FormTag.java). Thanks, Tahir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 06, 2001 4:35 PM To: [EMAIL PROTECTED] Subject: Re: struts-tags - long form problem - Original Message - From: "Tahir Awa

RE: struts-tags - long form problem

2001-10-06 Thread Tahir Awan
pages like this: Incidentally, questions on Struts-related tags are better asked on the struts-user mailing list. -- Martin Cooper - Original Message - From: "Tahir Awan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 2:46

RE: struts-tags - long form problem

2001-10-05 Thread Tahir Awan
That's not possible because all of the tags have to be nested inside struts:form tag (otherwise they wont render). Tahir -Original Message- From: Lavandowska To: [EMAIL PROTECTED] Sent: 10/5/01 5:01 PM Subject: Re: struts-tags - long form problem --- Tahir Awan <[EMAIL P

struts-tags - long form problem

2001-10-05 Thread Tahir Awan
Hi, I am having problems with a very long form with lots of struts tags. Its obviously growing beyond 64K limit and I am getting verify error at the time of _jspService execution. I can't break the page because all the tags have to be nested in the tag. Is there any workaround? Looking at t

long form problem.

2001-10-05 Thread Tahir Awan
Hi, (sorry for previous post with wrong subject/reply). I am having problems with a very long form with lots of struts tags. Its obviously growing beyond 64K limit and I am getting verify error at the time of _jspService execution. I cant break the page because all the tags have to be nested in

RE: Proposal: Template Tags

2001-10-05 Thread Tahir Awan
Hi, I am having problems with a very long form with lots of struts tags. Its obviously growing beyond 64K limit and I am getting verify error at the time of _jspService. I cant break the page because all the tags have to be nested in the tag. Is there any workaround? Looking at the generated

ubsubscribe

2001-02-19 Thread Tahir Awan
ubsubscribe

RE: your mail

2001-02-12 Thread Tahir Awan
btw, the tag does contain an invalid backslash character value=<%= request.getParameter("userId") %> \> -Original Message- From: Mark Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 3:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: your mail I've tried numer

RE: newbie: why isn't jsp variable initialized?

2001-02-09 Thread Tahir Awan
<%! is used to declare static class variables and same tags can be used to define methods in JSPs. Generally speaking, its not a good idea to use static variables. Rather you should have a custom class or even vector/hashtable declared in a useBean tag. Because then you can specifically define sco

RE: multiple values

2001-01-31 Thread Tahir Awan
uot;seven" I dont know how should I pass the above two arrays to multibox. Maybe I need to modify the taglib for this??? Regards, Tahir -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 4:22 PM To: [EMAIL PROTECTED] Subject: Re: mu

Nested tags...

2001-01-31 Thread Tahir Awan
Hi, Can anyone provide some example about how to use or any struts form tag inside , such that the properties are like email1, email2, email3 ... emailN (using iterator index). Thanks, Tahir

multiple values

2001-01-30 Thread Tahir Awan
Hi All, Can anyone tell me if "input taglib" or "struts taglib" support multiple checkboxes with the same name? And multiselect listbox? Thanks, Tahir