Hi ,
WAS 3.5 does support only JSP 0.9 spec only.Where as for tablib u need to use JSP 1.0 or above.U can try installing some fixpack which allows u to use tablib.
Kishore Kumar K
Covansys India
When u r trying pass values through Query String ,max of 256 characters u can send.Try submitting the page and specify method as post,then u will get all ur form variable and no restrictions in length. Kishore Kumar K
Covansys India
I guess u have to set ConnectionKeepAliveTimeOut, by default it is 5 sec.I have no idea how to set this 3.02 b'cos I am working with 4.0.If u set this parameter in ur Appserver properties I guess that will solve , put it as 120 sec .It will be under webcontainer I guess
All the Best Kishore...
Hi
You are using Weblogic INITIAL_CONTEXT_FACTORY and PROVIDER_URL.That will not work with WebSphere
The Folllowing are Initial_con.. and Pro_URL.. for WAS
(Context.PROVIDER_URL,"iiop://localhost:900")
(Context.INITIAL_CONTEXT_FACTORY...
No need to Worry about it , why because u don't have any action in between if and else so it obviously gives u warning message.
if cond
else
action
end-if
this is what ur doing there , if u want ur code with out any warning then change it to
if not cond
action
end-if
Kishore...
U just put them with in codes
parameter="Brown & Inc. "
And send it ,this is the only way(something like this) as far as i think.
All the best Kishore Kumar K
Covansys India
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.