RE: frames

2005-03-21 Thread Tanveer Dhillon
hi thankyou for the help. I have joined the turbine list. when i click on the view source in the browser i see the frameset rows=70,* frame src=/compensation/workstream/template/screens%2Fsample.html;jsessionid=DBA5 C695A26902DF3ED7087D6466E853 frame

how to run *.vm files

2005-03-21 Thread niharika
hello, i have created the userinterface using velocity macros . but i m nt able to run them .plz give me details for this. bye niharika singh Yahoo! India Matrimony: Find your life partneronline.

Re: how to run *.vm files

2005-03-21 Thread Dimitrios Kolovos
Have you tried going through the Velocity documentation at all? Dimitrios - Original Message - From: niharika [EMAIL PROTECTED] To: velocity-user@jakarta.apache.org Sent: Monday, March 21, 2005 3:05 PM Subject: how to run *.vm files hello, i have created the userinterface using

Passing a Javascript generated value into velocity

2005-03-21 Thread Sanden, Steve
Hello everyone, Just wanted to know how it might be possible to do the following: I have a modal dialog that accepts a string value. //simple javascript that evaluates length of a string @ submit If ( myvalue.length 5) alert('$esc.javascript($text.get(SY_msg_length_error,SY,$len))');

Re: Passing a Javascript generated value into velocity

2005-03-21 Thread Barbara Baughman
No way around it. Velocity is interpreted on the server, Javascript is interpreted at the browser. You can fill in the javascript code with Velocity and then pass it to the browser to run the parsed javascript. But you can't create something in javascript and pass it to Velocity. Velocity is

RE: Passing a Javascript generated value into velocity

2005-03-21 Thread Sanden, Steve
That's what I thought. Thanks for the response -Original Message- From: Barbara Baughman [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005 2:01 PM To: Velocity Users List Subject: Re: Passing a Javascript generated value into velocity No way around it. Velocity is interpreted on

Re: frames

2005-03-21 Thread Will Glass-Husain
where's the close of the frameset? Also, what happens if you type that URL directly into the browser? root of the original webpage/compensation/workstream/template/screens%2Fsample.html;jsessionid=DBA5C695A26902DF3ED7087D6466E853 WILL - Original Message - From: Tanveer Dhillon [EMAIL

Re: frames

2005-03-21 Thread Tanveer Dhillon
the frame set close tag is there but soory there was aproblem in copying it. I tried using frames in a simple velocity page but they aren't working too. though when i view source from the browser its perfectly fine. What could be the problem ? thanks again tanveer -Original Message-

Re: Problem with null in velocity template

2005-03-21 Thread Tarun Narang
hi barbara u can use $!project instead of using $project if this variable has a null value. Regards Ktarun - Original Message - From: Barbara Baughman [EMAIL PROTECTED] To: Velocity Users List velocity-user@jakarta.apache.org Sent: Saturday, March 19, 2005 12:24 AM Subject: Re: Problem

Re: frames

2005-03-21 Thread Will Glass-Husain
Also, what happens if you type that URL directly into the browser? WILL - Original Message - From: Tanveer Dhillon [EMAIL PROTECTED] To: Velocity Users List velocity-user@jakarta.apache.org Sent: Monday, March 21, 2005 10:43 PM Subject: Re: frames the frame set close tag is there but

RE: frames

2005-03-21 Thread Tanveer Dhillon
I have attached a file of the error i get when i type the URL directly into the browser. -Original Message- From: Will Glass-Husain [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 12:27 PM To: Velocity Users List Subject: Re: frames Also, what happens if you type that URL

AW: frames

2005-03-21 Thread Foth, Oliver
Hi, I've just tested Velocity/Turbine/Frames. Seems to work fine. I've set the following (ignore me if my answer misses the topic): - TurbineResources.properties: template.homepage=/Frame.vm template.login=/Frame.vm services.VelocityService.default.layout = VelocityECSLayout - Frame.vm

Re: frames

2005-03-21 Thread Will Glass-Husain
That's a Turbine error. It means you are missing the Default.java class for the appropriate directory.Or possibly you have TurbineResources.properties misconfigured and you are not pointing the module.packages property to the right package. WILL - Original Message - From: Tanveer