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 =

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

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

how to not insert javascript into forms

2003-12-18 Thread konf
Hallo, when I use html:form tag in page, struts inserts some javascript into this page. How I can disable it? Thanks, Jiri - 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 lt; 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