Sorry I didn't get any reply because i was unsubscibed.
Now I have subscibed again.

Hi,

I hav one problem with struts framework.

My application is developed with struts and its working fine.
As a enhancement I have to integrate Query Builder which is a JSP based
application.
Query builder is running in a entirely different webserver. I have to pass
database 
driver, database URL, database username and database password to that
application 
for database connection.

But I cannot pass password as a url.(as a security issue)
like this,

url1 =
"http://yogi:8106/QBE/main1.jsp?eleName="+query+"&url="+url+"&driver="+driver+";
&dbName="+dbName+"&dbPassword="+dbPassword;

and i cannot sumbit this by having a struts form because it requires
actionmapping. (Query 
builder url may change ).

anybody knows the solution please help me.

Thanx,
Yogs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to