RE: version 1.2

2004-03-20 Thread Zsolt Koppany
Hi, do you mean struts-1.2 final? I cannot find that at: http://jakarta.apache.org/site/binindex.cgi Zsolt -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Saturday, March 20, 2004 3:20 PM To: Struts Users Mailing List Subject: Re: version 1.2 At 1:14 PM

UTF-8 characters in the name of the uploaded document

2004-03-19 Thread Zsolt Koppany
Hi, I use struts-1.1 with tomcat-4.1.30 and cannot get the name of the uploaded document correctly if that contains UTF-8 (Asian) characters. The application itself does work fine with UTF-8 characters in forms etc. the only exception is upload. Is there a fix to solve this problem or will it be

RE: UTF-8 characters in the name of the uploaded document

2004-03-19 Thread Zsolt Koppany
in the name of the uploaded document In this article: http://www.anassina.com/struts/i18n/i18n.html The author mentions that a filter is required for UTF-8 encoded forms. Worth a go? Colm -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 14:22

RE: Role based access?

2004-03-09 Thread Zsolt Koppany
Hi Pedro, I'm interested in your software, can you send it to me? Zsolt -Original Message- From: Pedro Salgado [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 1970 1:09 AM To: Struts Users List Subject: Re: Role based access? If you need this kind of behaviour

validation.xml with German Characters (sauch as uuml;)

2004-03-01 Thread Zsolt Koppany
Hi, I want to use German Characters in validation.xml but when I use the expression below I get an error message attached to the end of this email: constant constant-nameusername/constant-name constant-value[EMAIL PROTECTED]uuml;]+$/constant-value /constant Error message:

RE: validation.xml with German Characters (sauch as uuml;)

2004-03-01 Thread Zsolt Koppany
, Axel On 2004-03-01 at 14:29:52 +0100, Zsolt Koppany wrote: Hi, I want to use German Characters in validation.xml but when I use the expression below I get an error message attached to the end of this email: constant constant-nameusername/constant-name constant

How to use html:link... with JSTL?

2004-02-25 Thread Zsolt Koppany
Hi, how can (should) I use html:link... with JSTL? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Experienced Hungarian Struts developer wanted

2004-02-03 Thread Zsolt Koppany
Hi, we search for experienced Hungarian Struts developers. If you are interested in a job please contact me. Struts experiences are important and SQL know how is also interesting. Zsolt Koppany -- Intland Software GmbH, Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart, Germany Phone: +49-711-722

RE: stop user from clicking the submit button twice

2004-01-30 Thread Zsolt Koppany
Hi Steve, it sound very interesting. Can you provide some info how to use these struts token functions? Zsolt -Original Message- From: Hunt, Steve [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:59 AM To: 'Struts Users Mailing List' Subject: RE: stop user from clicking

Page is not Valid Any More error with IE with the Back button

2004-01-29 Thread Zsolt Koppany
Hi, I have a problem with a form and with Internet Explorer. Because the FROM method is POST IE cannot go back to the previous page when I hit the Back button, I get the error message (I translated it from German to English): Warning: Page is not valid any more. I don't get this error

How to replace pageContext.setAttribute(...) with a JSTL?

2004-01-12 Thread Zsolt Koppany
Hi, I understand that I can copy a Java variable into a JSP variable using pageContext.setAttribute(...). But can I also do it using JSTL? How can I make the code below better? (BrowseTasks.priorityTooltip is a java.lang.String[] variable) %@ page import=cv.servlet.bugs.BrowseTasks% %

What is wrong with this upload filename (UTF-8) decoding?

2003-12-26 Thread Zsolt Koppany
Hi, my application has to support UTF-8 including when files are uploaded with UTF-8 characters in the filename (for example: ??.txt). I use a servlet filter that always call request.setCharacterEncoding(UTF-8) and my jsp pages contain response.setContentType(text/html;

RE: What is wrong with this upload filename (UTF-8) decoding?

2003-12-26 Thread Zsolt Koppany
After posting now I see that the posted email contains ? characters instead of the original chinese characters I used in my example. Zsolt -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 11:45 AM To: Struts Users Mailing List Subject

RE: Can large upload cause tomcat hanging?

2003-12-12 Thread Zsolt Koppany
Hi, I make rarely cross posts and my case was (is) exactly was Gus described. Zsolt -Original Message- From: Gus Heck [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 4:38 PM To: Struts Users Mailing List Subject: Re: Can large upload cause tomcat hanging? Lukas,

RE: Can large upload cause tomcat hanging?

2003-12-11 Thread Zsolt Koppany
Zsolt Koppany [EMAIL PROTECTED] wrote in message news:LDEEJFLCAPOPNCKDHFNACEBMDDAA.zkoppanylist__12514.1559089117$1 [EMAIL PROTECTED] Hi, I uploaded a 70Mb file using struts-1.1. The JVM process (jre-1.2.4_02, Linux, SuSe-8.1) got much larger and a couple of hours later tomcat didn't

Can large upload cause tomcat hanging?

2003-12-10 Thread Zsolt Koppany
Hi, I uploaded a 70Mb file using struts-1.1. The JVM process (jre-1.2.4_02, Linux, SuSe-8.1) got much larger and a couple of hours later tomcat didn't react to the most of the events. What can be the reason? Additionally I found strange the tomcat didn't create the localhost_log... files since

RE: Working with UTF-8 and problems with German Umlauts

2003-11-05 Thread Zsolt Koppany
- From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:31 AM Subject: Re: Working with UTF-8 and problems with German Umlauts On 11/03/2003 09:43 PM Zsolt Koppany wrote: I have problems with German Umlauts when I enter

Working with UTF-8 and problems with German Umlauts

2003-11-03 Thread Zsolt Koppany
Hi, I have problems with German Umlauts when I enter the code below to my jsp pages. The problem is when I for example I forget to fill a required field and the previous values are restored after validation. How can I fix that? I use tomcat-4.1.24 with struts-1.1. %@ page

Wanted API to handle user roles

2003-11-03 Thread Zsolt Koppany
Hi, I'm searching for a Java library to implement Role based access in a Web application. This API must support some kind of hierarchy. For example a user might have all roles in a project (project administrator) but only limited (or no) roles in an other project. As far as I know, tomcat

Out of memory with multipart/form-data and lot of checkboxes

2003-10-27 Thread Zsolt Koppany
Hi, in a form where the user can upload a file and set some attributes with checkbox (couple oh hundreds) I get an out of memory exception even when the file is very small (300 bytes). After some testing I figured out that it is caused by enctype=multipart/form-data. If I removed that I cannot

How to use ActionError with two keys?

2003-08-06 Thread Zsolt Koppany
Hi, how can I use ActionError with two keys. The example below show what I would like to do: new ActionError(errors.required, host.name) Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to use ActionError with two keys?

2003-08-06 Thread Zsolt Koppany
with actual values in properties file.. HTH prashanth Zsolt Koppany [EMAIL PROTECTED] wrote: Hi, how can I use ActionError with two keys. The example below show what I would like to do: new ActionError(errors.required, host.name) Zsolt

RE: Struts 1.1

2003-06-03 Thread Zsolt Koppany
Hi, two or three weeks ago I reported a bug that the upload.jar library is very buggy. I know that this library is just used by struts, however when struts doesn't include a running upload.jar struts is not usable (at least for us). Will the upcoming struts release contain a reliable upload.jar?

Html checker from a browser wanted?

2003-04-04 Thread Zsolt Koppany
Hi, I used to use the tool quanta-plus under Linux KDE to check my pages from a browser without the need first to save the page and start a utility. A plug-in would be the best that is integrated into Mozilla or Internet Explorer. Can somebody propose me a similar tool under Windows? Zsolt

Strange DynaValidatorForm behaviour during FIRST submit

2003-03-10 Thread Zsolt Koppany
Hi, I have inherited (extended) a DynaValidatorForm. I don't know whether this is the reason but the FIRST time when I submit such a form from IE (Windows-XP a couple of days old, IE gives feedback in the progress bar but the form will never be submitted until I click on the submit button again.

How to reset checkboxes in session ActionForms?

2003-03-03 Thread Zsolt Koppany
If I'm right, reset is not called by ActionForms with scope session. How can I then reset my checkboxes? -- Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: one more prepopulate question

2003-02-28 Thread Zsolt Koppany
Where do I have to insert this code? Zsolt Actually, unless you are going (back) to a page that contains a form with action of setupMultipleForms you can't use this strategy. What you actually need to know is the name attribute of the action mapping corresponding to the page to which the

Re: Validator: How to define that a field is mandatory whenan otheris not empty?

2003-02-24 Thread Zsolt Koppany
the appropriate html:errors / tag in the jsp that displays the form elements HTH, -jeff On Monday, February 24, 2003, at 01:45 AM, Zsolt Koppany wrote: Thank you James, I have read the documentation, and I'm sorry but I still don't understand how to define

Re: Validator: How to define that a field is mandatorywhen an otheris not empty?

2003-02-24 Thread Zsolt Koppany
/field HTH, -jeff On Monday, February 24, 2003, at 08:44 AM, Zsolt Koppany wrote: Hi Jeff, thank you but my problem is that I just don't understand the examples. I'm sure they are excellent but they do much more (as far I understand them) than I need. Could you please

Validator: How to define that a field is mandatory when an otheris not empty?

2003-02-23 Thread Zsolt Koppany
Hi, how can I define that a field is mandatory when an other is not empty but only in that case? -- Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Validator: How to define that a field is mandatory when anotheris not empty?

2003-02-23 Thread Zsolt Koppany
in the documentation, they are just too complex. Zsolt On Sun, 2003-02-23 at 22:35, James Turner wrote: See the requiredif validation in Struts 1.1 James -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 3:01 PM To: struts mail list Subject

What is the best method to set default values of a form?

2003-02-22 Thread Zsolt Koppany
Hi, I understand that the reset method should not be used to set the default values of the fields of a form. What is the preferred way? -- Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: What is the best method to set default values of a form?

2003-02-22 Thread Zsolt Koppany
Sorry, but I have to read the data from the database. Zsolt On Sat, 2003-02-22 at 16:45, James Childers wrote: -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 4:39 AM To: struts mail list Subject: What is the best method

Why reset is called when a form is submitted?

2003-02-21 Thread Zsolt Koppany
Hi, I see in my code that the reset method is called when the form is submitted. I use this method to prepare the default values when the form is activated (for example I read data from the database) and I cannot understand why it is necessary to call this method also when the form is submitted.

How to write to a page from a long running Action class?

2003-02-21 Thread Zsolt Koppany
Hi, one of my action classes can run for a long time. How can I give the user some feedback? I have tried to write via the Writer returned by response.getGetWriter() but when the forwarder with redirect was called, I got the exception below. Zsolt StandardWrapperValve[action]:

Validator question

2003-01-09 Thread Zsolt Koppany
Hi, how can I define a validator that for example the e-mail must NOT match a regular expression? -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Why flush is not supported in a body of logic:iterate... ?

2003-01-07 Thread Zsolt Koppany
to explicitly call flush() anyways? --joe -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:59 PM To: struts mail list Subject: Why flush is not supported in a body of logic:iterate... ? Hi

Re: Odd Tiles Behavior with 2003-01-01 Nightly Build

2003-01-07 Thread Zsolt Koppany
Setting flush=true inside of iterate throws an Exception. Zsolt On Tue, 2003-01-07 at 17:28, Cedric Dumoulin wrote: Hi, The PageContext.include(uri) documentation says: The current JspWriter out for this JSP is flushed as a side-effect of this call, prior to processing the include.

Why flush is not supported in a body of logic:iterate... ?

2003-01-06 Thread Zsolt Koppany
Hi, in a logic:iterate ... block I get always an exception saying: Illegal to flush within a custom tag... This is a problem for me because I want to execute either tiles:insert name=cb.bullet flush=true or out.flush(); What can I do? -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL

Why flush is not supported in a body of logic:iterate... ?

2003-01-06 Thread Zsolt Koppany
Hi, in a logic:iterate ... block I get always an exception saying: Illegal to flush within a custom tag... This is a problem for me because I want to execute either tiles:insert name=cb.bullet flush=true or out.flush(); What can I do? -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL

What are the new feautures of struts-b3?

2003-01-05 Thread Zsolt Koppany
Hi, what are the new features in b3 since b2? I cannot find them in the release notes! -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Zsolt Koppany
://jakarta.apache.org/struts/userGuide/release-notes-1.1-b3.html -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 5:50 PM To: [EMAIL PROTECTED] Subject: What are the new feautures of struts-b3? Hi, what are the new features in b3 since b2? I

RE: What are the new feautures of struts-b3?

2003-01-05 Thread Zsolt Koppany
Framework, for changes that have taken place since Version 1.1 beta 2 was released... -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 6:08 PM To: Struts Users Mailing List Subject: RE: What are the new feautures of struts-b3? As far

How to switch debug off?

2002-12-09 Thread Zsolt Koppany
After I start tomcat with struts, I see a lot of log messages. How can I switch that off? I mean messages such as: 2002-12-09 21:41:55,536 DEBUG digester.Digester.sax - startElement(,display-name,display-name) [main] 2002-12-09 21:41:55,537 DEBUG commons.digester.Digester - Pushing

Re: How to extend tiles SimpleMenuItem?

2002-12-06 Thread Zsolt Koppany
classtype=YourClassName set-property property=aName value=aValue / set-property property=anotherName value=anotherValue / . /bean Hope this help, Cedric Zsolt Koppany wrote: Hi, I have written a class that extends

How to extend tiles SimpleMenuItem?

2002-12-05 Thread Zsolt Koppany
Hi, I have written a class that extends SimpleMenuItem but when I want to assign new items (see example below) I get error logs. How can I fix it? Example: item id=summary value=Summary selectionStyle=toolbar_summary_selected link=/proj/summary.do

Where to fill default values of a form in ActionForm ?

2002-12-01 Thread Zsolt Koppany
Hi, right now I use the reset method to fill the form with some default values but I see in my logs that reset is called when I click on the cancel button. Because I fill default values from a database I don't want to execute this query when the form is being cancelled. What is the best way

Does the current version of struts run with tomcat-3.2.4?

2002-11-25 Thread Zsolt Koppany
Hi, we do have to support tomcat-3.2.4 and I just would like to known whether struts-1.1 runs with tomcat-3.2.4. Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How can I use logic:... for properties such as isKnown() ?

2002-11-25 Thread Zsolt Koppany
Hi, is it possible to use logic:... for properties such as isKnown()? I would like to rewrite the code as follows: % is (x.isKnown()) { % % } % Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to prepare a bean for bean:... and define:... with dynamic fields?

2002-11-21 Thread Zsolt Koppany
Hi, I have a database application, thus I fetch fields thay I cannot read via getter methods. How can I provide the data to struts that I can use for example bean:define id=realName name=row property=fullname / Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: MySQL connection pooling problems!! (please help)

2002-11-20 Thread Zsolt Koppany
Why don't you use the connection pool comming with struts? Zsolt On Tuesday 19 November 2002 23:42, James Ferguson wrote: Hi, You might like to look into the connection pooling software called PoolMan (for Pool Manager). I'm using it successfully with the MySQL driver. It's no longer be

How to use bean:write for arrays (String[]) ?

2002-11-18 Thread Zsolt Koppany
Hi, how can I write the variable for example field[5] using bean:write.../ ? I would like to use bean:write because I want to use the filter option to convert specific html characters. logic:iterate id=field indexId=counter name=rows type=java.lang.Object[] bean:write Zsolt -- To

Is there a better way to write this code?

2002-11-16 Thread Zsolt Koppany
Hi, in this code I want to take the HTTP parameter targetURL if that exists, otherwise, from the attribute of the request. Is there a better way to write this code? Zsolt bean:parameter id=targetURL name=targetURL value= / logic:empty name=targetURL % targetURL =

Hot to an html:image.. similar to html:cancel/ ?

2002-11-16 Thread Zsolt Koppany
Hi, I would like to use a image button (html:image..) instead of html:cancel/. How can I do that? It also fine of I have to handle that in the Action class. Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Dynamic select menu in JSP - Struts-Menu1.1

2002-11-15 Thread Zsolt Koppany
Hi, what is struts-menu? Where can I find more info about it? Zsolt On Thursday 14 November 2002 23:30, Karr, David wrote: I noticed the same problem when I tried this casually a couple of days ago. I haven't had the chance to get any more detailed information, or debug it. I'm using

bean:page ... into a String variable

2002-11-15 Thread Zsolt Koppany
Hi, how can I specify that bean:page... restores the value into a String variable? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

How can I set a value into the Form class assigned to the current form?

2002-11-15 Thread Zsolt Koppany
Hi, how can I set the values of Form class assigned to current form from JSP? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

How can I access the form bean object from JSP?

2002-11-15 Thread Zsolt Koppany
Hi, how can I access the bean associated to my form? I would like to call some getter and setter methods. Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Why is this code (drawing a box) extremely slow with netscape-4.79?

2002-11-13 Thread Zsolt Koppany
Hi, the code below draws a box around a table. It works fine with IE, Mozilla and Netscape-4.79. However the code is extremely slow with netscape-4.79. Do you know why and how can I fix it? Zsolt TABLE class=boxframe cellpadding=1 cellspacing=0 border=0 TR TD TABLE width=100%

What is the preferred way to fill Forms with input (HTML) parameters?

2002-11-12 Thread Zsolt Koppany
Hi, what is the preferred way to initialize form fields with parameters passed to the JSP URL? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

How to pass a HTTP parameter to mapping.findForward() from Action.execute

2002-11-11 Thread Zsolt Koppany
Hi, depending on run-time conditions I would like to pass HTML parameters to the URL that will be called via mapping.findForward() from Action.execute(). How can I do that? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

How to figure out the caller of in a Tiles JSP file?

2002-11-08 Thread Zsolt Koppany
Hi, in Tiles JSP files, request.getRequestURI() seems to return the URL of the includes Tiles file. How can I figure out the URL of the includor? I means the JSP file at the top of the include hierarchy, because I would like call the original URL with additional parameters from the included

How to forward from a struts form to a login dialog ?

2002-11-07 Thread Zsolt Koppany
Hi, in a struts form I want to check whether to user has already logged in. If not, instead of showing the form I want to forward the user to a login dialog and he must log in. After the user logged in, I want him to come back to the form and I have to restore the original parameters of the

Re: How to forward from a struts form to a login dialog ?

2002-11-07 Thread Zsolt Koppany
Ok, but how? Zsolt On Thursday 07 November 2002 11:14, Max Kutny wrote: Move authentication to container level -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Can logic:redirect been used in Tiles JSP files?

2002-11-07 Thread Zsolt Koppany
Hi, I have the impression that logic:redirect ... commands are ignored when they are in JSP files included over Tiles. Is that true? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Is it possible to configure where to forward if ActionForm.validate returns false?

2002-11-07 Thread Zsolt Koppany
Hi, in a Tiles JSP page, when ActionForm.validate returns false, not the JSP will be called that creates the complete layout but the JSP that contains the form. How can I tell struts which JSP should be called if ActionForm.validate returns false? Zsolt -- To unsubscribe, e-mail:

Re: Tiles overloading problem/question

2002-11-06 Thread Zsolt Koppany
can't put a put within a put. You can however put another definition as the content of a put tag. If you need to extend the other definition, you can create the extension definition, and then put that as the content of your final tile. On Tue, 2002-11-05 at 14:09, Zsolt Koppany wrote: when

Why does the nightly build produces a huge log file during startup?

2002-11-05 Thread Zsolt Koppany
Hi, I have copied the latest nightly build and after extraction I copied jakarta-struts/webapps into the tomcat -4.1.12 webapps directory. It takes a very long time to start tomcat (it was not the case before I installed struts) and a huge log file (100Mb) was created (I redirect stderr and

Tiles overloading problem/question

2002-11-05 Thread Zsolt Koppany
Hi tiles users, is it possible to bring the two definitions into one? I just want to define (overload) the variable selected that is needed by renderer of cb.project.toolbar. definition name=cb.project.toolbar.summary extends=cb.project.toolbar put name=selected value=summary /

Re: Tiles overloading problem/question

2002-11-05 Thread Zsolt Koppany
it before. -Dennis On Tue, 2002-11-05 at 09:38, Zsolt Koppany wrote: Hi tiles users, is it possible to bring the two definitions into one? I just want to define (overload) the variable selected that is needed by renderer of cb.project.toolbar. definition name=cb.project.toolbar.summary

Re: Tiles overloading problem/question

2002-11-05 Thread Zsolt Koppany
wrote: Yes, we use 1.1b2 and it works just fine. You may need put name=toolbar value=cb.project.toolbar.summary type=definintion note the type... but I saw someone say that it worked without it before. -Dennis On Tue, 2002-11-05 at 09:38, Zsolt Koppany wrote: Hi tiles users

How to get the tiles-def.xml reloaded without starting the server again?

2002-11-04 Thread Zsolt Koppany
Hi, how can I get tiles-def.xml reload after I changed tiles-def.xml and don't want to restart tomcat? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

How to use tiles item... for a new class?

2002-11-04 Thread Zsolt Koppany
Hi, I would like to assign additional parameters to a menu item defined by tiles item... and I get a parsing error. My definition looks like: definition name=cb.project.toolbar path=/templates/tabsLayout.jsp putList name=tabList item id=summary

Strange JasperException when using the nightly build 20021031

2002-11-01 Thread Zsolt Koppany
Hi, when I use the build 20021031 I get a strange jasper exception (attached at the end) with 1.1-b2 I don't get this exception. Any ideas how to fix it? Zsolt % taglib uri=/struts-tiles.tld prefix=tiles % html head LINK href=css/CB-Style.css rel=stylesheet type=text/css /head BODY

Re: Strange JasperException when using the nightly build 20021031

2002-11-01 Thread Zsolt Koppany
it? Zsolt On Friday 01 November 2002 10:11, Zsolt Koppany wrote: Hi, when I use the build 20021031 I get a strange jasper exception (attached at the end) with 1.1-b2 I don't get this exception. Any ideas how to fix it? Zsolt % taglib uri=/struts-tiles.tld prefix=tiles % html head LINK

null pointer exception in tiles-documentation/examples/summariesTabs.jsp

2002-10-31 Thread Zsolt Koppany
Hi, I get a null pointer exception in tiles-documentation/examples/summariesTabs.jsp I using struts-1.1-b2 with tomcat-4.12 when enablePooling=true in web.xml. Do you know any fix? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands,