I have a javascript tree menu store in jsp page. I should put <html:link>
tags in this script but it isnt work for me. I know that web container
should compile this <html:link> tag and when i have this in js file he wont
make it. It is any possibility to solve this problem?? Or maybe there is
another way to put tree menu (it dont have to be javascript menu) in jsp
page??
Re: [OT] Which technology might I use for this web application? ... Can I write the server code in Java? ... output-rich purposes, Java Server Pages (JSP) is a useful technology that runs on top of servlets. ... Apache Tomcat is a popular, capable servlet container; some other containers include IBM Websphere and Bea WebLogic, and there are others. ... Some tag libraries include JSP custom tags for performing DB accesses, or you can do it directly in your own Java code. ... (comp.lang.java.programmer)
Re: HTML templates ... much as custom JSP tags.... HTML.Template was great for quickly porting code which ... we could have used JSP...Andrea Spinelli - IT&T srl aspinelli@no-spam-plase-imteam.it ... (comp.lang.java.programmer)
Re: Choice between JSP and Servlet ... > I'm new to jsp myself and am interested, therefore, as an observer. ... The tags... i.e. they provide accessors/mutators named getXXX/setXXX (where XXX is ... The bean specified by the name attribute is located and the getXXX ... (comp.lang.java.programmer)
Re: Use JSP as implementation language for components/modules? ... Then one way to implement that using JSP is like this: ... > query form component, and I would like it quite a bit because it is ... > But if I go for making a taglib, then I can't use JSP for implementing ...Tags CAN create scripting variables which can be accessed in the tag ... (comp.lang.java.programmer)
Re: Use JSP as implementation language for components/modules? ... That's just a collection of tags... There is a misunderstanding.... implement the component -- after all, the component is a JSP file.... the component is more or less equivalent to writing the doEnd method... (comp.lang.java.programmer)