On Feb 4, 2008 10:08 AM, Claude Brisson <[EMAIL PROTECTED]> wrote:
> Two questions about click...
>
> 1) "Each page path must be unique, as the Click application maps HTTP
> requests to the page paths." Why not allow patterns, like
> <page pattern="/bo/*.vhtml"...>?
>
> 2) Did you make any plan to refactor the ClickServlet so that it can
> inherit the VelocityServlet, and thus use toolboxes?

No need to inherit VelocityViewServlet for toolbox use anymore.  You
can just use a VelocityView object
(http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/view/VelocityView.html)
or even just manage toolboxes yourself.  There's several options for
frameworks interested in integrating toolbox support.  I've been
planning to write up a documentation page on this for framework
developers, but just haven't gotten to it yet.

>
>   Claude
>
> Le samedi 02 février 2008 à 13:51 +1100, Malcolm Edgar a écrit :
>
> > If you are doing web development with Velocity then Click Framework is
> > pretty hard to beat.  Click automatically generates forms, fields, selects,
> > options, fieldsets and tables automatically. This makes it very productive.
> >
> > regards Malcolm Edgar
> > http://click.sourceforge.net
> >
> > On Feb 2, 2008 6:16 AM, csanders <[EMAIL PROTECTED]> wrote:
> >
> > > We've building something similar for our new site,  I can share what I
> > > have so far but its pretty incomplete ( selects only ATM).
> > >
> > >
> > >
> > > Nathan Bubna wrote:
> > > > No.  At least not yet.  I've been thinking about making some tools to
> > > > simplify markup handling (see
> > > > https://issues.apache.org/jira/browse/VELTOOLS-97).   And there is a
> > > > TableTool (for easily building html tables) in the works (see
> > > > https://issues.apache.org/jira/browse/VELTOOLS-102).
> > > >
> > > > So, feel free to join the effort.  :)
> > > >
> > > > On Feb 1, 2008 8:15 AM, White, Tim <[EMAIL PROTECTED]> wrote:
> > > >
> > > >> Is there a set of tools to do things like generate HTML select/option
> > > >> lists from an array, handle checkboxes, etc.?
> > > >>
> > > >> Thanks!
> > > >>
> > > >> Tim
> > > >>
> > > >>
> > > >> This communication is the property of Qwest and may contain
> > > confidential or
> > > >> privileged information. Unauthorized use of this communication is
> > > strictly
> > > >> prohibited and may be unlawful.  If you have received this
> > > communication
> > > >> in error, please immediately notify the sender by reply e-mail and
> > > destroy
> > > >> all copies of the communication and any attachments.
> > > >>
> > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to