find ActionConfig

2004-02-20 Thread konf
Hallo,
is there any more effectively way to get the path from ActionConfig as this?:

ActionServlet aServlet = super.getServlet();
ModuleConfig mConfig = aServlet.getModuleConfig(request);
ActionConfig aConfig = new ActionConfig();

String path = aConfig.setModuleConfig(mConfig).getPath();

Thanks
Jiri

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



support for topic selecting

2004-02-17 Thread konf
Hallo,
is there any support for listing tree of phorum topics in page? something as
- first
 - reply to first
  - reply to reply
- second

etc...

Thanks,
Jiri



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



Re: LDAP + DataSource

2004-01-23 Thread konf
Hallo,
generally, it is right.
but, there exist jdbc driver for ldap (for example,
http://www.octetstring.com/products/jdbcldapdriver/). I do not use it, becouse I
am using the classical way (java ldap packages from novell), but I was view the
samples of jdbc way and I thing if you use it (jdbc), you can create datasource.

But as I wrote, I am using the classic way to access LDAP.

Best regards
Jiri

> LDAP, as the name implies, is a Directory Access Protocol.  As such, you
> cannot use JDBC to establish connections.  However, java does provide an
> analagous interface for accessing Naming and Directory Services (LDAP, DNS,
> etc) known as the Java Naming and Directory Interface (JNDI).
> 
> A good starting point to learn more about JNDI is 'Developing a White Pages
> Service with LDAP and JNDI' by Budi Kurniawan
> (http://www.onjava.com/pub/a/onjava/2001/05/21/jndi.html)
> 
> 
> HTH,
> Ian
> 
> 
> 
>  
>  
> "Oliver Thiel"   
>  
>  <[EMAIL PROTECTED]>  
> gmx.de>  cc: 
>  
>  Subject: LDAP + DataSource  
>  
> 01/23/2004   
>  
> 07:55 AM 
>  
> Please respond   
>  
> to "Struts   
>  
> Users Mailing
>  
> List"
>  
>  
>  
>  
>  
> 
> 
> 
> 
> Hi all,
> 
> 
> Is it possible to set up a DataSource for LDAP?
> If yes how can I do this? And how do I retrieve a
> connection?
> 
> 
> Thanks
> Oliver
> 
> 
> 
> 
> 
> 
> 
> 
> This transmission may contain information that is privileged, confidential
> and/or exempt from disclosure under applicable law. If you are not the
> intended recipient, you are hereby notified that any disclosure, copying,
> distribution, or use of the information contained herein (including any
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
> in error, please immediately contact the sender and destroy the material in
> its entirety, whether in electronic or hard copy format. Thank you.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 




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



how to not insert javascript into forms

2003-12-18 Thread konf
Hallo,
when I use 

RE: JBoss

2003-10-09 Thread konf
I think it is not such simplify.
maybe such this - if you are using more j2ee technologies, it is better to
use app server, such a jboss. your work will be more uncomplicated, app
server do much things itself.

Jiri

> If you're not running EJB's you don't need JBoss.
>   -Original Message-
>   From: Horky Adam G A1C 805 CSPTS/SCBE [mailto:[EMAIL PROTECTED]
>   Sent: Thursday, October 09, 2003 9:19 AM
>   To: [EMAIL PROTECTED]
>   Subject: JBoss
>
>
>   I noticed some of the developers on this mailing list advocating the use
> of JBoss. I am currently reading some docs on JBoss, but I don't have a
> clear understanding of it yet. I currently use Tomcat as my app server.
> Does
> it run over Tomcat? Can anyone recommend some good documentation on what
> exactly JBoss is?
>
>
>
>   A1C Adam G Horky
>
>   Application Development Programmer, SCBE
>
>   (618)256-2300
>
>
>


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



insert html tags

2003-10-06 Thread konf
Hallo,
I have bean filled form database, which contains formated text. But if I
display it on page, html tags are replaced by entities (for example, < by
< etc.).

How I can disable it?

And other question - this page contains images stored in database (in
oracle's blob). I need to display it on this page. What is the best way to
do it? I know, I need call some script as img.jsp which by out.println and
correct header print image into page. But I need to help, by what I can
read it from db, getString is not a best way I think... I do not do it in
java yet.

Thanks
Jiri

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