<bp:richTextarea..../> component
Hi,
I want to use bp:richTextarea component in Java Studio Creator 2 update 1, but the trouble occurred ?I don抰 see js-files needed for my work. This is the code which generate tag bp:richTextarea:
<script type="text/javascript" src="/MyApp/faces/static/META-INF/common/script.js"></script>
<script type="text/javascript">
if (typeof dojo =='undefined'){
bpui.load("/MyApp /faces/static/META-INF/dojo/dojo.js");
}
</script>
<script type="text/javascript" src="/ MyApp /faces/static/META-INF/editor/script.js"></script>
<div style="position: absolute; left: 72px; top: 120px; height: 200px; width: 550px; border: 1px solid black">
<textarea id="form1:richTextarea1" name="form1:richTextarea1" dojoType="Editor">
</textarea>
</div>
However, the scripts are generating on the server (Sun AppServer) into directory 揹omains\creator\generated\jsp\j2ee-modules\MyApp\loader\META-INF\dojo\...?br>
So I don抰 say about ?static/*?url, my application doesn抰 see variable bpui (all dojo javascripts).
How can I make this tag work correctly

