Palette javascript loading problem
----------------------------------
Key: TAPESTRY-2776
URL: https://issues.apache.org/jira/browse/TAPESTRY-2776
Project: Tapestry
Issue Type: Bug
Components: Contrib
Affects Versions: 4.1.6
Environment: Win 7, Eclipse 3.61, Java 1.6.21, Tomcat 6.029
Reporter: Andrey
Priority: Minor
Palette needs a @Body wrapper tag to generate js, my problem is, when we have
more complex layout.In my case i have
<html>
<@body>
<@Block1>
<@Block2>
<@Block3>
<@MyComponent (Simple form)>
<@contrib:Palette >
</@MyComponent>
</@Block3>
<@RenderBlock>
</body>
</html>
Obviously Render block render by ajax call, so Palette "missing" the javascript
it needed to act.
Is there a way to solve this issue
if you use full page render to render block it works fine but it's not good way
to do it
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira