--- Andrew Stevens <[EMAIL PROTECTED]> wrote:
> I was about to update the web module's xtags to
> include the list of options 
> for the web.env-entry type parameter (like the EJB
> module has), however, I 
> noticed that the choice of types is different in the
> 2.2 and 2.3 servlet 
> specs.  Is there any way currently for dealing with
> this i.e. specifying 
> that certain options (or parameters, tags, etc.)
> only apply to certain 
> values of a config parameter?  I see that an
> option-set can have a condition 
> attached - that would allow me to include two sets,
> one for each spec 
> version, but is there a suitable condition type for
> restricting which set to 
> use based on the config param value?

There is condition which is called tag-param, which
gets parameters of tag name like this:


<condition type="tag-param">
   <condition-parameter>ejb:bean</condition-parameter>
  
<condition-parameter>view-type</condition-parameter>
   <condition-parameter>remote</condition-parameter>
</condition>


If it still does not suit your needs, we can try to
add
condition which pokes into xdoclet parameters. 

But this would require to move all the xtags stuff
into 
xdoclet core from xdocletgui ( this is already planned
I think... )

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to