Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-12 Thread Philipp Leusmann
Use JConsole or if you need more details a profiling tool like Yourkit Am 12.07.2010 17:04, schrieb abhishek jain: Hi, How can i check how much memory is it currently consuming / using. thanks abhishek On Sun, Jul 11, 2010

Re: decorating static content with sitemesh

2010-02-03 Thread Philipp Leusmann
Just to add things up, I filed a jira-issue for all of this: <https://issues.apache.org/jira/browse/WW-3381> , but maybe you can still convince me I got things wrong and the stuff works without jumping hoops Am 03.02.2010 um 12:54 schrieb Philipp Leusmann: > Sorry for my late reply,

Re: decorating static content with sitemesh

2010-02-03 Thread Philipp Leusmann
dition to > *.action. > > -Brian > > > On Thu, Jan 21, 2010 at 1:41 PM, Philipp Leusmann < > philipp.leusm...@rwth-aachen.de> wrote: > >> Hi Brian, >> >> that would work, but then I'll have to make a call to >> "/staticHTML/page.html.

Re: decorating static content with sitemesh

2010-01-21 Thread Philipp Leusmann
; > -Brian > > > > On Thu, Jan 21, 2010 at 11:49 AM, Philipp Leusmann < > philipp.leusm...@rwth-aachen.de> wrote: > >> Sure it would be faster without that stuff, but since I use some >> session-related stuff (user login status etc.) , replacing

Re: decorating static content with sitemesh

2010-01-21 Thread Philipp Leusmann
; > > >> -Original Message- >> From: Philipp Leusmann [mailto:philipp.leusm...@rwth-aachen.de] >> Sent: Thursday, January 21, 2010 12:26 PM >> To: Struts Users Mailing List >> Subject: Re: decorating static content with sitemesh >> >> Ok, that woul

Re: decorating static content with sitemesh

2010-01-21 Thread Philipp Leusmann
ith it's own filter in web.xml > >> -Original Message- >> From: Philipp Leusmann [mailto:philipp.leusm...@rwth-aachen.de] >> Sent: Thursday, January 21, 2010 11:58 AM >> To: Struts Users Mailing List >> Subject: Re: decorating static content with

Re: decorating static content with sitemesh

2010-01-21 Thread Philipp Leusmann
#x27;re out of > luck. > >> -Original Message- >> From: Philipp Leusmann [mailto:philipp.leusm...@rwth-aachen.de] >> Sent: Thursday, January 21, 2010 11:39 AM >> To: Struts Users Mailing List >> Subject: decorating static content with sitemesh &

decorating static content with sitemesh

2010-01-21 Thread Philipp Leusmann
Hi, I am using the sitemesh-plugin to decorate my struts-site and Im am wondering, if it is possible to decorate static-pages using sitemesh. That is, I have some plain html pages which need to get the same LAF the entire site has. I already added "/html/*" to the decorators.xml, but all I get

Re: Problem with value attribute in select tag

2009-12-18 Thread Philipp Leusmann
009 at 8:20 AM, Brian Thompson wrote: > >> I would try >> >> <@s.select name="bla" list=list listKey="id" listValue="str" value="%{ >> object.id}" /> >> >> -Brian >> >> >> >> On Fri, Dec 18,

Re: Problem with value attribute in select tag

2009-12-18 Thread Philipp Leusmann
The documentation says it is: <http://struts.apache.org/2.1.8.1/docs/select.html> But the examples are not really helpful. Philipp Am 18.12.2009 um 16:43 schrieb Gabriel Belingueres: > I believe that the "value" attribute is not used in this tag. > > 2009/12/18

Problem with value attribute in select tag

2009-12-18 Thread Philipp Leusmann
Hi, what exactly does the value-attribute of the select tag require? Is it one element of the list provided to the list-argument? Or is it the value which eventually makes the value-attribute of the html-rendered select tag? I have something like the following and I do not find a way to work as

HTML in label

2009-06-13 Thread Philipp Leusmann
Hi, is there any way to use html in a label for example in a checkbox with the built-in macros? I would like to use something like : <@s.checkbox name="acceptTOS" label="I accept the Terms of service" /> Is it possible? Regards, Philipp smime.p7s Description: S/MIME cryptographic signatur