wicket hell

2010-07-20 Thread Brown, Berlin [GCG-PFS]
There is a css hell, html hell, java web app hell.
 
Is there a wicket hell or issues that are specific to wicket?  Because I
do believe web application development is wicket is pretty unique.  I am
still new to wicket but there are two gripes that get me every time.
And maybe over time, I will get used to the problem.
 
1. Hierarchy issues - The hierarchy is very strict and not like the Java
hierarchy.  If you want to reference a component, it must be added
properly in the markup and in the java code.  This can be caught at
compile time, but it is still takes time getting used to.
 
2. Unexpected behavior with the markup - Sometimes I expect a particular
attribute or piece of code to get output but some tags I add in the
markup get replaced by wicket.  (E.g. I added class= to a div and
the class attribute was removed)
 
Note: I am not saying wicket is hell, or css or html is.  But I was just
pointing out that even wicket can have some quirks.  Am I wrong here?
 
Berlin Brown
 


Re: wicket hell

2010-07-20 Thread Pedro Santos
Hi Brown, I think it is unfair say that Wicket present an unexpected
behavior with the markup, because every functionality are well documented. I
saw some situations where some one complain that the id tag attribute
value was changed. But the Component documentation is clear saying that this
attribute is generated.
If you have some case where you did read some component documentation and
the generated markup was unexpected, you can report the problem, with sure
some one will to improve the component documentation or solve the problem.


On Tue, Jul 20, 2010 at 2:38 PM, Brown, Berlin [GCG-PFS] 
berlin.br...@primerica.com wrote:

 There is a css hell, html hell, java web app hell.

 Is there a wicket hell or issues that are specific to wicket?  Because I
 do believe web application development is wicket is pretty unique.  I am
 still new to wicket but there are two gripes that get me every time.
 And maybe over time, I will get used to the problem.

 1. Hierarchy issues - The hierarchy is very strict and not like the Java
 hierarchy.  If you want to reference a component, it must be added
 properly in the markup and in the java code.  This can be caught at
 compile time, but it is still takes time getting used to.

 2. Unexpected behavior with the markup - Sometimes I expect a particular
 attribute or piece of code to get output but some tags I add in the
 markup get replaced by wicket.  (E.g. I added class= to a div and
 the class attribute was removed)

 Note: I am not saying wicket is hell, or css or html is.  But I was just
 pointing out that even wicket can have some quirks.  Am I wrong here?

 Berlin Brown




-- 
Pedro Henrique Oliveira dos Santos


Re: wicket hell

2010-07-20 Thread Martin Makundi
Hi!

 1. Hierarchy issues - The hierarchy is very strict and not like the Java
 hierarchy.  If you want to reference a component, it must be added
 properly in the markup and in the java code.  This can be caught at
 compile time, but it is still takes time getting used to.
 Note: I am not saying wicket is hell, or css or html is.  But I was just
 pointing out that even wicket can have some quirks.  Am I wrong here?

You are welcome to join the club of Wicket MashUp components!

http://code.google.com/p/wicket-mashup/

It allows you to arrange everything on the fly!!

**
Martin


 Berlin Brown



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket hell

2010-07-20 Thread Igor Vaynberg
wicket does not remove class attributes. perhaps you added an
attributemodifier instead of an attributeappender.

-igor

On Tue, Jul 20, 2010 at 10:38 AM, Brown, Berlin [GCG-PFS]
berlin.br...@primerica.com wrote:
 There is a css hell, html hell, java web app hell.

 Is there a wicket hell or issues that are specific to wicket?  Because I
 do believe web application development is wicket is pretty unique.  I am
 still new to wicket but there are two gripes that get me every time.
 And maybe over time, I will get used to the problem.

 1. Hierarchy issues - The hierarchy is very strict and not like the Java
 hierarchy.  If you want to reference a component, it must be added
 properly in the markup and in the java code.  This can be caught at
 compile time, but it is still takes time getting used to.

 2. Unexpected behavior with the markup - Sometimes I expect a particular
 attribute or piece of code to get output but some tags I add in the
 markup get replaced by wicket.  (E.g. I added class= to a div and
 the class attribute was removed)

 Note: I am not saying wicket is hell, or css or html is.  But I was just
 pointing out that even wicket can have some quirks.  Am I wrong here?

 Berlin Brown



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org