Then again, I'm probably the easiest guy to sell a car too... be straight
> with me from the start, and even if your story (read; price) isn't as good
> as the salesman who isn't as straight, you probably made the sale :)
>
>
I've got a loads of stuff to sell you. I don't know how well it works,
I figure I'm obligated to respond, since my comments were cited in the
original email. :)
I have to disagree with complaints about Wicket's complexity, but only
because I've been using it to build a product for the last few months.
Without heavy usage, I don't think I'd have the same positive opin
The rawInput variable is set in the FormComponent when the validation
starts. If validation succeeds, rawInput is set to an internal constant and
processing continues. If validation fails, the rawInput for each
FormComponent is still available and is rendered on the input page.
As far as adding
> ...which are currently configured by what, XML? Doesn't this remove
> some of the zero-conf advantages? And, there's going to have to be a
> way to configure it in 1.2 somehow also. I guess "almost zero
> configuration" isn't as catchy? :-)
>
There is configuration, but it's minor and contained
You can create aliases in the current version to provide shorthand names for
pages. Wicket 1.2 will allow you to mount pages at specified URLs, which
should get around this problem.
On 1/16/06, David G. Friedman <[EMAIL PROTECTED]> wrote:
>
> More wicket articles? I'm getting a message here: I b
Have you tried the table, table-row and table-cell display properties? But
if that works, I'd just go back to tables.
ti
> Yahoo: fzammetti
> MSN: [EMAIL PROTECTED]
>
> On Thu, December 1, 2005 12:45 pm, Nick Heudecker said:
> > Now I'm thinking this has something to do with the charset not getting
> > set in IE. Users are copying and pasting content from Word into
> > textareas
Now I'm thinking this has something to do with the charset not getting
set in IE. Users are copying and pasting content from Word into
textareas and getting this error.
Is it possible Tomcat can't parse the incoming form data and nothing
gets passed to the Action?
On 12/1/05, Nick
Occasionally, one my my users will receive the following error message:
"javax.servlet.ServletException: Request[/foo] does not contain handler
parameter named 'p'. This may be caused by whitespace in the label text."
There isn't any whitespace in the label text, and this only occurs
with IE. I
I didn't know people were still using Strutsdoc. I should probably start
maintaining it again.
On 11/4/05, Collin VanDyck <[EMAIL PROTECTED]> wrote:
>
> Hi Soren,
>
> You can javadoc your Struts Java types, although I'm not sure of a way
> to get your Struts configurations in normal JavaDoc.
>
>
Too bad I won't be there. I'd win using just cat and sed to write code. ;)
On 9/30/05, James Mitchell <[EMAIL PROTECTED]> wrote:
>
> For those who might have missed it (especially if you live in or near
> Atlanta, GA):
>
> There is a coding competition being held on Wed (next week)...check
> it ou
You have a few options. To initialize Spring, you can either use the Struts
plugin or the web app context listener. Once that's done you can either use
a startup servlet or a Struts plugin to load the data and put it into the
servlet context. That way it only needs to be loaded once and is shared
t
This error is caused by a jsp-api.jar in your application.
On 8/15/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
> You said you were using Struts 1.2.7. I'm guessing those 1.1 TLDs are
> declaring the TEI class Tomcat's failing to load in the old location. Try
> using the TLDs (and other configura
The most common way to solve this problem is to use the Open Session
In View pattern, which leaves the Hibernate session open until the JSP
has finished rendering. Typically accomplished with a filter, there
is also a Struts plugin to help with this pattern.
Google for "Open Session In View" and
See if this helps:
http://jasperreports.sourceforge.net/tutorial/index.html#parameters
On 8/8/05, Rafael Taboada <[EMAIL PROTECTED]> wrote:
> Talking about JasperReports and iReports... I'm trying to generate my
> reports using iReports in order to make my .jrxml. I'm trying to make my SQL
> quer
I would go with JasperReports. Make sure to also download iReport,
which is a great time-saver.
On 8 Aug 2005 07:58:16 -, d d <[EMAIL PROTECTED]> wrote:
>
> I am generating reports from Oracle DB in my struts application, I am
> confused whether to use XSL:FO or Jasper Reports to generate
> I think there are a lot of people out there who feel as you do, but
> backwards-compatibility has always been a major theme for those
While backwards compatibility is nice, I would rather see a better
framework for the 2.x release. My personal opinion is that version
compatibility should be req
I use eapps.com and have been very happy with them.
On 7/31/05, Martin Gainty <[EMAIL PROTECTED]> wrote:
> James-
>
> Steer clear of RCN
> I hosted with them and found out later they are a TV Cable company that got
> into Internet hosting as a 'side business'
> Plus RCN tech support is pretty muc
I'm using Tomcat 5.5, JDK 1.5, Struts 1.2.7 and Tiles. I'm getting
the following exception when I navigate to a Tiles page, I'm getting
the following:
java.lang.ClassCastException: org.apache.struts.taglib.tiles.UseAttributeTei
at
org.apache.jasper.compiler.TagLibraryInfoImpl.createTagIn
ArgoUML will do it.
On 7/11/05, David Whipple <[EMAIL PROTECTED]> wrote:
> Anyone have any suggestions for an opensource/freeware tool for reverse
> engineering java code to class diagrams?
>
> Thanks,
> Dave
>
>
> -
> To uns
I would either use JasperReports to create a simple report definition,
or use IText to create the PDF. When we tried to use FOP, we had to
embed the fonts which resulted in HUGE PDFs.
On 7/6/05, Martin Gainty <[EMAIL PROTECTED]> wrote:
> Rafael
>
> Now I understand..
> You can use Crystal Report
Here's something I'm using to accomplish this:
http://www.systemmobile.com/wp/?p=114
It's pretty simple, but can be refit to be fairly complex.
On 6/14/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> Sorry, my bad... it's not setURL, it's setPath. It's actually a method
> of ForwardConfig, wh
> or as you say change the message resources default - or even make it always
> null=false?
I prefer this suggestion. Speaking only for myself, null=false is the
most sensible default.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
> Follow Up: This works but im having a little trouble outputting the content
> type appropriately.
>
> -B
>
> -Original Message-
> From: Nick Heudecker [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 26, 2005 1:47 PM
> To: Struts Users Mailing List
> Subje
ice". For example, if you stick value into edit box, IE strips out
> spaces and newlines. Maybe it related somehow. Maybe your value
> actually DOES contain spaces, and IE sometime strips them out, but
> sometimes don't (hm, why?).
>
> Michael.
>
> On 4/19/05, Nick
Brian:
This is pretty simple. Just get the output stream from the response
object and stream the file down. Return null from the Action's
execute method:
private void returnFile(File f, OutputStream out) throws IOException {
FileInputStream fis = null;
try {
fis
The validator tags must be on the setter methods, not the getters.
On 4/21/05, Nils Liebelt <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using the webdoclet module to generate my struts-config.xml. It works
> very nice for my action classes. But for some reason I doesn't parse the
> tags in my Form
I've run into a strange problem with DispatchAction occasionally
failing to find the parameter used to lookup the method to process the
request. I get the following familiar error:
"Request[myAction] does not contain handler parameter named 'method'.
This may be caused by whitespace in the label
Refer to the "End users" section in the following document:
http://dev.mysql.com/tech-resources/articles/mysql-network-and-you.html
On Apr 11, 2005 1:55 PM, Fogleson, Allen <[EMAIL PROTECTED]> wrote:
> Dave,
>
> I'm confused here. What do you mean by "link to it?"
>
> If I simply use the conne
Damn. That's had me stumped for months. I forced the client to
upgrade to Firefox. :)
On Mon, 28 Feb 2005 10:21:28 -0700, Larry Meadors
<[EMAIL PROTECTED]> wrote:
> Sorry for the cross-post, but if anyone is having issues serving up
> pdfs to IE users over ssl, here is a fix for the browser:
XDoclet works great with DynaForms. Here's a link to a doc I wrote about it:
http://www.systemmobile.com/articles/XDocletDynaForms.html
On Mon, 21 Feb 2005 12:09:14 -0500, Benedict, Paul C
<[EMAIL PROTECTED]> wrote:
> Any other takers? If any Struts committers have opinions, please share them.
Yes, the index will be expanded and updated as well, including all of
the newly added reference material.
On Fri, 18 Feb 2005 10:00:58 -0800, Shey Rab Pawo
<[EMAIL PROTECTED]> wrote:
> I don't know how others feel, but if you could talk the editors into a
> more expanded index, that would be rea
Terry:
I agree with you that struts-user is mostly noise, although you
phrased it much better than I did. I know it's frustrating to have
your question go unanswered, but I really don't think it's
intentional. There is so much cruft on this list, with the same
questions asked repeatedly, that yo
You could set a property in the context scope that flags the
'maintenance page' or something. To detect the flag, you could use a
filter to redirect the user to the maintenance page, or have your base
Action class look for the flag and react accordingly.
Ideally, you'd do this from some form of a
I believe the validation still happens because the validation step
occurs before the appropriate method in the action class in
determined. I got around this by turning off automatic validation.
On Tue, 07 Sep 2004 16:59:48 +, andy wix <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When using the foll
/code/xdoclet-apache-module-1.2.2-SNAPSHOT.jar
The full text of the README may be found here at:
http://www.systemmobile.com/code/xdoclet-dynaform-README.txt
An example may be found at:
http://www.systemmobile.com/code/Person.java
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL
I know at least one developer
who's combined FormDef and Hibernate and was pleased with the results.
Hubert
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.systemmobile.com
-
To unsubscribe, e-m
sufficient feedback that lots of people are in fact using the nightly
builds with no problems, I'll go ahead and initiate a 1.0 release of
struts-faces.
Craig
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.s
example here:
http://www.systemmobile.com/strutsdoc/example/
Feedback, especially on problems and feature requests, is always welcome.
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.systemmobile.com
some time and i'd
greatly appreciate the benefit of anyone's experience who works like this.
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Nick Heudecker
Syste
arnett, Brian W. wrote:
Any suggestions for converting html to RTF and PDF inside an action class
and then sending the RTF or PDF back to the client?
Open source tools, code snippets, tips & tricks, etc. ??
Thanks a bunch.
Brian Barnett
--
Nick Heudecker
System Mobile, Inc.
Email: [EMA
together or 2) take the value
off of the HashMap so the next call to it would go to my custom implementation.
I hope this wasn't 2 confusing
Thanks
-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
--
Nick Heudecker
Sy
Look into the wildcard plugin.
http://www.twdata.org/struts-wildcard/
Michael McGrady wrote:
Is there a way to do the following using less real-estate in
struts-config.xml? If not, there should be:
--
th("???") && result.endWith("???")){
result= (resources.getMessage(userLocale,"keynotFound.message");
}
Is there cleaner way to do this???
Thanks.
Ale
-
To unsubscribe, e-mail: [EMAIL PROT
to try to implement this, but my client
wants to keep everything in mock objects rather than use an in-container
approach. Is there a way to test import using MockStrutsTestCase, or do you
need to use Cactus?
Thanks,
George
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
additional commands, e-mail: [EMAIL PROTECTED]
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.systemmobile.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
s
FREE! http://join.msn.click-url.com/go/onm00200361ave/direct/01/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
We
shion. Sometimes you do need to do
some custom things in Struts, and this is where I think Struts falls a
little short compared to frameworks like Spring since it is less flexible.
--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PRO
gin page.
bye
PAK
Yahoo! India Matrimony: Find your partner online.
_
Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
-
To unsubscribe, e-mail: [EMAIL PRO
> cheers,
> dion
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -----
&g
using DynaActionForms instead
> of plain ActionForms ?
>
> TIA,
>
> Kunal
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
uot;native". That
> way, if you switch database products, it will automatically figure out if it
> can use identity, sequence, or hilo. (see the same document section just a
> few lines lower under the "native" explanation)
>
> Regards,
> David
>
> >
>
quot; />
>
>
>
> Tried both native and identity without succes.
>
>
> --
> _
> Mario St-Gelais
> www.gestionti.com
> "Good judgment comes from
> experience- usually experience
> which was the result of poor judgmen
atch (HibernateException e)
>{
>System.err.println("Hibernate Exception" + e.getMessage());
>throw new RuntimeException(e);
>}
>}
> }
>
>
> --
> _
> Mario St-Gelais
> ww
54 matches
Mail list logo