Re: [Mav-user] Defining a common view in the sitemap

2003-03-20 Thread toby cabot
On Thu, Mar 20, 2003 at 03:47:43PM -0500, Brian Dame wrote:
 Could this same aproach be used to define something like a path
 variable? What I'd like is something similar to Ant property elements.
 
 For example, most of my tranform elements all have the same path. It
 would be a lot easier to define that path once and then reference that
 variable name:
 
 property name=transform-path value=/path/to/page.jsp/
 
 tranform path=${tranform-path}/

Would XML entities work?

http://www.w3.org/TR/REC-xml#sec-entity-decl



---
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
[INVALID FOOTER]


Re: [Mav-user] Internationalization

2003-06-30 Thread toby cabot
On Sat, Jun 21, 2003 at 05:47:53PM +1000, David Cruwys wrote:
 Struts has inbuilt internationalization, Maverick which is only focusing on
 the MVC does not.

Maverick has a mechanism that works well for i18n (as well as other things):
http://mav.sf.net/maverick-manual.html#N10174




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
[INVALID FOOTER]


Re: [Mav-user] Maverick Front-end

2003-08-15 Thread toby cabot
On Fri, Aug 15, 2003 at 03:58:18PM +1000, Mark Brand wrote:
 i want to use mozilla/xul for a front-end. will this work fairly
 seamlessly with maverick? sorry for the lack of information, but i am
 bit new to all these technologies.

I'm xul-naive but would answer a cautious yes as long as xul talks
http.  One of Maverick's many nice properties is the ease with which
it handles non-html data.  It's easy to serve XML to the client for
example to do browser XSLT transforms.  Domify turns java beans into
document trees and then they run through a pipeline and what comes out
is up to the last stage of the pipe.

HTH,
Toby


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
[INVALID FOOTER]


Re: [Mav-user] jar hell with jdom reloaded

2005-12-01 Thread toby cabot
On Tue, Nov 29, 2005 at 06:33:29PM -0800, Travis Reeder wrote:
 Made a new file release, 2.2.4

Thanks Travis!


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
[INVALID FOOTER]