Struts Problem

2004-02-17 Thread Coolyogs
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]



struts integration with jsp applications

2004-02-17 Thread Coolyogs
hello.

I don't know whether this is a drawback!

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]



nested tag problem in weblogic

2003-09-17 Thread Coolyogs
Hi All,

I have used nested tags in my jsp pages (nested nest)

It is working fine in JRun4 but it is giving problem in weblogic7.
Its giving servlet exception in that page.

Actually I am nesting a bean that contains a vector 
that again contains beans.

but it is giving null in weblogic7

pls help me 

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



footer problem

2003-09-16 Thread Coolyogs
Hi All
I have a problem with footer.
I am inserting footer in tiles-def

I want to keep the footer in absolute position when there is no data 
in the page
and when there is some data exceeds the absolute position the the 
footer should float.

please help me

div style=position: absolute; width:100%; height:15; top: 540; 
left:20  

in the above case it will be overlapped if contents exceeds absolute 
position

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



problem with focusing the textbox

2003-09-08 Thread Coolyogs
Hi All,

I have a problem in focusing the cursor into text box.

I can focus if i have the property in particular formbean.
like this

nested:form action=AccountAction.do method=post focus=name 

But My bean contains another instance of a another bean and that 
contains groups Vector .

I want to focus the cursor into group name???

my bean is in session--  that contains orgData Bean -- that contains 
groups Vector() it isa collection of groupbean it has a name.

nested:form action=AccountAction.do method=post 
focus=orgData.groups.name 

But the above line is giving problem that focus controll.type is 
null.


regards 
Yogs.

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