Howdy,

> In that thread the conclusion is that it's not possible to disable
> markup cache in Wicket 1.2, is it?

Yep. we need to break the API of 1.2 to fix that, which would break
our promise of 1.2.x being a drop in replacement. If you feel strongly
about it, we could consider a backport from 2.0 to 1.3, but Juergen
knows better how much work that would be.

> > I'm closing this issue now and  keep Velocity panel as it was. I
> > found that parsing the markup might lead to additional issues
>
> Which specific issues do you have in mind?  Is it something that I
> should also be aware of?

Just the simple fact that the current panel doesn't do any
interpretation of the output, and that people may already be using it
for unstructured output. It's a break with previous behavior that
might lead to the component suddenly not working for people.

> > and I think the base case: just rendering
> > some plain text is the common one.
>
> Do you mean that rendering dynamic markup with Velocity is
> something users are not interested in?  That was not my feeling,
> as many users seem to be interested in dynamic generation.  Users
> did not mention Velocity, but personnally I think it's better
> than writing String result = "<wicket:panel>" + ...
> directly in the Java code.  I can't believe it's just me?

I don't know whether Velocity would be the common case for dynamic
generation; there are multiple ways to do that. Which does not mean I
think your case is not valid.

I have an alternative: if I give you access to wicket-stuff, would you
be willing to maintain Velocity panel? What we could do then is fold
this behavior in that component in a conditional fashion. Users could
decide themselves whether they want to have the output parsed or not.

> Anyway, thank you very much for your time on the user-submitted
> issues, it is very valuable.

Welcome :)

Eelco

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to