  | | | Cocoon | From my experience the situation is like this
- if you have an active http session log out (or delete the cookie
using crl+shift+del in firefox or whatever) and the new script should be
used.
-I have a 2.1 based app and I am considering moving to 2.2 eventually and I am trying to determine the upgrade issues.
What are the system requirements for 2.2?
What component versions must I be conceGrzegorz Kossakowski wrote
> Derek Hohls pisze
> > Working with Cocoon 2.1.8 and Tomcat 5 on
> > a Linux box. It appears that changes to flowscript
> > files are not reflected in Cocoon which continueDerek Hohls pisze
> Working with Cocoon 2.1.8 and Tomcat 5 on
> a Linux box. It appears that changes to flowscript
> files are not reflected in Cocoon which continues to
> work with a previous versiThorsten Scherler pisze
>
> which was working fine since I was testing the dispatcher-block but now
> since I am in my webapp now the relative path is resolved to the current
> app and not to the dMichel Erard pisze
>
> Hello
Hello Michel.
> I need access to session attributes in a subclass of AbstractJavaSelectionList. Can I get the session with Spring or a factory?
I assume that you u
Hello
I need access to session attributes in a subclass of AbstractJavaSelectionList. Can I get the session with Spring or a factory?
Cheers
Mike
Working with Cocoon 2.1.8 and Tomcat 5 on
a Linux box. It appears that changes to flowscript
files are not reflected in Cocoon which continues to
work with a previous version. How do I ensure
thatWorking with Cocoon 2.1.8.
I have set a session value for a user using the session transformer
in the sitemap. I now want to alter that value based on other
conditions.
My sample testing flowOn Wed 2007-11-07 at 08 45 +0100 Thorsten Scherler wrote
> On Tue 2007-11-06 at 21 08 +0100 Grzegorz Kossakowski wrote
> > Thorsten Scherler pisze
> > > Hi all
> > >
> > > I found BlockPathMI already tested the trunk version of forms block and the only thing that changed for uses was that all 'class ' attributes are replaced by 'ref ' and take a spring bean as argument. And there is a new Felix Knecht pisze
> @(protected)
> I thought Giacomo migrated the forms block to spring (cocoon-forms-1.1.0).Wouldn 't it make more sense to use already the
> new forms block instead of the legacy one (@Grzegorz
I thought Giacomo migrated the forms block to spring (cocoon-forms-1.1.0).Wouldn 't it make more sense to use already the
new forms block instead of the legacy one (probably it makes configurMichel Erard pisze
> Hi Grzegorz
>
> yes I think for this example your right perhabs it 's enough when I add a new xslt. But when this is not enough how I add a widget?
Let 's assume you want tHi Grzegorz
yes I think for this example your right perhabs it 's enough when I add a new xslt. But when this is not enough how I add a widget?
I 'm using cocoon 2.2.
Robin Rigby pisze
> I have follwed the Getting Started Guide as far as Using the Reloading
> Classloader [1].
>
> ----
>
> I move to getting-started-app/ and invoke
>
> mvn eclipse eclipse.
>
If so you will just need to create a small XSLT file and integrate it with existing Forms
infrastructure. Before I 'll give you concrete hints I would like to know which version of Cocoon you
use.
--Michel Erard pisze
> Hi
>
> I 'd like do implement an own widget where the label is a link that opens a help page.
>
> Is it possible to implement a new widget outside of the cocoon-forms block oHi
I 'd like do implement an own widget where the label is a link that opens a help page.
Is it possible to implement a new widget outside of the cocoon-forms block or do I have to extend this Have you created a project before?
e.g.
mvn archetype create
-DarchetypeGroupId org.apache.cocoon
-DarchetypeArtifactId cocoon-22-archetype-block
-DarchetypeVersion 1.0.0-RC2
-DgroupId com.mI have follwed the Getting Started Guide as far as Using the Reloading
Classloader [1].
----
I move to getting-started-app/ and invoke
mvn eclipse eclipse.
I get
"Cannot execute mojo eclipseCarlos Mart?nez Pe?a wrote
> But now i need one more field type. I need that user can put a hour
> with cforms. It can be like data type field or using two selects one
> for hours and another one fMy fault i use a internal boolean to check but used the inversed
condition before adding the error.
It is working now.
Rapha?l
Rapha?l Pi?roni a ?crit
> Grzegorz Kossakowski a ?crit
> > Rapha?l <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " >
<html >
<head >
<meta content "text/html charset ISO-8859-1 " http-equiv "Content-Type " >
</head >
<body bgcolor "#ffffff " text "#000000 " >
Rapha?l Pi?roni pisze
> Thanks for the answer.
>
> Is this functionnality avaliable in 1.0.0-RC1 ? It seems not.
>
> When that new version wil be released ?
As I pointed out Spring-based Forms wi <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " >
<html >
<head >
<meta content "text/html charset ISO-8859-1 " http-equiv "Content-Type " >
</head >
<body bgcolor "#ffffff " text "#000000 " >
Rapha?l Pi?roni pisze
> Hi
>
> I have fixed my issue by modifying the widget value
> from the flowscript (in a catch) when the database complains.
>
> ...
> var form new Form(...)
> form.creanutmeg pisze
> I discovered my compilation problem was due to the presence of an older copy
> of the org.apache.regexp package in my JDK 's jre\lib\endorsed directory
> thus overriding the same packa
I discovered my compilation problem was due to the presence of an older copy
of the org.apache.regexp package in my JDK 's jre\lib\endorsed directory
thus overriding the same package within the CocooHi
I have fixed my issue by modifying the widget value
from the flowscript (in a catch) when the database complains.
...
var form new Form(...)
form.createBinding(...)
form.load(binding)  |
|
 |