On 11/9/05, Christian Essl <[EMAIL PROTECTED]> wrote: > I had a similar problem with JavaScript inside a <script> tag. Basicly all > the JavaScript was static only the id one value (the id of a tag) had to > be replaced. I tried to do that with a label but this did not render. So I > ended up to put all the JavaScript in a (Java) String. >
you tried to modify a tag attribute? Why don't you use AttributeModifier? > Could the RawMarkup Element parse its (raw) String for contained (ie ognl) > expressions and than during render evaluates these expressions against the > rendering component. I know this is not realy the wicket way, but may be > it could sometimes help. > We used to have a component at the very beginning which renders its output into a StringResponse, than did regex based modifications and the resulting string was written to the original response. That idea should still work as wekk. How are your questions related to i18n messages? Juergen ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user