Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / JavaBeans / January 2004

Tip: Looking for answers? Try searching our database.

javascript function inside setproperty value

Thread view: 
big ern - 16 Jan 2004 18:55 GMT
I am new to JSP and was wondering if there is a way to call a
javascript function inside the setproperty value.  like the following

<jsp:setProperty name="converter" property="startTime"
value="randomFunc()" />

thanks
Dave Ockwell-Jenner - 16 Jan 2004 20:16 GMT
> I am new to JSP and was wondering if there is a way to call a
> javascript function inside the setproperty value.  like the following
>
> <jsp:setProperty name="converter" property="startTime"
> value="randomFunc()" />

Short answer: no.  The 'S' in JSP stands for Server - implying that JSP
code runs on the server-side.  In contrast, JavaScript is a client-side
technology that runs in the browser.

JSPs are compiled to Servlets by the JSP container, and then served to
the browser as regular HTML.  So, by the time JavaScript can do
anything, all it sees is plain ol' HTML.
Signature

Dave Ockwell-Jenner
Solar Nexus Solutions
http://www.solar-nexus.com/

big ern - 20 Jan 2004 17:05 GMT
> > I am new to JSP and was wondering if there is a way to call a
> > javascript function inside the setproperty value.  like the following
[quoted text clipped - 9 lines]
> the browser as regular HTML.  So, by the time JavaScript can do
> anything, all it sees is plain ol' HTML.

Then what would be the best way to time from when a user clicks a
submit button on the page and to the information being displayed on
the page.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.