I have a problem using tomcat 4.0.1.

>From a html page, using javascript, i open a new window, its location
is:
reportgenerator.jsp?templateName=aree_aziendali&tableName=SUBAREA LEFT
OUTER JOIN REFERENTE ON (REFERENTE.CODICE_AREA = SUBAREA.COD_AREA) AND
(REFERENTE.CODICE_SOTTOAREA = 
SUBAREA.CODICE)&fields=SUBAREA.COD_AREA,SUBAREA.CODICE,SUBAREA.DESCRIZIONE,REFERENTE.COGNOME,REFERENTE.NOME&where=&orderby=SUBAREA.COD_AREA,SUBAREA.CODICE&bodyRows=17



but, from jsp, when i take a look at the parameter names received and
their values, i see:

fields=SUBAREA.COD_AREA,SUBAREA.CODICE,SUBAREA.DESCRIZIONE,REFERENTE.COGNOME,REFERENTE.NOME
 SUBAREA.COD_AREA) AND (REFERENTE.CODICE_SOTTOAREA = SUBAREA.CODICE)
templateName=aree_aziendali
where=
bodyRows=17
orderby=SUBAREA.COD_AREA,SUBAREA.CODICE

That means that the the parameter tableName and its value are
truncated, i don't know why, maybe because the value for tableName is
too long.

Using tomcat 3.3, everything works fine.
Can someone tell me how should i fix this problem (should i edit the
config files for tomcat 4.0.1) ?

Thanks in advance...

Alex.



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to