Sounds like you have a lot of bending work ahead of you

If you need a quicker solution I would look at implementing
the getahead package which uses DWR
specifically the setStyle method populates css tags e.g.
id setStyle(java.lang.String elementId, java.lang.String selector,
java.lang.String value)
 /*** Sets a CSS style on an element
     * @param elementId The HTML element to update (by id)
     * @param selector The CSS selector to update
     * @param value The new value for the CSS class on the given element
     */
http://getahead.org/dwr-javadoc/org/directwebremoting/proxy/dwr/Util.html

HTH
Martin
----- Original Message -----
From: "Pid" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, April 19, 2008 4:33 AM
Subject: Re: Bending Jasper to My Will


> Andy Clark wrote:
> > I have been going through the Jasper source code
> > to figure out how to make it do what I want but
> > have been unsuccessful. So I thought I would ask
> > the experts. (Please let me know if there is a
> > better forum for this particular question.)
> >
> > I want Jasper to look for JSP and Tag files in a
> > specific location (e.g. based on a request param);
> > and then fall back to a default location if the
> > file is not found. This would be extremely useful
> > for skinning a webapp.
>
> Cascading Style Sheets are an even more useful, practical and easier to
> implement solution for skinning a webapp.
>
> Failing that, programmatically customising the HTML output of a common
> set of tag files would be easier.
>
> Customising a web app by implementing different sets of tag files seems
> like the hardest possible route.
>
> What requirement would make this a necessity?
>
> p
>
>
>
>
> > Any ideas?
> >
> > -AndyC
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to