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
or will it be fixed in the next release? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-03-19 Thread Zsolt Koppany
Hi Colm, I know that article, and as I wrote the application does work fine with UTF-8 characters except upload. Zsolt -Original Message- From: Colm Garvey [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 4:20 PM To: Struts Users Mailing List Subject: RE: UTF-8 characters

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
: Reference to undefined entity uuml;. org.xml.sax.SAXParseException: Reference to undefined entity uuml;. How can I use German Characters? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

2004-03-01 Thread Zsolt Koppany
I tried that but it didn't help either. it is strange because I can use the following expression does work: constant constant-namefilename/constant-name constant-value^[^\\/:*?quot;lt;gt;|]+$/constant-value /constant Zsolt -Original Message- From: Theodosios

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
when the form method is GET but in this form we might have a lot of data (especially checkboxes) and as far as I know with the form method GET it is limited how much data can be sent to the server. Any ideas how to solve this problem? Zsolt

How to replace bean:message... with JSTL?

2004-01-20 Thread Zsolt
Hi, how can I replace the following struts code with JSTL? bean:message key=tracker.delete.item.confirm / Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

c:url Question

2004-01-16 Thread Zsolt
Hi, it seems that c:url... doesn't create a correct link. I use a html testing tool that complains that the parameters should be separated by amp; and not just by . struts-html... does that correctly. I use jstl from struts-1.1 contrib. Do I miss something? Zsolt

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

2004-01-12 Thread Zsolt Koppany
% % pageContext.setAttribute(priorityArray, BrowseTasks.priorityTooltip); % Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-12-26 Thread Zsolt Koppany
couple of characters correctly (result: ??.txt). Any ideas how to fix the problem? I use TC-4.1.29, Struts-1.1, jdk1.4.2_02 Windows-XP. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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
larger than 70MB without any problems. What was your JVM settings? In my case tomcat-4.1.24 was running with -Xmx100M. Do you think that is too low? Zsolt -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Martin Cooper Sent: Wednesday, December 10, 2003 10:51 PM To: [EMAIL

Can large upload cause tomcat hanging?

2003-12-10 Thread Zsolt Koppany
the last startup. Here I are the data provided by top: SIZE: 175M RSS: 165M SHARE: 38980 STAT: S N %CPU: 0.0% %MEM: 33.3 TIME 0:05 The machine has 512Mb. Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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

2003-11-05 Thread Zsolt Koppany
My problem was really, that my code was too late. After using a servlet filter and calling request.setCharacterEncoding(UTF8) from the filter, my problem was fixed. Thank you everybody for the help. Zsolt -Original Message- From: Jim Theodoridis [mailto:[EMAIL PROTECTED] Sent

Working with UTF-8 and problems with German Umlauts

2003-11-03 Thread Zsolt Koppany
/html; charset=UTF-8 % %request.setCharacterEncoding(UTF8);% Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Wanted API to handle user roles

2003-11-03 Thread Zsolt Koppany
supports only user based roles, thus a user has a role assigned to him everywhere. Any suggestion? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-10-27 Thread Zsolt Koppany
upload (this is clear) but JVM doesn't increase. Any ideas? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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
And how can I do that? How can I get the string assigned to for example errors.required? Zsolt On Wed, 2003-08-06 at 15:36, Prashanth.S wrote: Hi i think u need to use positional parameter substitution instead of using another key like {0},{1} etc in actionerror and replace them

RE: Struts 1.1

2003-06-03 Thread Zsolt Koppany
? Zsolt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Graham Sent: Montag, 2. Juni 2003 01:39 To: [EMAIL PROTECTED] Subject: Re: Struts 1.1 Struts RC 2 should be coming out this week. After that, people will have a chance to test their apps

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
. The strange thing is that this happens only the first time. I use XP with jdk-1.4.1_02. Any Ideas what the reason is? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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

2003-02-24 Thread Zsolt Koppany
var-namefield[0]/var-name var-valuelastName/var-value /var var var-namefield-indexed[0]/var-name var-valuetrue/var-value /var var var-namefield-test[0]/var-name var-valueNOTNULL/var-value /var /field ... /form On Mon, 2003-02-24 at 13:55, Jeff Kyser wrote: Zsolt

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

2003-02-24 Thread Zsolt Koppany
Jeff, thank you very much, now it works. Zsolt On Mon, 2003-02-24 at 16:19, Jeff Kyser wrote: See, even though you just want firstname dependent on lastname, you could tie the requirement to more than one other field, hence the array notation: field[0], field-test[0

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
. I use struts-1.b3. -- Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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]: Servlet.service

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
James, you are right, but the strange thing is that I didn't have this problem until I updated from a nightly build (end of November) to b3. Zsolt On Tue, 2003-01-07 at 02:08, James Mitchell wrote: I was guessing he wanted to display an html table as it is being written instead of waiting till

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
As far as I understand, the url below contains the changes since 1.0 and not since 1-1-b2. Am I right? Zsolt On Sun, 2003-01-05 at 16:57, Arik Levin ( Tikal ) wrote: Details of the changes in this release are available in the Release Notes, which can be found here: http

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

2003-01-05 Thread Zsolt Koppany
Arik, I did find that section but that contains only three items under Beta Fixes and I thought more has been done since b2, because b2 was released a couple of months ago. Zsolt On Sun, 2003-01-05 at 17:18, Arik Levin ( Tikal ) wrote: .. and there's more: ...The remainder of this document

How to switch debug off?

2002-12-09 Thread Zsolt Koppany
- bodyText='CodeBeamer' [main] 2002-12-09 21:41:55,568 DEBUG commons.digester.Digester - No rules found matching 'web-app/display-name'. [main] -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to extend tiles SimpleMenuItem?

2002-12-06 Thread Zsolt Koppany
Hi Cedric, where should I insert parserValidate=false? Where should I use the bean tag? In which file and which block? Zsolt On Friday 06 December 2002 10:56, Cedric Dumoulin wrote: Hi, You can extends SimpleMenuItem: * Write a class extending SimpleMenuItem, or implementing

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
to fill default values of a form? Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

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

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 = (String

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
JSP file. 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 forward from a struts form to a login dialog ?

2002-11-07 Thread Zsolt Koppany
of the form. What is the best solution? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

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
Hi Dennis, do you know what is wrong in my code? When I use the Not working code I get an error (attached below) . At the end I have a working code but in two definitions and would like to bring them into one. Zsolt Error message: [ServletException in:/templates/tabsLayout.jsp] Error - tag

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

2002-11-05 Thread Zsolt Koppany
and stdout into a log4j file). I find a log file with the size pretty unuseful because this is just the initialization. How can I decrease the amount the information? I don't know whether this is realistic but I would not like to get more that a couple of Kb after startup. Zsolt -- To unsubscribe, e

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
What is the parameter type? Zsolt On Tuesday 05 November 2002 18:08, Dennis Muhlestein 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

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
: Attribute access is not declared for element item. at org.apache.crimson.parser.Parser2.error(Parser2.java:3160) at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1411) How can I use additinal parameters? Zsolt -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe

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 bgcolor

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