S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
Hi, We have an action which causes an Infinite recursion detection. I don't have any idea why this is happening. When we call the action the first time everything is ok. But when we call this the second time we get this exception: 05.01.2010 13:45:00 org.apache.catalina.core.StandardWrapperValve

S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
Hi, We have an action which causes an Infinite recursion detection. I don't have any idea why this is happening. When we call the action the first time everything is ok. But when we call this the second time we get this exception: 05.01.2010 13:45:00 org.apache.catalina.core.StandardWrapperValve

STRUTS2: Problem package.properties and UTF-8

2009-05-14 Thread Marc Eckart
Hi, we are using UTF-8 in out jsp-sites. We have put our texts into the package.properties which is encoded in ISO-8859-1, because properties files should be encoded in the ISO charset as referred in the java api ("The load(InputStream) / store(OutputStream, String) methods work the same way as

OT: Problem with IE6 and JQuery (?)

2009-06-16 Thread Marc Eckart
Hi, we have a struts2 application and we implemented the ajax functions with jquery. We now load some html tables with ajax in different divs. Now we have the phenomenon that some text fragments of a is displayed under the table, but I can't find it somewhere in the dom tree. When I mark the fra

Re: OT: Problem with IE6 and JQuery (?)

2009-06-17 Thread Marc Eckart
ards, Marc 2009/6/16 dusty > > Usually that means you have the td outside the table tag somehow. Is that > table terminated in the middle of your setup and not restarted? > > > > Marc Eckart-2 wrote: > > > > Hi, > > > > we have a struts2 application an

Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
Hi, I have a common problem :-) I have a collection of Objects and these Objects also contains Collections. How can I iterate through the child collection? Something like this: Is this possible? Best Regards, Marc

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
try it and had an issue, or did you think it would be quicker to > wait > for a response on the list? > > d. > > --- Marc Eckart <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have a common problem :-) I have a collection of Objects and these > >

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
he current iteration object. > S2.1 uses "var". Depends on what version you're using, I guess. > > d. > > --- Marc Eckart <[EMAIL PROTECTED]> wrote: > > > I tried this with the var in the iterator tag and tomcat e.g. jasper > > complained about th

Question s:if and java variables in jsp scriplets

2007-12-04 Thread Marc Eckart
Hi, I have another Problem connected to the iterator problem :-) I have some java variables in my jsp side which do some counting for navigation purposes. I need these to decide if I want to render a tableheader (in case of the first element of the collection) or not. We can't put all entries in

Struts2: Problem result input

2007-12-12 Thread Marc Eckart
Hi, I have a problem when I call a action with dojo by publishing a topic. Struts wants a input result and I don't know why. I haven't changed anything in this region of the application and it worked for a long time. I don't have any validation methods neither have I added a validation intercepter

Re: Struts2: Problem result input

2007-12-13 Thread Marc Eckart
ROTECTED]>: > > There is *some* reason it's expecting an input result: it could be your > configuration, a type conversion error, something... if nothing else I'd > crank up logging full-blast and see what's there. > > HTHBIPD (Hope This Helps But It Probably Doesn&#

[S2] s:a Problem

2008-01-15 Thread Marc Eckart
Hi, I have rendered a link with and Alle Konten anzeigen In HTML this is generated. Alle Konten anzeigen 1. When I move the cursor over the link the calling url from my application is shown not a link with showAccountView.action in it. I click on it showAccou

Problem s:select in IE and Firefox

2008-02-06 Thread Marc Eckart
Hi, I have a tag which behaves different in IE 6.0 and firefox. In Firefox the underlying property in my struts action is filled in IE not. This is my code? . I have no idea why it works in Firefox and not in IE. Because there is no JavaScript involved (or am I wron

OT: Alternative to html frames

2008-02-11 Thread Marc Eckart
Hi, I have an offtopic question :-) We have an intranet portal with a menu where you can start different applications. The applications run on different containers (e.g. tomcat, websphere) on different servers. The portal has a html frameset with two frames. The topframe is for the portal menu an

Re: OT: Alternative to html frames

2008-02-12 Thread Marc Eckart
Hi Frank, thank you and all others for your answers ;-) We have a similar aproach like you described. We have an application which acts as a portal. This application has two frames - one top frame for the navigation and another frame for hosting the embbeded (independet) application. One of this

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
Hmm, in our case the single applications should not know it they are running in a portal or somewhere else. They should just see their context, nothing else. Another question to hold the application in simple divs: How does the action handling works if I include the applications in simple divs? If

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
/2/13, Frank W. Zammetti <[EMAIL PROTECTED]>: > > Marc Eckart wrote: > > Hmm, in our case the single applications should not know it they are > running > > in a portal or somewhere else. They should just see their context, > nothing > > else. > > > In my exp

Question getText and getTexts

2008-11-28 Thread Marc Eckart
Hi, we need for a migration of an old application to use the complete RessourceBundle. To get the texts with getText works fine. But when we try to get the whole RessourceBundle with getTexts, we just get null. Does getTexts not retrieve the package.properties somewhere in the buildpath like getT

How to hand out a param from request to request

2009-03-12 Thread Marc Eckart
Hi, I want to "automatically" give a paramter from request to request. How can I do this? The context why I want something like this is: We have many applications which runs on their own webservers. Now we have an approach to put them all together in an portal application. This application opens

Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
Hi, I have a struts div-Tag with: This refreshes a jsp when the refreshSelectedCustomer topic is published. If this happens the sessionContext Action is called (As far as I understand it) In the selectedCustomer.jsp I have a href where I call a javascript which publishes the topic as well as a c

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Any idea what "event" is referring to? > > musachy > > No not really. How can I find out, which event is used? The dojo.js is not really human readable...

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Well, it is on search.js line 206 ;) > > musachy > Ah, sometimes I'm blind. Firebug hide this info and I didn't take a closer look at my pastet content :-) On line 206 is this: // prevent refreshSelectedCustomer AJAX requests, if IpNbr is e

Struts2: How to handle errors and messages with ajax requests

2007-09-02 Thread Marc Eckart
Hi, I have no idea, how to handle ajax requests properly. My problem is, that I want to fill a list - by now it's just a simple struts action as normal http request. I now want that the list is filled with a ajax request so that the whole page doesn't need to be loaded. But sometimes it is possibl

Sorting Problem with Displaytag and Struts2

2007-09-03 Thread Marc Eckart
Hi, I use Displaytag and want to use the sorting capability. So I configured the displaytag to go to a empty action, because my list is in the session - nothing should be loaded again, just using the existing search results. If I do this, I get a

Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
Hi, I have a table which contains a column with struts tags with ajax theme: Kundendetailinfo If I have 100 entries in my table it needs about 6 secs to render the table, without these tags I need about 1 sec or less. Is there a way to tune the performa

Re: Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
jo goes through when it initialises. Dojo does a great > job > of fitting in well in any browser and any page layout but it has made it > snail-like on page load. > > Regards > Adam > > > > Marc Eckart on 10/09/07 09:54, wrote: > > I have a table which contains a c

How to handle validation/errors in Ajax requests

2007-09-19 Thread Marc Eckart
Hi, I start a ajax request with a This pumps the result in the target div tag and all is perfect. But how can I handle validation errors. They should not appear in the target div tag, instead it should appear in a different div tag for errors. Can I change the target or can I force the site to l

Question

2007-09-20 Thread Marc Eckart
Hi, I'm building a pagination functionality for a list. I'm rendering the page list and want to highlight the current page. What condition should be in the test attribute? I can put

Problem

2008-03-26 Thread Marc Eckart
Hi, I want to use s:if with a Constant from a java class: But this does not work. It works if I use: Is there a way to use the constants class? Best Regards, Marc

Problem: Lost ActionMessages after redirect to another action

2008-04-17 Thread Marc Eckart
Hi, in some cases I redirect after one action instead to a jsp to another action. This works fine, but the action messages and action errors I want to display are lost. How can I store them over this action chain? Best regards, Marc

Question: Freemarker and Tiles?

2008-05-05 Thread Marc Eckart
Hi, we try to use Freemarker with styles but we don't know how :-) I found the struts2 showcase http://www.planetstruts.org/struts2-showcase/tiles/freemarkerLayout.action But I don't know how the tiles.xml should look like for this. Can the source be downloaded or checked out from a svn or som

OT: Tiles and Tags

2008-06-27 Thread Marc Eckart
Hi, we use struts2 with tiles. We have a main layout with a custom tag: Now we want to make the attributes of the menu tag configurable with tiles. I have no clue how to do this. Or is there an other way with freemarker or something else? Thanks in advance. Best regards, Marc -

Re: OT: Tiles and Tags

2008-06-27 Thread Marc Eckart
t work? But how can I do this? My tiles definition is this: http://tiles.apache.org/dtds/tiles-config_2_0.dtd";> 2008/6/27 Antonio Petrelli <[EMAIL PROTECTED]>: > 2008/6/27 Marc Eckart

Problem url decoding with mutated vowels (Umlaute??)

2008-07-14 Thread Marc Eckart
Hi, we have an action which we call with url paramters from other applications. But now we found out, that we have problems with mutated wowels like äöü. Instead of tls-hölter we get tls-hölter in the parameterMap of the servletRequest (I debugged). I assume that the parameters are decoded wi