OK, so I did all that and nothing changed, then I remembered the move to the
Incubator, but apparently the Wiki didn't remember that :).  

Could someone update the Wiki to point to the apache svn instead of
sourceforge?  Specifically,
http://cwiki.apache.org/WICKET/wicket-from-source.html references
"wicket-parent/README.TXT in branch 1.x".

I'm in the process of building from apache, now.  I just want to make sure
the next guy doesn't hit this.


Eelco Hillenius wrote:
> 
> I don't know how often those snapshots are being build. Building from
> source is easy though.
> 
> Eelco
> 
> 
> On 10/20/06, ChuckDeal <[EMAIL PROTECTED]> wrote:
>>
>> Excellent!  That was the solution I was hoping for!
>>
>> You mentioned that you committed this change, to where?  1.2-SNAPSHOT? 
>> If
>> so, are there any other maven2 repos that host the SNAPSHOT builds?  This
>> repo "http://maven.sateh.com/repository"; is giving me grief.  Otherwise,
>> I
>> suppose that I could grab the sources myself...
>>
>>
>> Eelco Hillenius wrote:
>> >
>> > Yeah, sorry about that. I committed a fix for this. Added method
>> > protected void onDisabled(final ComponentTag tag) to FormComponent,
>> > which is called during rendering when the component is disabled. By
>> > default, an disabled="disabled" attribute is added, but clients may
>> > override this method. In your case, you would do something like:
>> >
>> > new TextField("myid", myModel) {
>> >   protected void onDisabled(ComponentTag tag) {
>> >     tag.put("read-only", "true");
>> >   }
>> > }
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/enable-remove-added-behaviors-tf2479810.html#a6915797
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/enable-remove-added-behaviors-tf2479810.html#a6920444
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to