Re: convert open-close to open

2008-04-01 Thread Nino Saturnino Martinez Vazquez Wael

Yeah I saw the thread on the dev list..

Gerolf Seitz wrote:

well, not wrt the blablabla thing, but it does change
open-close tags to open-body-close.

On Mon, Mar 31, 2008 at 9:12 PM, Johan Compagner [EMAIL PROTECTED]
wrote:

  

No, wicket doesnt alter html like that

On 3/31/08, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:


Is it even something wicket supports?

Gerolf Seitz wrote:
  

what's the use case for doing that?

  Gerolf

On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED]


wrote:



Hi,
How can I convert a tag that is of type open-close: input bla bla
  

bla /


to input bla bla /input ?

The API says that I should not use the setTag(XmlTag) method.
If I do I get all kind of exceptions.
Second question: How will I close it?

I do all the above in the onComponentTag method.

Thanks


--
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/


  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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


  

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





  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



Re: convert open-close to open

2008-03-31 Thread Gerolf Seitz
what's the use case for doing that?

  Gerolf

On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:

 Hi,
 How can I convert a tag that is of type open-close: input bla bla bla /
 to input bla bla /input ?

 The API says that I should not use the setTag(XmlTag) method.
 If I do I get all kind of exceptions.
 Second question: How will I close it?

 I do all the above in the onComponentTag method.

 Thanks


 --
 Eyal Golan
 [EMAIL PROTECTED]

 Visit: http://jvdrums.sourceforge.net/



Re: convert open-close to open

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael

Is it even something wicket supports?

Gerolf Seitz wrote:

what's the use case for doing that?

  Gerolf

On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:

  

Hi,
How can I convert a tag that is of type open-close: input bla bla bla /
to input bla bla /input ?

The API says that I should not use the setTag(XmlTag) method.
If I do I get all kind of exceptions.
Second question: How will I close it?

I do all the above in the onComponentTag method.

Thanks


--
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/




  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



Re: convert open-close to open

2008-03-31 Thread Gerolf Seitz
yes, this is what happens to span wicket:id=myLabel/ all the time.
also with wicket:message key=key/, ...

  Gerolf

On Mon, Mar 31, 2008 at 9:04 PM, Nino Saturnino Martinez Vazquez Wael 
[EMAIL PROTECTED] wrote:

 Is it even something wicket supports?

 Gerolf Seitz wrote:
  what's the use case for doing that?
 
Gerolf
 
  On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:
 
 
  Hi,
  How can I convert a tag that is of type open-close: input bla bla bla
 /
  to input bla bla /input ?
 
  The API says that I should not use the setTag(XmlTag) method.
  If I do I get all kind of exceptions.
  Second question: How will I close it?
 
  I do all the above in the onComponentTag method.
 
  Thanks
 
 
  --
  Eyal Golan
  [EMAIL PROTECTED]
 
  Visit: http://jvdrums.sourceforge.net/
 
 
 
 

 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


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




Re: convert open-close to open

2008-03-31 Thread Johan Compagner
No, wicket doesnt alter html like that

On 3/31/08, Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote:
 Is it even something wicket supports?

 Gerolf Seitz wrote:
  what's the use case for doing that?
 
Gerolf
 
  On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:
 
 
  Hi,
  How can I convert a tag that is of type open-close: input bla bla bla /
  to input bla bla /input ?
 
  The API says that I should not use the setTag(XmlTag) method.
  If I do I get all kind of exceptions.
  Second question: How will I close it?
 
  I do all the above in the onComponentTag method.
 
  Thanks
 
 
  --
  Eyal Golan
  [EMAIL PROTECTED]
 
  Visit: http://jvdrums.sourceforge.net/
 
 
 
 

 --
 -Wicket for love

 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


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



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



Re: convert open-close to open

2008-03-31 Thread Gerolf Seitz
well, not wrt the blablabla thing, but it does change
open-close tags to open-body-close.

On Mon, Mar 31, 2008 at 9:12 PM, Johan Compagner [EMAIL PROTECTED]
wrote:

 No, wicket doesnt alter html like that

 On 3/31/08, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:
  Is it even something wicket supports?
 
  Gerolf Seitz wrote:
   what's the use case for doing that?
  
 Gerolf
  
   On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED]
 wrote:
  
  
   Hi,
   How can I convert a tag that is of type open-close: input bla bla
 bla /
   to input bla bla /input ?
  
   The API says that I should not use the setTag(XmlTag) method.
   If I do I get all kind of exceptions.
   Second question: How will I close it?
  
   I do all the above in the onComponentTag method.
  
   Thanks
  
  
   --
   Eyal Golan
   [EMAIL PROTECTED]
  
   Visit: http://jvdrums.sourceforge.net/
  
  
  
  
 
  --
  -Wicket for love
 
  Nino Martinez Wael
  Java Specialist @ Jayway DK
  http://www.jayway.dk
  +45 2936 7684
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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




Re: convert open-close to open

2008-03-31 Thread Eyal Golan
I found my mistake.
Instead of writing input wicket:id=ddd .../ , I told all my colleges to
write input wicket:id=ddd .../input
As I found that this is the way Wicket suggests writing the markup.

On Mon, Mar 31, 2008 at 9:47 PM, Gerolf Seitz [EMAIL PROTECTED]
wrote:

 what's the use case for doing that?

  Gerolf

 On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:

  Hi,
  How can I convert a tag that is of type open-close: input bla bla bla
 /
  to input bla bla /input ?
 
  The API says that I should not use the setTag(XmlTag) method.
  If I do I get all kind of exceptions.
  Second question: How will I close it?
 
  I do all the above in the onComponentTag method.
 
  Thanks
 
 
  --
  Eyal Golan
  [EMAIL PROTECTED]
 
  Visit: http://jvdrums.sourceforge.net/
 




-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/


Re: convert open-close to open

2008-03-31 Thread Johan Compagner
is that supported input with a close tag?

On Mon, Mar 31, 2008 at 9:49 PM, Eyal Golan [EMAIL PROTECTED] wrote:

 I found my mistake.
 Instead of writing input wicket:id=ddd .../ , I told all my colleges
 to
 write input wicket:id=ddd .../input
 As I found that this is the way Wicket suggests writing the markup.

 On Mon, Mar 31, 2008 at 9:47 PM, Gerolf Seitz [EMAIL PROTECTED]
 wrote:

  what's the use case for doing that?
 
   Gerolf
 
  On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED] wrote:
 
   Hi,
   How can I convert a tag that is of type open-close: input bla bla bla
  /
   to input bla bla /input ?
  
   The API says that I should not use the setTag(XmlTag) method.
   If I do I get all kind of exceptions.
   Second question: How will I close it?
  
   I do all the above in the onComponentTag method.
  
   Thanks
  
  
   --
   Eyal Golan
   [EMAIL PROTECTED]
  
   Visit: http://jvdrums.sourceforge.net/
  
 



 --
 Eyal Golan
 [EMAIL PROTECTED]

 Visit: http://jvdrums.sourceforge.net/



Re: convert open-close to open

2008-03-31 Thread Eyal Golan
yes it does.
as well as button, which is what I intended originally

On Tue, Apr 1, 2008 at 12:43 AM, Johan Compagner [EMAIL PROTECTED]
wrote:

 is that supported input with a close tag?

 On Mon, Mar 31, 2008 at 9:49 PM, Eyal Golan [EMAIL PROTECTED] wrote:

  I found my mistake.
  Instead of writing input wicket:id=ddd .../ , I told all my colleges
  to
  write input wicket:id=ddd .../input
  As I found that this is the way Wicket suggests writing the markup.
 
  On Mon, Mar 31, 2008 at 9:47 PM, Gerolf Seitz [EMAIL PROTECTED]
  wrote:
 
   what's the use case for doing that?
  
Gerolf
  
   On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan [EMAIL PROTECTED]
 wrote:
  
Hi,
How can I convert a tag that is of type open-close: input bla bla
 bla
   /
to input bla bla /input ?
   
The API says that I should not use the setTag(XmlTag) method.
If I do I get all kind of exceptions.
Second question: How will I close it?
   
I do all the above in the onComponentTag method.
   
Thanks
   
   
--
Eyal Golan
[EMAIL PROTECTED]
   
Visit: http://jvdrums.sourceforge.net/
   
  
 
 
 
  --
  Eyal Golan
  [EMAIL PROTECTED]
 
  Visit: http://jvdrums.sourceforge.net/
 




-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/