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
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
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
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
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
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
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
> >
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
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
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
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
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
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
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
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
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
/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
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
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
-
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
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
34 matches
Mail list logo