RE: info required

2001-10-05 Thread Amitkumar J Malhotra
Hello Murugan, I have tried everything that is given in the tutorials of dbtaglibrary and also the things which you had told me to do, but nothing is working so I am sending the code itself. This is the web.xml file http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> http://jakar

Re: struts-tags - long form problem

2001-10-05 Thread martin . cooper
Actually, it is possible, and it is the only solution I am aware of. I know, because I rely on this heavily to solve exactly the problem you are having. :-} Early versions of Struts stored form-related data in page scope, which prevented the use of nesting in the way you describe. However, some t

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 PROTECTED]> wrot

Re: struts-tags - long form problem

2001-10-05 Thread Lavandowska
--- Tahir Awan <[EMAIL PROTECTED]> wrote: > I can't break the page because all the tags have to be nested in the > > tag. Is there any workaround? I'm not saying this is a "good" solution, but you could break it up by putting parts into other .jspf (fragment) files and using to execute them.

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

Re: Proposal: Template Tags

2001-10-05 Thread Ted Husted
Jeff Turner wrote: > Well look at two other taglibs that come with Struts: > > http://jakarta.apache.org/struts/struts-bean.html > http://jakarta.apache.org/struts/struts-logic.html > > They ought to be in jakarta-taglibs too ;) Yes, they should be. We're just avoiding doinging anything about t

Re: Proposal: Template Tags

2001-10-05 Thread Micael Padraig Og mac Grene
>>Jeff Turner wrote: >> >> > And, as already said in an old mail, I think that it would benefit to >> > users to share ideas about templating/web-components and discuss rather than >> > working alone ... >> >> Too late ;) The fact is, two good quality, mature templating systems >> exist. >> >

Re: Proposal: Template Tags

2001-10-05 Thread Cedric Dumoulin
> As I see it, there are three ways this can be resolved: > > 1. Do nothing. > 2. Submit both systems to jakarta-taglibs. > 3. Cedric and I submit a system that includes the best features from both. > > Option No. 3 seems to make the most sense to me. I will discuss this with Cedric > privately

How to test value from dbtags with struts logic tags?

2001-10-05 Thread Bill Pfeiffer
I am struggling with not resorting to scriptlets anywhere on my page, but have hit a stumbling block. I am using the dbtags ResultSet tag to iterate through a set of rows and display some of the row's column data in am html table. Some of the columns are Y/N columns for which I need to build a m

Re: Proposal: Template Tags

2001-10-05 Thread David Geary
Jeff Turner wrote: > > And, as already said in an old mail, I think that it would benefit to > > users to share ideas about templating/web-components and discuss rather than > > working alone ... > > Too late ;) The fact is, two good quality, mature templating systems > exist. > > I'm in the "m