RE: How to strip wicket tags from markup in development mode?

2008-05-21 Thread Zappaterrini, Larry
In Application.init add getMarkupSettings().setStripWicketTags(true);

-Original Message-
From: Lauri Lehtinen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 21, 2008 1:09 PM
To: users@wicket.apache.org
Subject: How to strip wicket tags from markup in development mode?

Hi -

Is there an easy way to strip the wicket tags from the produced markup 
while keeping the application in development mode?

I'm finding the development of a Facebook FBML app pretty painful, as 
 are ignored by Facebook and result in error messages. With 
deployment configuration I get around this, but then I run into a lot of

"Internal error" pages which aren't very helpful.

Thanks

--
LL

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

__

The information contained in this message is proprietary and/or confidential. 
If you are not the 
intended recipient, please: (i) delete the message and all copies; (ii) do not 
disclose, 
distribute or use the message in any manner; and (iii) notify the sender 
immediately. In addition, 
please be aware that any message addressed to our domain is subject to 
archiving and review by 
persons other than the intended recipient. Thank you.
_

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to strip wicket tags from markup in development mode?

2008-05-21 Thread Uwe Schäfer

Lauri Lehtinen schrieb:

Is there an easy way to strip the wicket tags from the produced markup 
while keeping the application in development mode?


take a look at
http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/settings/Settings.html#setStripWicketTags(boolean)

cu uwe

--

THOMAS DAILY GmbH
Adlerstraße 19
79098 Freiburg
Deutschland
T  + 49 761 3 85 59 0
F  + 49 761 3 85 59 550
E  [EMAIL PROTECTED]
www.thomas-daily.de

Geschäftsführer/Managing Directors:
Wendy Thomas, Susanne Larbig
Handelsregister Freiburg i.Br., HRB 3947

Registrieren Sie sich unter http://morningnews.thomas-daily.de für die 
kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages 
morgens um 9:00 in Ihrer Mailbox.


Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um 
8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach 
16:00 Uhr des Vortages eingegangen sind. Die Email-Adresse unserer 
Redaktion lautet [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to strip wicket tags from markup in development mode?

2008-05-21 Thread Gerolf Seitz
in MyApplication.init():

getMarkupSettings().setStripWicketTags(true);

  Gerolf

On Wed, May 21, 2008 at 7:08 PM, Lauri Lehtinen <
[EMAIL PROTECTED]> wrote:

> Hi -
>
> Is there an easy way to strip the wicket tags from the produced markup
> while keeping the application in development mode?
>
> I'm finding the development of a Facebook FBML app pretty painful, as
>  are ignored by Facebook and result in error messages. With
> deployment configuration I get around this, but then I run into a lot of
> "Internal error" pages which aren't very helpful.
>
> Thanks
>
> --
> LL
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


How to strip wicket tags from markup in development mode?

2008-05-21 Thread Lauri Lehtinen

Hi -

Is there an easy way to strip the wicket tags from the produced markup 
while keeping the application in development mode?


I'm finding the development of a Facebook FBML app pretty painful, as 
 are ignored by Facebook and result in error messages. With 
deployment configuration I get around this, but then I run into a lot of 
"Internal error" pages which aren't very helpful.


Thanks

--
LL

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]