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

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,

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), y

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-

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 th