You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Duncan Krebs <du...@krebsnet.com> on 2005/07/22 23:08:18 UTC

HtmlInputHiddenTag in share project

Hi,

I'm trying to setup MyFaces src in my development environment for the first
time. Have a couple of question questions I was hoping someone could answer.


 

I'm getting an error in the share project saying that HtmlInputHiddenTag is
already defined. I looked around and see there is an identical class in the
myfaces project. 

Can I just delete this class in the share project or does it serve a
specific purpose?

 

Also I'm getting some errors in the wml project for missing classes mostly
in the org.apache.myfaces.wap.component package. From what I can tell this
package is not in the wml project. If I just delete the while project will
it have any impact on using JSF strictly in a servlet container?  Thanks

 


Re: HtmlInputHiddenTag in share project

Posted by Bill Dudney <bd...@mac.com>.
Hi Duncan,

First off thanks for your interest in myfaces!

did you get a chance to read the wiki post on this topic?

http://wiki.apache.org/myfaces/Building_MyFaces_in_your_IDE

has a bunch of info that I think will clear up what you are seeing.

Basically we use svn:externals to put together our 'current' project.  
If you check out from there you should get just what you need and not  
have the duplicate class problem.

Good luck and let us know how it goes. Esp in places we could improve  
the wiki docs.

Thanks again,

-bd-

On Jul 22, 2005, at 3:08 PM, Duncan Krebs wrote:

> Hi,
>
> I’m trying to setup MyFaces src in my development environment for  
> the first time. Have a couple of question questions I was hoping  
> someone could answer.
>
>
> I’m getting an error in the share project saying that  
> HtmlInputHiddenTag is already defined. I looked around and see  
> there is an identical class in the myfaces project.
>
> Can I just delete this class in the share project or does it serve  
> a specific purpose?
>
>
> Also I’m getting some errors in the wml project for missing classes  
> mostly in the org.apache.myfaces.wap.component package. From what I  
> can tell this package is not in the wml project. If I just delete  
> the while project will it have any impact on using JSF strictly in  
> a servlet container?  Thanks
>
>
>